Skip to content

Commit a63e582

Browse files
authored
docs(drivers): 添加Misskey驱动文档 (#413)
1 parent 9b974e4 commit a63e582

File tree

4 files changed

+60
-0
lines changed

4 files changed

+60
-0
lines changed

docs/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ A file list program that supports multiple storage, and supports web browsing an
7474
- [x] [163 Music Drive](../guide/drivers/163music.md)
7575
- [x] [halalcloud](../guide/drivers/halalcloud.md)
7676
- [x] [LenovoNasShare](https://pc.lenovo.com.cn)
77+
- [x] [Misskey](https://misskey-hub.net/cn/docs/for-users/features/drive/)
7778

7879
### Discussion
7980

docs/guide/drivers/misskey.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
# This is the icon of the page
3+
icon: iconfont icon-state
4+
# The sidebar ordering
5+
order: 40
6+
# A page can have multiple categories
7+
category:
8+
- Guide
9+
# A page can have multiple tags
10+
tag:
11+
- Storage
12+
- Guide
13+
- "302"
14+
# This page is pinned in the article list
15+
sticky: true
16+
# This page will appear among favorite articles
17+
star: true
18+
---
19+
20+
# Misskey Drive
21+
22+
## Instance URL
23+
24+
The URL of your Misskey instance, whether self-hosted or in use.
25+
For example, the official instance at `https://misskey.io`
26+
27+
## Token
28+
29+
Visit `https://{misskey-instance}/settings/api` to generate an access token. It requires the `read:drive` and `write:drive` permissions.

docs/zh/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@ category:
7272
- [x] [网易云音乐云盘](../guide/drivers/163music.md)
7373
- [x] [6盘](../guide/drivers/halalcloud.md)
7474
- [x] [联想家庭储存链接分享](https://pc.lenovo.com.cn)
75+
- [x] [Misskey](https://misskey-hub.net/cn/docs/for-users/features/drive/)
7576

7677
## Discussion
7778

docs/zh/guide/drivers/misskey.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
# This is the icon of the page
3+
icon: iconfont icon-state
4+
# This control sidebar order
5+
order: 40
6+
# A page can have multiple categories
7+
category:
8+
- Guide
9+
# A page can have multiple tags
10+
tag:
11+
- Storage
12+
- Guide
13+
- "302"
14+
# this page is sticky in article list
15+
sticky: true
16+
# this page will appear in starred articles
17+
star: true
18+
---
19+
20+
# Misskey Drive
21+
22+
## 实例地址
23+
24+
自行部署的或正在使用的Misskey实例地址
25+
例如官方实例`https://misskey.io`
26+
27+
## Token
28+
29+
前往`https://{misskey-instance}/settings/api`生成访问token,需要`read:drive``write:drive`权限。

0 commit comments

Comments
 (0)