更新设置文档,新增l10n文档

This commit is contained in:
hhhkkk520
2022-05-19 13:03:38 +02:00
parent bbab21b93b
commit d3ae04da7a
4 changed files with 57 additions and 5 deletions
+4 -2
View File
@@ -104,7 +104,8 @@ function getDeveloperSidebarZhCN() {
{
text: '开发手册',
children: [
{ text: '创建新主题', link: '/developer/theme' }
{ text: '创建新主题', link: '/developer/theme' },
{ text: 'l10n', link: '/developer/l10n' }
]
}
]
@@ -147,7 +148,8 @@ function getDeveloperSidebarEnUS() {
{
text: 'Development Manual',
children: [
{ text: 'Create a new theme', link: '/en_US/developer/theme' }
{ text: 'Create a new theme', link: '/en_US/developer/theme' },
{ text: 'l10n', link: '/en_US/developer/l10n' }
]
}
]