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
-4
View File
@@ -173,10 +173,6 @@ export default async function createPlugin(
}
```
## Running Backstage locally
Start the frontend and the backend app by running `yarn dev`
## Configuration
After installing the plugins in the code, you'll need to then
@@ -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)
+2 -3
View File
@@ -106,9 +106,8 @@ example [here](https://www.python.org/downloads/) to install it.
#### Could not execute command yarn install
Install yarn on your system with `npm install --global yarn` or for more details
refer to the
[prerequisites](https://backstage.io/docs/getting-started/#prerequisites)
Install Yarn on your system with `npm install --global yarn` or for more details
refer to the [prerequisites](index.md#prerequisites).
## Run the app
+1 -3
View File
@@ -15,9 +15,7 @@ system using tools like apt-get, npm, yarn, curl. Docker knowledge is also
helpful for making the best use of your Backstage installation.
If you are planning to contribute plugins or to the project in general, we advise
you to use the
[Contributors](https://backstage.io/docs/getting-started/contributors)
guide to do a repository-based installation.
you to use the [Contributors](contributors.md) guide to do a repository-based installation.
### Prerequisites