File tree Expand file tree Collapse file tree
overrides/assets/stylesheets Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ /* Dictionary stays in the build navigation so glossary links remain published. */
2+ .md-tabs__item : has (.md-tabs__link [href *= "Dictionary/" ]),
3+ .md-nav__item : has (.md-nav__link [href *= "Dictionary/" ]),
4+ html : has (link [rel = "canonical" ][href *= "/Dictionary/" ]) .md-tabs__item--active ,
5+ html : has (link [rel = "canonical" ][href *= "/Dictionary/" ]) .md-nav__item--active {
6+ display : none;
7+ }
Original file line number Diff line number Diff line change @@ -13,6 +13,9 @@ extra_javascript = [
1313 " https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js" ,
1414 " assets/javascripts/tablesort.js" ,
1515]
16+ extra_css = [
17+ " assets/stylesheets/navigation.css" ,
18+ ]
1619watch = [" includes" ]
1720nav = [
1821 " index.md" ,
@@ -52,6 +55,9 @@ nav = [
5255 {"Principles and practices" = " specification/principles-and-practices.md" },
5356 ]},
5457 {"Modules" = " Modules/index.md" },
58+ {"Dictionary" = [
59+ " Dictionary/index.md" ,
60+ ]},
5561]
5662
5763[project .theme ]
You can’t perform that action at this time.
0 commit comments