mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2024-11-11 05:17:24 +08:00
⬇️ 更新文档样式
This commit is contained in:
parent
be5a4b270d
commit
f70c75e9c4
4
.github/workflows/deploy-docs.yml
vendored
4
.github/workflows/deploy-docs.yml
vendored
@ -41,8 +41,8 @@ jobs:
|
|||||||
- name: 生成API markdown
|
- name: 生成API markdown
|
||||||
run: |-
|
run: |-
|
||||||
python -m pip install litedoc
|
python -m pip install litedoc
|
||||||
python -m litedoc liteyuki -o docs/dev/api -l zh-Hans -t vuepress
|
litedoc liteyuki -o docs/dev/api -l zh-Hans -t vuepress -cd class -fd def -md def -vd var -cs -bu https://github.com/LiteyukiStudio/LiteyukiBot/tree/main/liteyuki/ -f lastUpdated=false
|
||||||
python -m litedoc liteyuki -o docs/en/dev/api -l en -t vuepress
|
litedoc liteyuki -o docs/en/dev/api -l en -t vuepress -cd class -fd def -md def -vd var -cs -bu https://github.com/LiteyukiStudio/LiteyukiBot/tree/main/liteyuki/ -f lastUpdated=false
|
||||||
|
|
||||||
|
|
||||||
- name: 构建文档
|
- name: 构建文档
|
||||||
|
Loading…
Reference in New Issue
Block a user