Theme features not being applied? #4460
-
I am setting up a documentation site for several applications. I want to use the navigation.tabs feature of the theme as used on your documentation site: The site that that was generated when I ran I added the following to my mkdocs.yml per the "Setting up navigation" documentation
However, this did not seem to take effect and my site still had the collapsible panel navigation element. After some troubleshooting I decided to pull down your repo and run the site locally. I made no changes to the repo, and I saw the same behavior with the collapsible left panel: I am running this on Ubuntu 22.04 and using version 8.5.6 of mkdocs-material. Any idea why I am seeing different navigation behavior on a local instance of your repo versus the public site you have at https://squidfunk.github.io/mkdocs-material/getting-started/ Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Ok so it was a resolution problem and I feel like a dummy. Increasing the resolution of my development VM on which I was viewing the site caused the navigation tabs to display like I expected. Is that the expected behavior and is that documented anywhere? |
Beta Was this translation helpful? Give feedback.
Ok so it was a resolution problem and I feel like a dummy. Increasing the resolution of my development VM on which I was viewing the site caused the navigation tabs to display like I expected.
Is that the expected behavior and is that documented anywhere?