feat: add TOC to app develop doc (#10799)

This commit is contained in:
非法操作
2024-11-19 09:06:12 +08:00
committed by GitHub
parent 49e88322de
commit 22be0816aa
7 changed files with 67 additions and 21 deletions

View File

@@ -78,6 +78,7 @@ const translation = {
requestBody: 'Request Body',
pathParams: 'Path Params',
query: 'Query',
toc: 'Contents',
},
}

View File

@@ -78,6 +78,7 @@ const translation = {
requestBody: 'Request Body',
pathParams: 'Path Params',
query: 'Query',
toc: '目录',
},
}