- OI Wiki
Navigation
Navbar
Create a navbar.yaml file in the src/gatsby-theme-dox directory.
navbar.yaml structure
# src/gatsby-theme-dox/navbar.yaml
items: # Navbar Items
- title: # Item's title
link: # Item's link
- title:
link:Sidebar
Create a sidebar.mdx file in the src/gatsby-theme-dox directory.
sidebar.mdx structure
<!-- src/gatsby-theme-dox/sidebar.mdx -->
- [Title One](/link/one)
- [Title One Nested](/link/one/nested)
- [Title Two](/link/two)本页面未记录贡献者
本页面没有标签