Skip to content

Commit a28d59a

Browse files
committed
re-generate website commons
1 parent b8fae11 commit a28d59a

6 files changed

Lines changed: 47 additions & 51 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11

22
[![license](https://img.shields.io/github/license/xpack-dev-tools/xpack-build-box)](https://github.com/xpack-dev-tools/xpack-build-box/blob/master/LICENSE)
3+
[![Website](https://img.shields.io/website?url=https%3A%2F%2Fxpack-dev-tools.github.io%2Fxpack-build-box%2F)](https://xpack-dev-tools.github.io/xpack-build-box/)
34

45
# The xPack Build Box
56

website/.gitignore

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
1+
# DO NOT EDIT!
2+
# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
3+
14
# Dependencies
25
/node_modules
36

47
# Production
58
/build
69

710
# Generated files
8-
.docusaurus
9-
.cache-loader
11+
/.docusaurus
1012

1113
# Misc
1214
.DS_Store
@@ -18,3 +20,5 @@
1820
npm-debug.log*
1921
yarn-debug.log*
2022
yarn-error.log*
23+
24+
/tsdoc/doc-model/*.bak

website/customFields.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ export function getCustomFields() {
7777
// console.log(filePath);
7878
const websiteFileContent = fs.readFileSync(websiteFilePath);
7979
const websitePackageJson = JSON.parse(websiteFileContent.toString());
80-
websiteFields = websitePackageJson?.websiteConfig?.customFields ?? {};
80+
websiteFields = websitePackageJson?.websiteConfig ?? {};
8181
} catch (error) {
8282
// Most probably there is no website/package.json.
8383
}

website/package-lock.json

Lines changed: 32 additions & 43 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/package.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
"@docusaurus/plugin-ideal-image": "3.9.2",
4040
"@docusaurus/preset-classic": "3.9.2",
4141
"@docusaurus/theme-search-algolia": "3.9.2",
42-
"@mdx-js/react": "^3.0.0",
42+
"@mdx-js/react": "^3.1.1",
4343
"clean-css": "~5.3.3",
4444
"clsx": "^2.0.0",
4545
"prism-react-renderer": "^2.3.0",
46-
"react": "^19.0.0",
47-
"react-dom": "^19.0.0",
46+
"react": "^19.2.3",
47+
"react-dom": "^19.2.3",
4848
"del-cli": "^6.0.0"
4949
},
5050
"devDependencies": {
@@ -57,7 +57,9 @@
5757
"typedoc-plugin-markdown": "^4.7.0",
5858
"typescript": "~5.9.3",
5959
"del-cli": "^7.0.0",
60-
"liquidjs": "^10.23.0"
60+
"liquidjs": "^10.24.0",
61+
"@xpack/docusaurus-template-liquid": "github:xpack/docusaurus-template-liquid",
62+
"@xpack/npm-packages-helper": "github:xpack/npm-packages-helper"
6163
},
6264
"$devDependenciesUrls": [
6365
"https://www.npmjs.com/package/del-cli",

website/src/plugins/SelectReleasesPlugin.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* be obtained from https://opensource.org/licenses/mit.
1313
*/
1414

15-
import util from 'util';
15+
import util from 'util'
1616

1717
// https://github.com/facebook/docusaurus/pull/9931
1818

0 commit comments

Comments
 (0)