Navigation
Navbar
Create a navbar.yaml
file in the src/gatsby-theme-dox
directory.
navbar.yaml structure
# src/gatsby-theme-dox/navbar.yamlitems: # Navbar Items- title: # Item's titlelink: # 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)