Skip to main content

Navigation

Create a navbar.yaml file in the src/gatsby-theme-dox directory.

# src/gatsby-theme-dox/navbar.yaml
items: # Navbar Items
- title: # Item's title
link: # Item's link
- title:
link:

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)