57 lines
1.2 KiB
YAML
57 lines
1.2 KiB
YAML
site_name: Tormented House Documentation
|
|
repo_url: https://git.nexxy.co/nexan/mc-server-docs
|
|
repo_name: 'gitea'
|
|
site_description: ''
|
|
site_author: 'Nexan'
|
|
docs_dir: 'docs'
|
|
site_dir: 'site'
|
|
|
|
draft_docs: |
|
|
drafts/ # A "drafts" directory anywhere.
|
|
|
|
theme:
|
|
name: 'custommill'
|
|
main_color: "#0f0e17"
|
|
|
|
extra:
|
|
repo_icon: 'gitea'
|
|
plugins:
|
|
- with-pdf:
|
|
cover: false
|
|
toc_title: Table of Contents
|
|
heading_shift: true
|
|
output_path: pdf/server-docs.pdf
|
|
#toc_level: 3
|
|
#ordered_chapter_level: 2
|
|
#excludes_children:
|
|
# - 'release-notes/:upgrading'
|
|
# - 'release-notes/:changelog'
|
|
#
|
|
#exclude_pages:
|
|
# - 'bugs/'
|
|
# - 'appendix/contribute/'
|
|
#convert_iframe:
|
|
# - src: IFRAME SRC
|
|
# img: POSTER IMAGE URL
|
|
# text: ALTERNATE TEXT
|
|
# - src: ...
|
|
#two_columns_level: 3
|
|
#
|
|
#render_js: true
|
|
#headless_chrome_path: headless-chromium
|
|
#
|
|
#enabled_if_env: ENABLE_PDF_EXPORT
|
|
#
|
|
#debug_html: true
|
|
#show_anchors: true
|
|
#verbose: true
|
|
markdown_extensions:
|
|
- iconfonts
|
|
- mdx_wikilink_plus
|
|
|
|
nav:
|
|
- Home: 'index.md'
|
|
- Commands: 'commands.md'
|
|
- 'Mods List': 'mods.md'
|
|
- 'Datapack List': 'datapacks.md'
|
|
|