Skip to content

Commit

Permalink
📝 Update mkdoc.bat
Browse files Browse the repository at this point in the history
  • Loading branch information
snowykami authored Aug 30, 2024
1 parent e0b4610 commit 5a81a8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mkdoc.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
chcp 65001

python -m litedoc mbcp -o docs/zh/api -l zh-Hans -f editLink=false -cd class -fd def -md def -vd var -cs
python -m litedoc mbcp -o docs/en/api -l en -f editLink=false -cd class -fd def -md def -vd var -cs
python -m litedoc mbcp -o docs/ja/api -l ja -f editLink=false -cd class -fd def -md def -vd var -cs
python -m litedoc mbcp -o docs/zht/api -l zh-Hant -f editLink=false -cd class -fd def -md def -vd var -cs
python -m litedoc mbcp -o docs/zht/api -l zh-Hant -f editLink=false -cd class -fd def -md def -vd var -cs

0 comments on commit 5a81a8c

Please sign in to comment.