-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
Description
Simple Introduction
Apollo's document can view on website https://www.apolloconfig.com
It's content under git repository directory docs.
Directory docs/zh save Chinese document.
Directory docs/en save English document.
The document structure use https://docsify.js.org/#/ (More detail in pull request #3433)
Someone can add English document now.
Example
Chinese document in https://www.apolloconfig.com/#/zh/faq/faq
Its content is resolved from file in path docs/zh/faq/faq.md,
If someone want to translate it, he/she can create a markdown file in path docs/en/faq/faq.md.
The difference between their path is zh and en
After file docs/en/faq/faq.md merge to repository, one can access English document through https://www.apolloconfig.com/#/en/faq/faq
The document you can translate will prepare in this issue, like
Translate
docs/zh/xxx
to
docs/en/xxx
docs/zh/xxx is the Chinese document, and docs/en/xxx is the English document. You can change English document by a pull request (view CONTRIBUTING for more detail).
If you want to translate, you can comment for it, then starting the translation.