Skip to content

Commit 039d6d7

Browse files
committed
website: re-generate commons
1 parent 58dae3f commit 039d6d7

File tree

2 files changed

+53
-5
lines changed

2 files changed

+53
-5
lines changed

website/package-lock.json

+44-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
{
2-
"DO NOT EDIT": "Automatically generated from xbb-helper/templates/docusaurus/common",
2+
"DO NOT EDIT": "Automatically generated from docusaurus-template-liquid/templates/docusaurus",
33
"name": "website",
44
"version": "0.0.0",
55
"private": true,
66
"scripts": {
7+
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh --xpack-dev-tools",
78
"docusaurus": "docusaurus",
89
"start": "docusaurus start",
910
"build": "docusaurus build",
@@ -17,6 +18,7 @@
1718
"typecheck": "tsc",
1819
"npm-outdated": "npm outdated",
1920
"npm-install": "npm install",
21+
"npm-link-helpers": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
2022
"npm-ci": "npm ci",
2123
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json"
2224
},
@@ -29,7 +31,6 @@
2931
"@mdx-js/react": "^3.1.0",
3032
"clean-css": "~5.3.3",
3133
"clsx": "^2.1.1",
32-
"del-cli": "^6.0.0",
3334
"prism-react-renderer": "^2.4.0",
3435
"react": "^18.0.0",
3536
"react-dom": "^18.0.0"
@@ -38,7 +39,9 @@
3839
"@docusaurus/module-type-aliases": "3.6.3",
3940
"@docusaurus/tsconfig": "3.6.3",
4041
"@docusaurus/types": "3.6.3",
42+
"del-cli": "^6.0.0",
4143
"json": "^11.0.0",
44+
"liquidjs": "^10.20.1",
4245
"typescript": "~5.2.2"
4346
},
4447
"browserslist": {
@@ -53,8 +56,10 @@
5356
"last 5 safari version"
5457
]
5558
},
59+
"websiteConfig": {
60+
"isArmToolchain": "true"
61+
},
5662
"engines": {
5763
"node": ">=18.0"
58-
},
59-
"websiteConfig": {}
64+
}
6065
}

0 commit comments

Comments
 (0)