From baeb98dc725e9237d353431ec292ef7fe98e8c82 Mon Sep 17 00:00:00 2001 From: Nexan Date: Wed, 24 Sep 2025 22:00:48 -0500 Subject: [PATCH] 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. --- docs/mods.md | 6 ++++++ mkdocs.yml | 57 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) diff --git a/docs/mods.md b/docs/mods.md index 78d5d68..08ef272 100644 --- a/docs/mods.md +++ b/docs/mods.md @@ -1,3 +1,9 @@ +--- +title: Mods List +summary: List of mods on the server and client +authors: Nexan +--- + ## Client - [Architectury](https://modrinth.com/mod/lhGA9TYQ) by shedaniel (architectury\-17\.0\.8\-fabric\.jar) diff --git a/mkdocs.yml b/mkdocs.yml index e69de29..a21da79 100644 --- a/mkdocs.yml +++ b/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' + \ No newline at end of file