diff --git a/docs/index.md b/docs/index.md index 4b658c490a..2784af6b58 100644 --- a/docs/index.md +++ b/docs/index.md @@ -2,12 +2,45 @@ This GitHub page is designed to contain community maintained set of articles, tutorials and documentation for everything Gothic. -First two Gothic games use engine called ZenGin, developed by Piranha Bytes and Mad Scientists. If you want to know more about the history of the development, there is a heap of information on the [Gothic Archive](https://gothicarchive.org/). +!!! Info + The content here is not meant to be taken as the holy word of modding. We are just modders sharing our experiences, knowledge and our favorite work flows. -The content here is not meant to be taken as the holy word of modding. We are just modders sharing our experiences, knowledge and our favorite work flows. +
-Feel free to open a pull request with your article or propose changes. +- :fontawesome-brands-discord:{ .lg .middle } __Discord Server__ -You can open a pull request in [this repository](https://github.com/Gothic-Modding-Community/gmc/) + --- + If you have any modding related questions, or just want to talk join our discord server. + [:octicons-arrow-right-24: Discord](https://discord.gg/mCpS5b5SUY) + + +- :octicons-git-pull-request-16:{ .lg .middle } __Contribution__ + + --- + + Feel free to open a pull request with your article or propose changes. Here is detailed contribution guide. + + [:octicons-arrow-right-24: How to Contibute](./contribute/index.md) + +- :material-file-document:{ .lg .middle } __Gothic Archive__ + + --- + + First two Gothic games use engine called ZenGin, developed by Piranha Bytes and Mad Scientists. If you want to know more about the history of the development, there is a heap of information on the Gothic Archive. + + [:octicons-arrow-right-24: Gothic Archive](https://gothicarchive.org/) + + + +- :fontawesome-brands-github:{ .lg .middle } __Repository__ + + --- + + This site has a public repo hosted on GitHub. + + [:octicons-arrow-right-24: GitHub](https://github.com/Silver-Ore-Team/zBassMusic) + + +
diff --git a/mkdocs.yml b/mkdocs.yml index 7e128b1299..6704dfcfa1 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -110,6 +110,7 @@ markdown_extensions: - name: mermaid class: mermaid format: !!python/name:pymdownx.superfences.fence_code_format + - md_in_html plugins: - search