mc-server-docs/mkdocs.yml

44 lines
1.1 KiB
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/'
use_directory_urls: false
plugins:
- pub-obsidian
- pub-minifier
markdown_extensions:
- mdx_wikilink_plus
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.blocks.details:
types:
- name: info
class: terminal-alert
title: Info
- name: warning
class: 'terminal-alert terminal-alert-error'
title: Warning
- name: important
class: 'terminal-alert terminal-alert-primary'
title: Important
- attr_list
- md_in_html
- footnotes
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