Skip to content

Commit ad4c5c1

Browse files
committed
docs: restructure documentation for multi-language support
1 parent 22eb9fe commit ad4c5c1

141 files changed

Lines changed: 2489 additions & 437 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/docs.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,17 @@ jobs:
1515
url: ${{ steps.deployment.outputs.page_url }}
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/configure-pages@v5
19-
- uses: actions/checkout@v5
18+
- uses: actions/configure-pages@v6
19+
- uses: actions/checkout@v6
2020
- run: cp CHANGELOG.md docs/zh/changelog.md && cp CHANGELOG.md docs/en/changelog.md
21-
- uses: actions/setup-python@v5
21+
- uses: actions/setup-python@v6
2222
with:
2323
python-version: 3.x
2424
- run: pip install zensical mkdocstrings-python
25-
- run: zensical build --clean
26-
- uses: actions/upload-pages-artifact@v4
25+
- run: zensical build --config-file zensical.toml --clean
26+
- run: zensical build --config-file zensical.zh.toml
27+
- uses: actions/upload-pages-artifact@v5
2728
with:
2829
path: site
29-
- uses: actions/deploy-pages@v4
30+
- uses: actions/deploy-pages@v5
31+
id: deployment

README.md

Lines changed: 2 additions & 2 deletions

README_zh.md

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)