Skip to content

Commit

Permalink
Changes in vizro features
Browse files Browse the repository at this point in the history
  • Loading branch information
kaestro committed May 13, 2024
1 parent 80e071b commit 847cabd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions vizro-core/docs/pages/user-guides/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ pydantic models, Python dictionaries, YAML, or JSON.
To create a dashboard:

1. Choose one of the possible configuration syntaxes
2. Create your `pages`, see our guide on [Pages](pages.md)
3. (optional) Choose a `theme`, see our guide on [Themes](themes.md)
4. (optional) Customize your `navigation`, see our guide on [Navigation](navigation.md)
2. Create your `pages`, see our [guide on Pages](pages.md)
3. (optional) Choose a `theme`, see our [guide on Themes](themes.md)
4. (optional) Customize your `navigation`, see our [guide on Navigation](navigation.md)
5. (optional) Set a `title` for your dashboard
6. Add your `dashboard` to the `build` call of Vizro

Expand Down Expand Up @@ -190,7 +190,7 @@ If supplied, the `title` of the [`Dashboard`][vizro.models.Dashboard] displays a

## Add a dashboard logo

Vizro will automatically incorporate the dashboard [logo](assets.md/#logo-image) in the top-left corner of each page if an image named `logo.<extension>` is present within the assets folder.
Vizro will [automatically incorporate the dashboard logo](assets.md/#logo-image) in the top-left corner of each page if an image named `logo.<extension>` is present within the assets folder.

![Dashboard with logo](../../assets/user_guides/dashboard/dashboard_with_logo.png)

Expand Down

0 comments on commit 847cabd

Please sign in to comment.