fix: review

This commit is contained in:
Ivan Shmidt
2020-08-12 15:33:11 +02:00
parent 882728ae1d
commit ba72f0e652
8 changed files with 10 additions and 8 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ better yet, a pull request.
- Overview
- [What is Backstage?](overview/what-is-backstage.md)
- [Backstage architecture](overview/architecture-overview.md)
- [Architect:ure and terminology](overview/architecture-terminology.md)
- [Architecture and terminology](overview/architecture-terminology.md)
- [Roadmap](overview/roadmap.md)
- Getting started
- [Running Backstage locally](getting-started/index.md)
+2 -2
View File
@@ -32,7 +32,7 @@ core
Go to `packages/storybook`, run `yarn install` and install the dependencies,
then run the following on your command line: `yarn start`
![](assets/dls/running-storybook.png)
![](../assets/dls/running-storybook.png)
_You should see a log like the image above._
@@ -40,4 +40,4 @@ If everything worked out, your server will be running on **port 6006**, go to
your browser and navigate to `http://localhost:6006/`. You should be able to
navigate and see the Storybook page.
![](assets/dls/storybook-page.png)
![](../assets/dls/storybook-page.png)
+2
View File
@@ -2,3 +2,5 @@
id: software-catalog-api
title: API
---
## TODO
@@ -3,4 +3,4 @@ id: extending-the-model
title: Extending the model
---
TODO
## TODO
@@ -3,4 +3,4 @@ id: external-integrations
title: External integrations
---
TODO
## TODO
@@ -2,3 +2,5 @@
id: populating-catalog
title: Populating the catalog
---
## TODO
@@ -3,4 +3,4 @@ id: system-model
title: System Model
---
TODO
## TODO
@@ -3,8 +3,6 @@ id: development-environment
title: Development Environment
---
#
This section describes how to get set up for doing development on the Backstage
repository.