Changes based on feedback

Signed-off-by: Andre Wanlin <67169551+awanlin@users.noreply.github.com>
This commit is contained in:
Andre Wanlin
2023-04-14 12:39:23 -05:00
parent e89f0d7470
commit 3d809a66bf
4 changed files with 3 additions and 15 deletions
@@ -284,11 +284,6 @@ Note: We recommend Python version 3.7 or higher.
> Python packages. The order is important to make sure we get correct version of
> some of the dependencies.
## Running Backstage locally
Start the frontend and the backend app by running `yarn dev`, this will launch [http://localhost:3000/](http://localhost:3000/) in your browser, from there you can navigate to [http://localhost:3000/docs/](http://localhost:3000/docs/)
to see all your documentation sites.
## Additional reading
- [Creating and publishing your docs](creating-and-publishing.md)