Update mkdocs.yml

This commit is contained in:
Jakob K
2021-04-23 21:01:51 +00:00
parent 2a89f01b3b
commit cda83da98f

View File

@@ -14,6 +14,7 @@ theme:
accent: amber accent: amber
markdown_extensions: markdown_extensions:
- pymdownx.details
- pymdownx.highlight - pymdownx.highlight
- pymdownx.superfences - pymdownx.superfences
- toc: - toc:
@@ -27,5 +28,6 @@ nav:
- Home: index.md - Home: index.md
- Setup: - Setup:
- For absolute beginners: setup/beginners.md - For absolute beginners: setup/beginners.md
- For Spigot beginners: setup/spigot.md - Starting a new project: setup/project.md
- Setup using Gradle: setup/gradle.md - Setup using Gradle: setup/gradle.md
- Entrypoint to your plugin: setup/entrypoint.md