0
Fork 0
mirror of https://github.com/logto-io/logto.git synced 2025-03-31 22:51:25 -05:00

fix(console): avoid zh-cn docs links since it has been removed (#3583)

This commit is contained in:
Darcy Ye 2023-03-24 22:08:03 +08:00 committed by GitHub
parent ccf1671e87
commit 20381551fc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,6 @@ import { useTranslation } from 'react-i18next';
*/
enum DocumentationLanguage {
English = 'en',
Chinese = 'zh-CN',
}
const documentationSiteRoot = 'https://docs.logto.io';