chore(devcontainer): update docs

This commit is contained in:
Jacky 2025-02-04 10:25:51 +08:00
parent 19def6ea3b
commit d13d9c34e7
No known key found for this signature in database
GPG key ID: 215C21B10DF38B4D
6 changed files with 149 additions and 0 deletions

View file

@ -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' },

View file

@ -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' },

View file

@ -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' },