Skip to content

Commit 43c6b82

Browse files
committed
[:sparkles:] Pages Migration
1 parent 750a971 commit 43c6b82

File tree

12 files changed

+114
-232
lines changed

12 files changed

+114
-232
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
blank_issues_enabled: true
33
contact_links:
44
- name: ZI Wiki
5-
url: https://z.digitalclouds.dev
5+
url: https://wiki.zshell.dev
66
about: Knowledge base.
77
- name: Community Discussions
88
url: https://github.com/orgs/z-shell/discussions

.github/README.fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</h2>
1313
<h3>
1414
<a href="https://github.com/orgs/z-shell/discussions/">《❔ Poser une question</a>
15-
<a href="https://z.digitalclouds.dev/search/">《💡》Rechercher sur le Wiki </a>
15+
<a href="https://wiki.zshell.dev/search/">《💡》Rechercher sur le Wiki </a>
1616
<a href="https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+">《💜》Join </a>
1717
<a href="https://digitalclouds.crowdin.com/z-shell/">《🌐》Traduire </a>
1818
</h3>

.github/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</h2>
1313
<h3>
1414
<a href="https://github.com/orgs/z-shell/discussions/">《❔》Ask a Question </a>
15-
<a href="https://z.digitalclouds.dev/search/">《💡》Search Wiki </a>
15+
<a href="https://wiki.zshell.dev/search/">《💡》Search Wiki </a>
1616
<a href="https://github.com/z-shell/community/issues/new?assignees=&labels=%F0%9F%91%A5+member&template=membership.yml&title=team%3A+">《💜》Join </a>
1717
<a href="https://digitalclouds.crowdin.com/z-shell/">《🌐》Localize </a>
1818
</h3>

.github/workflows/ci-perf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on:
2222
]
2323

2424
env:
25-
URL: "https://z.digitalclouds.dev"
25+
URL: "https://wiki.zshell.dev"
2626

2727
jobs:
2828
build-size:

blog/2022/01/15/swiss_army_knife_for_zsh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Designed to glue everything together. 🔗
6464

6565
✴️ Quickly familiarize oneself with a new plugin and provides rich and easy-to-digest information that might be helpful on various occasions.
6666

67-
✴️ [Load, unload](/docs/guides/commands#loading-and-unloading) plugins when required, use the ability to [manage](https://z.digitalclouds.dev/docs/guides/commands#completions-management) completions.
67+
✴️ [Load, unload](/docs/guides/commands#loading-and-unloading) plugins when required, use the ability to [manage](/docs/guides/commands#completions-management) completions.
6868

6969
✴️ Docker [playground](https://github.com/z-shell/playground) to test, view, or propose configurations.
7070

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// @ts-check
22

3-
const setURL = process.env.URL ?? 'https://z.digitalclouds.dev';
3+
const setURL = process.env.URL ?? 'https://wiki.zshell.dev';
44

55
/** @type {import('@docusaurus/types').Config} */
66
const config = {

i18n/ja/code.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
{
2+
"homepage.hero.title": {
3+
"message": "<b>Zsh</b> unix <b>シェル</b>のための<b>スイス アーミー</b>ナイフ",
4+
"description": "Home page hero title, can contain simple html tags"
5+
},
26
"Community": {
37
"message": "コミュニティ"
48
},

package.json

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
"write-community-version": "docusaurus docs:version:community",
1919
"write-ecosystem-version": "docusaurus docs:version:ecosystem",
2020
"crowdin:sync": "docusaurus write-translations && crowdin upload sources && crowdin download",
21-
"prebuild": "test \"$CF_PAGES\" = 1 && npx pnpm install --prod || echo Skipping pnpm install",
21+
"prebuild": "test \"$CF_PAGES\" = 1 && npx pnpm install --prod --store=node_modules/.pnpm-store || echo Install not required...",
2222
"clean": "pnpm exec rm -rf node_modules build pnpm-lock.yaml",
2323
"preinstall": "npx only-allow pnpm",
24+
"postinstall": "pnpm audit",
2425
"prepare": "husky install",
2526
"check": "pnpm exec ./.trunk/bin/trunk check --all",
2627
"test": "pnpm run check && pnpm run build",
@@ -60,23 +61,15 @@
6061
"stylelint": "14.9.1",
6162
"stylelint-config-prettier": "9.0.3",
6263
"stylelint-config-standard": "26.0.0",
63-
"stylelint-config-standard-scss": "5.0.0",
6464
"stylelint-csstree-validator": "2.0.0",
6565
"typescript": "4.7.4"
6666
},
6767
"packageManager": "[email protected]",
6868
"pnpm": {
69-
"peerDependencyRules": {
70-
"allowedVersions": {
71-
"@mdx-js/react": "1.6",
72-
"rehype-katex": "6",
73-
"remark-math": "3",
74-
"react": "17"
75-
}
76-
},
7769
"overrides": {
7870
"trim@<0.0.3": ">=0.0.3",
79-
"got@<11.8.5": ">=11.8.5"
71+
"got@<11.8.5": ">=11.8.5",
72+
"glob-parent@<6.0.1": ">=6.0.1"
8073
}
8174
},
8275
"engines": {

0 commit comments

Comments
 (0)