Skip to content

Commit

Permalink
doc: add missing links for menu items (#5224)
Browse files Browse the repository at this point in the history
Add all the missing links for the menu items as shortcuts.
  • Loading branch information
Wai-Dung committed Jun 24, 2023
1 parent 322b35b commit c8062b4
Show file tree
Hide file tree
Showing 6 changed files with 58 additions and 58 deletions.
12 changes: 6 additions & 6 deletions site/docs/advanced/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ nav:
order: 5
---

- Loader
- Plugin Development
- Framework Development
- Multi-Process Development Model Enhancement
- View Plugin Development
- Upgrade your event functions in your lifecycle
- [Loader](./loader.md)
- [Plugin Development](./plugin.md)
- [Framework Development](./framework.md)
- [Multi-Process Development Model Enhancement](./cluster-client.md)
- [View Plugin Development](./view-plugin.md)
- [Upgrade your event functions in your lifecycle](./loader-update.md)
12 changes: 6 additions & 6 deletions site/docs/advanced/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ nav:
order: 5
---

- 加载器(Loader)
- 插件开发
- 框架开发
- 多进程研发模式增强
- View 插件开发
- 升级你的生命周期事件函数
- [加载器(Loader)](./loader.md)
- [插件开发](./plugin.md)
- [框架开发](./framework.md)
- [多进程研发模式增强](./cluster-client.md)
- [View 插件开发](./view-plugin.md)
- [升级你的生命周期事件函数](./loader-update.md)
24 changes: 12 additions & 12 deletions site/docs/basics/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ nav:
order: 4
---

- Structure
- Framework Built-in Objects
- Runtime Environment
- Configuration
- Middleware
- Router
- Controller
- Service
- Plugin
- Scheduled Tasks
- Extend EGG
- Application Startup Configuration
- [Structure](./structure.md)
- [Framework Built-in Objects](./object.md)
- [Runtime Environment](./env.md)
- [Configuration](./config.md)
- [Middleware](./middleware.md)
- [Router](./router.md)
- [Controller](./controller.md)
- [Service](./service.md)
- [Plugin](./plugin.md)
- [Scheduled Tasks](./schedule.md)
- [Extend EGG](./extend.md)
- [Application Startup Configuration](./app-start.md)
24 changes: 12 additions & 12 deletions site/docs/basics/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ nav:
order: 4
---

- 目录结构
- 内置对象
- 运行环境
- 配置
- 中间件
- 路由
- 控制器
- 服务
- 插件
- 定时任务
- 框架拓展
- 启动自定义
- [目录结构](./structure.md)
- [内置对象](./object.md)
- [运行环境](./env.md)
- [配置](./config.md)
- [中间件](./middleware.md)
- [路由](./router.md)
- [控制器](./controller.md)
- [服务](./service.md)
- [插件](./plugin.md)
- [定时任务](./schedule.md)
- [框架拓展](./extend.md)
- [启动自定义](./app-start.md)
22 changes: 11 additions & 11 deletions site/docs/core/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ nav:
order: 3
---

- Local Development
- Unit Testing
- Deployment
- Logger
- HttpClient
- Cookie and Session
- Multi-Process Model and Inter-Process Communication
- View Template Rendering
- Exception Handling
- Security
- I18n Internationalization
- [Local Development](./development.md)
- [Unit Testing](./unittest.md)
- [Deployment](./deployment.md)
- [Logger](./logger.md)
- [HttpClient](./httpclient.md)
- [Cookie and Session](./cookie-and-session.md)
- [Multi-Process Model and Inter-Process Communication](./cluster-and-ipc.md)
- [View Template Rendering](./view.md)
- [Exception Handling](./error-handling.md)
- [Security](./security.md)
- [I18n Internationalization](./i18n.md)
22 changes: 11 additions & 11 deletions site/docs/core/index.zh-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@ nav:
order: 3
---

- 本地开发
- 单元测试
- 应用部署
- 日志
- HttpClient
- Cookie 与 Session
- 多进程模型和进程间通讯
- View 模板渲染
- 异常处理
- 安全
- 国际化(I18n)
- [本地开发](./development.md)
- [单元测试](./unittest.md)
- [应用部署](./deployment.md)
- [日志](./logger.md)
- [HttpClient](./httpclient.md)
- [Cookie 与 Session](./cookie-and-session.md)
- [多进程模型和进程间通讯](./cluster-and-ipc.md)
- [View 模板渲染](./view.md)
- [异常处理](./error-handling.md)
- [安全](./security.md)
- [国际化(I18n)](./i18n.md)

0 comments on commit c8062b4

Please sign in to comment.