To create a navigation file, simple add it under the config folder. Example:
sidebar.yml
# Just a simple item- label: 'Home'link: '/'# With a list of items- label: 'With subitens'items:- label: 'My Example'link: '/my-example'
You can also add external links:
Edit this page on GitHub
- label: 'GitHub'link: 'https://github.com/jpedroschmitz'