mirror of
https://github.com/halo-dev/docs.git
synced 2026-01-13 06:03:55 +08:00
docs: add documentation for RESTful API usage (#412)
添加 REST API 的使用文档。 Fixes #326 Fixes #216 ```release-note None ```
This commit is contained in:
@@ -79,11 +79,7 @@
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": [
|
||||
"contribution/issue",
|
||||
"contribution/pr",
|
||||
"contribution/sponsor"
|
||||
]
|
||||
"items": ["contribution/issue", "contribution/pr", "contribution/sponsor"]
|
||||
},
|
||||
"about"
|
||||
],
|
||||
@@ -264,9 +260,7 @@
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": [
|
||||
"developer-guide/plugin/examples/todolist"
|
||||
]
|
||||
"items": ["developer-guide/plugin/examples/todolist"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -330,6 +324,17 @@
|
||||
"developer-guide/theme/code-snippets"
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
"label": "RESTful API",
|
||||
"link": {
|
||||
"type": "generated-index"
|
||||
},
|
||||
"items": [
|
||||
"developer-guide/restful-api/introduction",
|
||||
"developer-guide/restful-api/api-client"
|
||||
]
|
||||
},
|
||||
"developer-guide/form-schema",
|
||||
"developer-guide/annotations-form"
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user