docs: add documentation for RESTful API usage (#412)

添加 REST API 的使用文档。

Fixes #326 
Fixes #216 


```release-note
None
```
This commit is contained in:
Ryan Wang
2024-09-09 17:34:05 +08:00
committed by GitHub
parent 3aadde1218
commit 5608dedd2b
17 changed files with 538 additions and 85 deletions

View File

@@ -344,12 +344,18 @@ module.exports = {
"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",
// {
// type: "link",
// label: "REST API",
// href: "https://api.halo.run",
// },
],
};