Currently we use MkDocs-material theme for the training website. We have nested tutorial structure which can be lost in the left side TOC. Only the selected lesson is highlighted in light blue shade. What we would prefer is for all the top level folders to be highlighted so as to keep track of lesson origin even when the tab is collapsed.
Screenshot below highlights the issue:
Recent update to the mkdocs-material implements changes the behavior of the navigation.tabs feature which now shows all the tabs on all pages. This is not desirable and we want to only have the lessons in the left side TOC for each selected tab.
Older version (mkdocs-material <=6.1.7)
Newer version (MkDocs-material >= 6.2.0)
I have also posted the later issue in the discussion forum in mkdocs-material repo. We want to explore fixes to both issues using some css/html/javacsript tricks. @ctb @ACharbonneau for some help/guidance.
Currently we use MkDocs-material theme for the training website. We have nested tutorial structure which can be lost in the left side TOC. Only the selected lesson is highlighted in light blue shade. What we would prefer is for all the top level folders to be highlighted so as to keep track of lesson origin even when the tab is collapsed.
Screenshot below highlights the issue:
Recent update to the mkdocs-material implements changes the behavior of the
navigation.tabs
feature which now shows all the tabs on all pages. This is not desirable and we want to only have the lessons in the left side TOC for each selected tab.Older version (mkdocs-material <=6.1.7)
Newer version (MkDocs-material >= 6.2.0)
I have also posted the later issue in the discussion forum in mkdocs-material repo. We want to explore fixes to both issues using some css/html/javacsript tricks. @ctb @ACharbonneau for some help/guidance.