21 lines
518 B
YAML
21 lines
518 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'
|
|
theme:
|
|
name: 'rtd-dropdown'
|
|
|