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