Merge pull request #1948 from spotify/shmidt-i/fix-links-docs

fix(docs): links
This commit is contained in:
Ivan Shmidt
2020-08-13 17:36:27 +02:00
committed by GitHub
2 changed files with 10 additions and 7 deletions
+5 -5
View File
@@ -15,15 +15,15 @@ to create a streamlined development environment from end to end.
Out of the box, Backstage includes:
- [Backstage Service Catalog](/docs/features/software-catalog/index.md) for
- [Backstage Service Catalog](../features/software-catalog/index.md) for
managing all your software (microservices, libraries, data pipelines,
websites, ML models, etc.)
- [Backstage Software Templates](/docs/features/software-templates/index.md) for
- [Backstage Software Templates](../features/software-templates/index.md) for
quickly spinning up new projects and standardizing your tooling with your
organizations best practices
- [Backstage TechDocs](/docs/features/techdocs) for making it easy to create,
maintain, find, and use technical documentation, using a "docs like code"
approach
- [Backstage TechDocs](../features/techdocs/README.md) for making it easy to
create, maintain, find, and use technical documentation, using a "docs like
code" approach
- Plus, a growing ecosystem of
[open source plugins](https://github.com/spotify/backstage/tree/master/plugins)
that further expand Backstages customizability and functionality
+5 -2
View File
@@ -102,8 +102,8 @@
"features/software-catalog/software-catalog-overview": {
"title": "Backstage Service Catalog (alpha)"
},
"features/software-catalog/populating-catalog": {
"title": "Populating the catalog"
"features/software-catalog/installation": {
"title": "features/software-catalog/installation"
},
"features/software-catalog/system-model": {
"title": "System Model"
@@ -126,6 +126,9 @@
"features/software-templates/software-templates-index": {
"title": "Software Templates"
},
"features/software-templates/installation": {
"title": "features/software-templates/installation"
},
"features/techdocs/concepts": {
"title": "Concepts"
},