This is a simple general guide for modders who want to use LLM to modify their favorite games.
It uses mkdocs
and mkdocs-material
to read from .md files, and Github CI generates the page whenever a pull request is merged into the main branch.
You need Python and mkdocs to run it. Refer to the mkdocs-material getting started page to see what you need.
Did you notice something that needs to be updated? Or do you have more information you want to share about this subject? Or do you want this document to reach more people by translating it? Then you can simply create your branch and make a Pull request to the main branch.
- Edit the mkdocs.yml file and add your language.
languages:
...
- locale: cst
name: Custom
build: true
- Create a folder with the locale name, which is
cst
in this case. - Copy the content of the
en
folder and translate the .md files. Done! It should show up in the language dropdown.