adding page heading and first draft of config file
as title says, but the longer version is that the page heading here is going to help out as the page heading for other pages, and that the `mkdocs.yml` config file is just the first version, as I will probably add more plugins and tweak things down the line.main
parent
379ae94911
commit
baeb98dc72
|
@ -1,3 +1,9 @@
|
||||||
|
---
|
||||||
|
title: Mods List
|
||||||
|
summary: List of mods on the server and client
|
||||||
|
authors: Nexan
|
||||||
|
---
|
||||||
|
|
||||||
## Client
|
## Client
|
||||||
|
|
||||||
- [Architectury](https://modrinth.com/mod/lhGA9TYQ) by shedaniel (architectury\-17\.0\.8\-fabric\.jar)
|
- [Architectury](https://modrinth.com/mod/lhGA9TYQ) by shedaniel (architectury\-17\.0\.8\-fabric\.jar)
|
||||||
|
|
57
mkdocs.yml
57
mkdocs.yml
|
@ -0,0 +1,57 @@
|
||||||
|
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'
|
||||||
|
|
Loading…
Reference in New Issue