diff --git a/.github/workflows/wiki.yml b/.github/workflows/wiki.yml index 303970fe5..c506af4c9 100644 --- a/.github/workflows/wiki.yml +++ b/.github/workflows/wiki.yml @@ -54,6 +54,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: @@ -87,6 +89,8 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 - name: Setup Node.js uses: actions/setup-node@v4 with: diff --git a/package.json b/package.json index cf16fe93c..5559e5031 100644 --- a/package.json +++ b/package.json @@ -15,8 +15,8 @@ "build": "vitepress build wiki", "lint:images": "node ./scripts/checkImages.mjs", "lint:prettier": "prettier --check .", - "lint": "npm run lint:prettier && markdownlint-cli2 \"wiki/**/*.md\" \"#wiki/{de,fr,ja,nl}/**/*.md\"", - "fmt": "prettier --write . && markdownlint-cli2 --fix \"wiki/**/*.md\" \"#wiki/{de,fr,ja,nl}/**/*.md\"" + "lint": "npm run lint:prettier && markdownlint-cli2 \"wiki/**/*.md\" \"#wiki/{de,fr,ja,nl,zh_cn}/**/*.md\"", + "fmt": "prettier --write . && markdownlint-cli2 --fix \"wiki/**/*.md\" \"#wiki/{de,fr,ja,nl,zh_cn}/**/*.md\"" }, "devDependencies": { "@types/markdown-it-container": "^2.0.10", diff --git a/wiki/.vitepress/components/HomeLinks.vue b/wiki/.vitepress/components/HomeLinks.vue index 3b564fda8..fb5b51354 100644 --- a/wiki/.vitepress/components/HomeLinks.vue +++ b/wiki/.vitepress/components/HomeLinks.vue @@ -1,7 +1,17 @@ + +