Skip to content
This repository was archived by the owner on Jun 30, 2026. It is now read-only.

Commit a45e901

Browse files
authored
Merge pull request #8 from allegro/docs/backstage-techdocs
docs: enable backstage tech docs
2 parents db95ce0 + 0923436 commit a45e901

3 files changed

Lines changed: 12 additions & 1 deletion

File tree

ap-catalog-info.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ metadata:
66
description: "This repo contains a collection of useful Azure CosmosDb SDK v3 extensions and utilities, developed as part of Allegro Pay product."
77
title: Allegro CosmosDb utils
88
annotations:
9-
# backstage.io/techdocs-ref: dir:. #TODO: if you want to support docs in backstage uncomment this and add mkdocs files ex. https://dev.azure.com/AllegroTechies/AllegroPay.DevOps/_git/ops-backstage-platform?path=/mkdocs.yml&_a=contents&version=GBmain
9+
backstage.io/techdocs-ref: dir:.
1010
allegropay/entity-updated-at: '2023-11-03T08:15'
1111
github.com/project-slug: allegro/cosmosdb-utils
1212
links: []

docs/index.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{%
2+
include-markdown "../README.md"
3+
start="<!--readme-start-->"
4+
end="<!--readme-end-->"
5+
rewrite-relative-urls=true
6+
%}

mkdocs.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
site_name: Allegro Pay Backstage docs
2+
3+
plugins:
4+
- techdocs-core
5+
- include-markdown

0 commit comments

Comments
 (0)