mc-server-docs/mkdocs.yml

19 lines
488 B
YAML

site_name: 'Tormented House Documentation'
repo_url: https://git.nexxy.co/nexan/mc-server-docs
repo_name: 'gitea'
site_description: 'Documentation and Commands for the Tormented House Minecraft Server'
site_author: 'Nexan'
docs_dir: 'docs'
site_dir: 'site'
draft_docs: 'drafts/'
plugins:
- pub-obsidian
- pub-minifier
markdown_extensions:
- mdx_wikilink_plus
nav:
- 'Home': 'index.md'
- 'Commands': 'commands.md'
- 'Mods List': 'mods.md'
- 'Datapack List': 'datapacks.md'