Skip to content

Commit

Permalink
add alist V3 API document (#258 close AlistGo/alist#4933)
Browse files Browse the repository at this point in the history
* add alist V3 API  document

* 移除了driver list接口的过长的返回值展示
  • Loading branch information
Kuingsmile authored Aug 19, 2023
1 parent 7b25d6f commit 77edcf8
Show file tree
Hide file tree
Showing 22 changed files with 9,808 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const en = sidebar({
text: "Guide",
icon: "iconfont icon-creative",
prefix: "guide/",
children: ["install/", "drivers/", "advanced/"],
children: ["api/","install/", "drivers/", "advanced/"],
},
{
text: "Config",
Expand Down
2 changes: 1 addition & 1 deletion docs/.vuepress/sidebar/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const zh = sidebar({
text: "使用指南",
icon: "iconfont icon-creative",
prefix: "guide/",
children: ["install/", "drivers/", "advanced/"],
children: ["api/", "install/", "drivers/", "advanced/"],
},
{
text: "配置",
Expand Down
9 changes: 9 additions & 0 deletions docs/guide/api/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: API
icon: iconfont icon-token
index: false
dir:
order: 5
---

<AutoCatalog />
Loading

0 comments on commit 77edcf8

Please sign in to comment.