Skip to content
Discussion options

You must be logged in to vote

@KeithIMyers Think I have figured out the issue with the menu, I was also experiencing this. I noticed that on a material for mkdocs site, https://github.com/twhite96/tifflabs/blob/main/mkdocs.yml, it wasn't the same issue. Just tested this on my site and it does fix it.

In your mkdocs.yml file, under the navigation section, I'd be willing to be you have something similar to this:

nav:
  - Home:
      - index.md
   ... rest of your nav

This is telling mkdocs to create a section called Home with a page of Index. I think what you want is this:


nav:
  - Home: index.md
   ... rest of your nav

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@KeithIMyers
Comment options

@mjtobias
Comment options

Answer selected by KeithIMyers
@KeithIMyers
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants