rename img to match styleguide

Signed-off-by: Suzanne Daniels <suzanned@spotify.com>
This commit is contained in:
Suzanne Daniels
2021-10-07 17:07:30 +02:00
parent bd6f4fb2d9
commit 91ae05b8ec
4 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -52,7 +52,7 @@ The wizard will ask you
- The database type to use for the backend. For this guide, you'll be using the SQLite option.
<p align='center'>
<img src='../assets/getting-started/bs-wizard.png' alt='Screenshot of the wizard asking for a name for the app, and a selection menu for the database.'>
<img src='../assets/getting-started/wizard.png' alt='Screenshot of the wizard asking for a name for the app, and a selection menu for the database.'>
</p>
### Run the Backstage app
@@ -65,14 +65,14 @@ yarn dev
```
<p align='center'>
<img src='../assets/getting-started/bs-getting-started-startup.png' alt='Screenshot of the command output, with the message webpack compiled successfully.'>
<img src='../assets/getting-started/startup.png' alt='Screenshot of the command output, with the message webpack compiled successfully.'>
</p>
It might take a little while, but as soon as the message `[0] webpack compiled successfully` appears, you can open a browser and directly navigate to
your freshly installed Backstage portal at `http://localhost:3000`. You can start exploring the demo immediately.
<p align='center'>
<img src='../assets/getting-started/bs-getting-started-portal.png' alt='Screenshot of the Backstage portal homescreen.'>
<img src='../assets/getting-started/portal.png' alt='Screenshot of the Backstage portal homescreen.'>
</p>
Congratulations! That should be it. Let us know how it went: