docs
docs copied to clipboard
How to add a multilingual document?
How to add a multilingual document?
like this:
eg: English: https://mintlify.com/en/docs/quickstart Chinese: https://mintlify.com/zh/docs/quickstart
I also want to ask. I looked through the documentation and found that there seems to be no similar function description.
Hello there, sorry for my late reply here, and thanks for the idea!
FYI one workaround is using Versioning — a feature we recently introduced:
Add this to your mint.json file:
"versions": ["English", "Chinese"]
English and Chinese are the names of your versions. Take Anthropic's docs, for example.
You can learn more about Versioning here.
Hope it helps! cc @Jarcis-cy for the record