continuedev / continue

⏩ Continue is the leading open-source AI code assistant. You can connect any models and any context to build custom autocomplete and chat experiences inside VS Code and JetBrains
https://docs.continue.dev/
Apache License 2.0
19.25k stars 1.66k forks source link

add zh-CN docs #2857

Closed mayf09 closed 3 days ago

mayf09 commented 6 days ago

based on 2263812

mayf09 commented 6 days ago

Hi, @sestinj, I add a new version of zh-CN docs.

sestinj commented 6 days ago

Cool!! I will take a look. Thanks so much for doing this : )

sestinj commented 6 days ago

@mayf09 For some reason all of the /zh-CN pages are redirecting right back to /, any ideas on how to fix this?

mayf09 commented 5 days ago

@mayf09 For some reason all of the /zh-CN pages are redirecting right back to /, any ideas on how to fix this?

@sestinj How do you build docs? I use follow command, and it's looks good.

in continue/docs folder,

npm run build
npm run serve
sestinj commented 4 days ago

You're right, this works for me, thanks!

I switched to zh-CN, then had my browser auto-translate back to English and all of the pages look good 👍

@mayf09 What do you think about maintaining this going forward? Is there a tool you've used that makes it easy, and would you be willing to occasionally update things when they change?

and finally cc @TyDunn for any general thoughts

mayf09 commented 4 days ago

I will follow up this project, update docs occasionally, maybe once a month. Currently, there is no such tool, just by hand.

sestinj commented 3 days ago

amazing, well I really appreciate this contribution! Merging now and looking forward to working together more!