You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure I understand your question. If you are asking about how you can get your navigation to look like the screenshot you're at the wrong address here. This plugin revolves purely around the structure of your navigation. How it is then rendered is a matter of the theme, in your case mkdocs-material.
I'd like to configure nav contains pop up menu, like this:
What I got now doesn't contains a menu in nav.
the mkdocs.yml:
`
site_name: 畅云时讯
site_url: http://www.ichangyun.cn
#strict: true
theme:
name: material
language: zh
logo: image/icon.ico
palette:
primary: light blue
features:
- navigation.indexes
- navigation.tabs
- navigation.instant
- navigation.tabs.sticky
markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
generic: true
linenums: true
baselevel: 2
permalink: true
slugify: !!python/name:pymdownx.slugs.uslugify
plugins:
lang: ja
`
the top level .pages:
`
nav:
`
The text was updated successfully, but these errors were encountered: