Skip to content
Snippets Groups Projects
Unverified Commit 1097ff57 authored by Jeff Bruemmer's avatar Jeff Bruemmer Committed by GitHub
Browse files

note on breadcrumbs (#27726)

parent f223cf94
No related branches found
No related tags found
No related merge requests found
......@@ -152,12 +152,14 @@ For example, you can disable Metabase's [top nav bar](#top_nav) and [side nav me
### top_nav
Hidden by default. To show the top navigation bar:
Shown by default. To hide the top navigation bar:
`top_nav=true`
`top_nav=false`
![Top nav bar](./images/top-nav.png)
`search`, `new_button`, and `breadcrumbs` all depend on `top_nav` being set to `true`. If these three children (`search`, `new_button`, and `breadcrumbs`) are all false, Metabase will hide the top nav bar.
### search
Hidden by default. To show the search box in the top nav:
......@@ -170,6 +172,12 @@ Hidden by default. To show the **+ New** button used to create queries or dashbo
`top_nav=true&new_button=true`
### breadcrumbs
Shown by default in the top nav bar. Collection breadcrumbs show the path to the item (i.e., the collection(s) the item is in). To hide the breadcrumbs:
`breadcrumbs=false`
### side_nav
The navigation sidebar is shown on `/collection` and home page routes, and hidden everywhere else by default.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment