Important
We are not accepting changes to this repo at the moment! We are working to add workflows to make things easier.
This repository is used for managing and translating dsc.bot's documentation.
Simply clone the repo, make the changes to a language and submit a pull request.
We use Markdoc!
Translating a new language for the dsc.bot documentation is simple.
- Clone the repository.
- Open the
articles
folder. - Copy the base language (defined as
fallbackLanguage
inindex.ts
). - Name the new folder using the IETF language tag (e.g., for Spanish (Spain), use
es-ES
). - Add your language to the
availableLanguages
array inindex.ts
. - Make a pull request with your changes.