docs: move http to dev (#861)

This commit is contained in:
Junyi 2022-09-29 21:17:55 +08:00 committed by GitHub
parent 8bf23004a1
commit b8c958aaac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

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