Mkdocs material 水平菜单不起作用
Mkdocs material Horizontal menu not working
我正在尝试让水平菜单正常工作,但没有成功。
这是我的 .yml 文件
site_name: Documentation
nav:
- Unity 3D :
- Introduction : Unity3D/SplinePlus/Introduction.md
- Unreal Engine :
- Introduction : Unity3D/SplinePlus/Introduction.md
theme :
name: 'material'
extra:
feature:
tabs: true
该功能未启用,
我做错了什么吗?
我找到了解决方案。
似乎我应该做这样的事情而不是我一直在做的事情。
theme :
name: 'material'
feature:
tabs: true
我正在尝试让水平菜单正常工作,但没有成功。
这是我的 .yml 文件
site_name: Documentation
nav:
- Unity 3D :
- Introduction : Unity3D/SplinePlus/Introduction.md
- Unreal Engine :
- Introduction : Unity3D/SplinePlus/Introduction.md
theme :
name: 'material'
extra:
feature:
tabs: true
该功能未启用,
我做错了什么吗?
我找到了解决方案。
似乎我应该做这样的事情而不是我一直在做的事情。
theme :
name: 'material'
feature:
tabs: true