mirror of
https://github.com/halo-dev/docs.git
synced 2025-10-19 00:38:24 +00:00
docs: add documentation for RESTful API usage (#412)
添加 REST API 的使用文档。 Fixes #326 Fixes #216 ```release-note None ```
This commit is contained in:
16
sidebars.js
16
sidebars.js
@@ -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",
|
||||
// },
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user