TechDocs: Update mkdocs.yml with repo_url when possible before building docs

This commit is contained in:
Himanshu Mishra
2020-11-26 00:29:46 +01:00
parent 266e93b478
commit 4b53294a6c
9 changed files with 373 additions and 10 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-techdocs': minor
'@backstage/plugin-techdocs-backend': minor
---
- Use techdocs annotation to add repo_url if missing in mkdocs.yml. Having repo_url creates a Edit button on techdocs pages.
- techdocs-backend: API endpoint `/metadata/mkdocs/*` renamed to `/metadata/techdocs/*`