[Docs] Fix links in main README (#1651)

This commit is contained in:
Stefan Ålund
2020-07-15 17:50:09 +02:00
committed by GitHub
parent 8a949c3f3d
commit a3449939b0
5 changed files with 11 additions and 10 deletions
+5 -6
View File
@@ -90,13 +90,12 @@ Take a look at the [Getting Started](docs/getting-started/README.md) guide to le
## Documentation
- [Getting Started](docs/getting-started/README.md)
- [Create a Backstage App](docs/create-an-app.md)
- [Architecture](docs/overview/architecture-terminology.md) ([Decisions](docs/architecture-decisions))
- [API references](docs/reference/README.md)
- [Designing for Backstage](docs/design.md)
- [Main documentation](docs/README.md)
- [Service Catalog](docs/features/software-catalog/index.md)
- [Create a Backstage App](docs/getting-started/create-an-app.md)
- [Architecture](docs/overview/architecture-terminology.md) ([Decisions](docs/architecture-decisions/index.md))
- [Designing for Backstage](docs/dls/design.md)
- [Storybook - UI components](http://storybook.backstage.io)
- [Contributing to Storybook](docs/getting-started/contributing-to-storybook.md)
## Contributing
+2 -2
View File
@@ -17,7 +17,7 @@ better yet, a pull request.
- [Create an App](getting-started/create-an-app.md)
- App configuration
- [Configuring App with plugins](getting-started/configure-app-with-plugins.md)
- [Customize the look-and-feel of your App](getting-started/customize-app-look-and-feel.md)
- [Customize the look-and-feel of your App](getting-started/app-custom-theme.md)
- Deployment scenarios
- [Kubernetes](getting-started/deployment-k8s.md)
- [Other](getting-started/deployment-other.md)
@@ -67,7 +67,7 @@ better yet, a pull request.
- [Glossary](auth/glossary.md)
- Designing for Backstage
- [Backstage Design Language System (DLS)](dls/design.md)
- [Storybook -- reusable UI components](dls/storybook.md)
- [Storybook -- reusable UI components](http://storybook.backstage.io)
- [Contributing to Storybook](dls/contributing-to-storybook.md)
- [Figma resources](dls/figma.md)
- API references
View File
+2
View File
@@ -21,4 +21,6 @@ can be organised around the entities in the catalog.
## Using the Service Catalog
TODO
![](service-catalog-home.png)
+2 -2
View File
@@ -15,7 +15,7 @@ nav:
- Create an App: 'getting-started/create-an-app.md'
- App configuration:
- Configuring App with plugins: 'getting-started/configure-app-with-plugins.md'
- Customize the look-and-feel of your App: 'getting-started/customize-app-look-and-feel.md'
- Customize the look-and-feel of your App: 'getting-started/app-custom-theme.md'
- Deployment scenarios:
- Kubernetes: 'getting-started/deployment-k8s.md'
- Other: 'getting-started/deployment-other.md'
@@ -70,7 +70,7 @@ nav:
- Glossary: 'auth/glossary.md'
- Designing for Backstage:
- Backstage Design Language System (DLS): 'dls/design.md'
- Storybook -- reusable UI components: 'dls/storybook.md'
- Storybook -- reusable UI components: 'http://storybook.backstage.io'
- Contributing to Storybook: 'dls/contributing-to-storybook.md'
- Figma resources: 'dls/figma.md'
- API references: