Documentation site navigation
To configure your site navigation, use the config navigation field:
navigation:
- path: /config
title: Configuration
- path: /methods
title: Methodsthe
pathproperty defines path to the markdown file (without.mdextension) inside./docsdirectory
To add nested items to a parent navigation item, use the items prop:
navigation:
- title: Editor
items:
- path: /pages
title: Pages
...
- title: Document
items:
- path: /components
title: Components
- title: Config
items:
...if a nested
itemsarray is not provided, then apathproperty is required
