Skip to content

Commit

Permalink
🔥 增加源代码跳转
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami committed Aug 30, 2024
1 parent ff0ab1d commit d410bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
python -m pip install litedoc
litedoc mbcp -o docs/zh/api -l zh-Hans -f editLink=false -cd class -fd def -md def -vd var -cs -bu https://github.com/snowykami/mbcp/tree/main/mbcp/
litedoc mbcp -o docs/en/api -l en -f editLink=false -cd class -fd def -md def -vd var -cs -bu https://github.com/snowykami/mbcp/tree/main/mbcp/
litedoc mbcp -o docs/ja/api -l ja -f editLink=false -cd class -fd def -md def -vd var -cs -bu https://github.com/snowykami/mbcp/tree/main/mbcp/
litedoc mbcp -o docs/ja/api -l ja -f editLink=false -cd class -fd def -md def -vd var -cs -bu https://github.com/snowykami/mbcp/tree/main/mbcp/
litedoc mbcp -o docs/zht/api -l zh-Hant -f editLink=false -cd class -fd def -md def -vd var -cs -bu https://github.com/snowykami/mbcp/tree/main/mbcp/
- name: 安装 pnpm
Expand Down

0 comments on commit d410bcc

Please sign in to comment.