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:
parent
ccf1671e87
commit
20381551fc
1 changed files with 0 additions and 1 deletions
|
@ -6,7 +6,6 @@ import { useTranslation } from 'react-i18next';
|
|||
*/
|
||||
enum DocumentationLanguage {
|
||||
English = 'en',
|
||||
Chinese = 'zh-CN',
|
||||
}
|
||||
|
||||
const documentationSiteRoot = 'https://docs.logto.io';
|
||||
|
|
Loading…
Add table
Reference in a new issue