docs icon indicating copy to clipboard operation
docs copied to clipboard

How to add a multilingual document?

Open azhengyongqin opened this issue 1 year ago • 1 comments

How to add a multilingual document?

like this: image

eg: English: https://mintlify.com/en/docs/quickstart Chinese: https://mintlify.com/zh/docs/quickstart

azhengyongqin avatar Jan 18 '24 06:01 azhengyongqin

I also want to ask. I looked through the documentation and found that there seems to be no similar function description.

Jarcis-cy avatar Jan 29 '24 07:01 Jarcis-cy

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

Anthropic's Docs

fmerian avatar Sep 30 '24 09:09 fmerian