diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index dcf369d7c..f64e134f6 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -201,3 +201,12 @@ h3.cli-reference { .toclink:hover { 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; +} diff --git a/mkdocs.template.yml b/mkdocs.template.yml index 31b813e15..38bd9b95c 100644 --- a/mkdocs.template.yml +++ b/mkdocs.template.yml @@ -4,6 +4,7 @@ theme: logo: assets/logo-letter.svg favicon: assets/favicon.ico features: + - navigation.path - navigation.instant - navigation.instant.prefetch - navigation.instant.progress