Add breadcrumbs to the documentation (#9242)

<img width="815" alt="Screenshot 2024-11-19 at 2 10 10 PM"
src="https://github.com/user-attachments/assets/49e645d2-1648-40b4-8bb4-ba5d6545a353">
<img width="815" alt="Screenshot 2024-11-19 at 2 10 25 PM"
src="https://github.com/user-attachments/assets/854d7bee-dc16-4429-ae11-789f50d1c6a4">
This commit is contained in:
Zanie Blue 2024-11-19 22:31:43 -06:00 committed by GitHub
parent 80ab562f9f
commit 2ff705fba0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View File

@ -201,3 +201,12 @@ h3.cli-reference {
.toclink:hover { .toclink:hover {
color: var(--md-accent-fg-color) !important; color: var(--md-accent-fg-color) !important;
} }
/* Omit the first breadcrumb item, which is the "Introduction" */
.md-path__list > .md-path__item:first-of-type {
display: none;
}
.md-path__list > .md-path__item:nth-of-type(2):before {
display: none;
}

View File

@ -4,6 +4,7 @@ theme:
logo: assets/logo-letter.svg logo: assets/logo-letter.svg
favicon: assets/favicon.ico favicon: assets/favicon.ico
features: features:
- navigation.path
- navigation.instant - navigation.instant
- navigation.instant.prefetch - navigation.instant.prefetch
- navigation.instant.progress - navigation.instant.progress