Skip to content
This repository was archived by the owner on Jul 17, 2026. It is now read-only.

Repository files navigation

MXUserBot Documentation

Documentation site: https://mxuserbot.github.io/documentation/

Adding translations

Want to add a translation? Great!

The docs use MkDocs i18n plugin with folder-based structure. Each language has its own folder:

  • docs/ru/ — Russian (default)
  • docs/en/ — English

How to add a new language

  1. Copy docs/ru/ folder to docs/<your_locale>/
  2. Translate all .md files
  3. Add the locale to mkdocs.yml in plugins.i18n.languages section

Example for German:

plugins:
- i18n:
docs_structure: folderlanguages:
- locale: rudefault: truename: Русскийbuild: true
- locale: enname: Englishbuild: truenav_translations:
...
- locale: dename: Deutschbuild: truenav_translations:
Главная: HomeПреимущества: Advantages...
  1. Send a Pull Request!

About

MXU documentation

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages