mirror of
https://github.com/0xJacky/nginx-ui.git
synced 2025-05-11 10:25:52 +02:00
chore(devcontainer): update docs
This commit is contained in:
parent
19def6ea3b
commit
d13d9c34e7
6 changed files with 149 additions and 0 deletions
|
@ -24,6 +24,7 @@ export const enConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
text: 'Development',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: 'Devcontainer', link: '/guide/devcontainer' },
|
||||
{ text: 'Build', link: '/guide/build' },
|
||||
{ text: 'Project Structure', link: '/guide/project-structure' },
|
||||
{ text: 'Config Template', link: '/guide/nginx-ui-template' },
|
||||
|
|
|
@ -29,6 +29,7 @@ export const zhCNConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
text: '开发',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: '开发容器', link: '/zh_CN/guide/devcontainer' },
|
||||
{ text: '构建', link: '/zh_CN/guide/build' },
|
||||
{ text: '项目结构', link: '/zh_CN/guide/project-structure' },
|
||||
{ text: '配置模板', link: '/zh_CN/guide/nginx-ui-template' },
|
||||
|
|
|
@ -29,6 +29,7 @@ export const zhTWConfig: LocaleSpecificConfig<DefaultTheme.Config> = {
|
|||
text: '開發',
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: '開發容器', link: '/zh_TW/guide/devcontainer' },
|
||||
{ text: '構建', link: '/zh_TW/guide/build' },
|
||||
{ text: '專案結構', link: '/zh_TW/guide/project-structure' },
|
||||
{ text: '配置模板', link: '/zh_TW/guide/nginx-ui-template' },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue