diff --git a/docs/menus.ts b/docs/menus.ts index db0329f8b7..9e2c139703 100644 --- a/docs/menus.ts +++ b/docs/menus.ts @@ -71,17 +71,17 @@ export default { '/development/guide/ui-router', ], }, + { + title: 'HTTP API', + type: 'group', + children: ['/development/http-api/index', '/development/http-api/rest-api'], + }, { title: 'Test & Build', 'title.zh-CN': '测试与构建', type: 'group', children: ['/development/pre-release/test', '/development/pre-release/build'], }, - { - title: 'HTTP API', - type: 'group', - children: ['/api/http-api/index', '/api/http-api/rest-api'], - }, ], // { // title: 'Development', diff --git a/docs/zh-CN/api/http-api/action-api.md b/docs/zh-CN/development/http-api/action-api.md similarity index 100% rename from docs/zh-CN/api/http-api/action-api.md rename to docs/zh-CN/development/http-api/action-api.md diff --git a/docs/zh-CN/api/http-api/filter-operators.md b/docs/zh-CN/development/http-api/filter-operators.md similarity index 100% rename from docs/zh-CN/api/http-api/filter-operators.md rename to docs/zh-CN/development/http-api/filter-operators.md diff --git a/docs/zh-CN/api/http-api/index.md b/docs/zh-CN/development/http-api/index.md similarity index 100% rename from docs/zh-CN/api/http-api/index.md rename to docs/zh-CN/development/http-api/index.md diff --git a/docs/zh-CN/api/http-api/rest-api.md b/docs/zh-CN/development/http-api/rest-api.md similarity index 100% rename from docs/zh-CN/api/http-api/rest-api.md rename to docs/zh-CN/development/http-api/rest-api.md