Troubleshooting Issues with MKDocs Deployment #6309
-
Good Afternoon, Mobile Device MenuWhen on a mobile browser (or a desktop browser that has been resized to give the mobile view). You need to select "Home" before it will show the navigation menu Steps to Replicate
Blog PaginationWhen using the blog plugin, the pagination works perfectly when clicking on a page number thats higher than the current page but on lower pages, it will always fail to /blog/ Steps To Replicate
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
@KeithIMyers Was going to take a look at the pagination issue, verified that I can reproduce the issue and was going to suggest that it is a bug. Looks like someone did that and seems like it is actually a bug per #6365 I also have the issue with the mobile device menu and am not sure at this time if it is a bug or not. |
Beta Was this translation helpful? Give feedback.
@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:This is telling mkdocs to create a section called Home with a page of Index. I think what you want is this: