-
Create .md file in /docs/.... (e.g., docs/tanki2.0/page1.md)
-
Add to nav: in mkdocs.yml:
nav: - New Section: - New Page: path to page1.md
Directory Structure:
docs/ ├─ section-name (doesnt have to be the same as the nav name)/ │ ├─ page1.md │ └─ page2.md