26 lines
663 B
YAML
26 lines
663 B
YAML
site_name: 'Tormented House Documentation'
|
|
site_url:
|
|
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: terminal
|
|
palette: sans_dark
|
|
features:
|
|
- navigation.side.indexes
|
|
- navigation.top.cursor_animation.hide
|
|
- navigation.top.search_button.hide |