revert yarn.lock

upgrade Storybook to version 6

update storybook renderer layout

docs: update create app command and link

revert yarn.lock changes

revert yarn.lock

revert yarn
This commit is contained in:
Omer Farooq
2020-09-09 00:25:46 +12:00
parent 02e3517818
commit 0fa4c72a92
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ installed:
To create a new Backstage application for TechDocs, run the following command:
```bash
npx @backstage/cli create-app
npx @backstage/create-app
```
You will then be prompted to enter a name for your application. Once that's
@@ -34,7 +34,7 @@ You get to take full advantage of a platform that we at Spotify have been using
Just run the backstage-cli:
```bash
npx @backstage/cli create-app
npx @backstage/create-app
```
Name your app, and we will create everything you need:
@@ -50,7 +50,7 @@ yarn start
And you are good to go! 👍
Read the full documentation on how to [create an app](/docs/getting-started/create-an-app.md) on GitHub.
Read the full documentation on how to [create an app](/docs/getting-started/create-an-app) on GitHub.
## What do I get? (Let's get technical...)