Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Dec 19, 2024
1 parent 766da98 commit ed7e0d8
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 348 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,15 @@

[![license](https://img.shields.io/github/license/xpack/web-preview-docusaurus)](https://github.com/xpack/web-preview-docusaurus/blob/master/LICENSE)


# The xPack Project web site source

The Docusaurus source code for the xPack Project web site.


## Project source


The source code is available on
[GitHub](https://github.com/xpack/web-preview-docusaurus/).


## License

Unless otherwise stated, the original content is released under the terms of the
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer/_common/_prerequisites.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import CodeBlock from '@theme/CodeBlock';

## Prerequisites

**** is a portable Node.js module;
**web-preview-docusaurus** is a portable Node.js module;
development can be
performed on macOS, GNU/Linux and even Windows (although some npm scripts
must be executed in a Git Bash terminal).
Expand Down
11 changes: 0 additions & 11 deletions website/docs/getting-started/_common/_commonjs-compatibility.mdx

This file was deleted.

9 changes: 0 additions & 9 deletions website/docs/getting-started/_common/_github-and-npmjs.mdx

This file was deleted.

266 changes: 0 additions & 266 deletions website/docs/install/_common/_cli.mdx

This file was deleted.

15 changes: 0 additions & 15 deletions website/docs/install/_common/_no-administrative-rights.mdx

This file was deleted.

12 changes: 0 additions & 12 deletions website/docs/install/_common/_prerequisites.mdx

This file was deleted.

16 changes: 0 additions & 16 deletions website/docs/metadata/_common/_minimum-required.mdx

This file was deleted.

12 changes: 0 additions & 12 deletions website/docs/user/policies/_common/_policies.mdx

This file was deleted.

5 changes: 3 additions & 2 deletions website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,13 @@
"typecheck": "tsc",
"npm-outdated": "npm outdated",
"npm-install": "npm install",
"npm-ci": "npm ci",
"npm-link-helper": "npm link @xpack/docusaurus-template-liquid @xpack/npm-packages-helper",
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json",
"generate-website-commons": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-commons.sh",
"generate-website-blog-post": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-blog-post.sh",
"npm-ci": "npm ci",
"import-website-releases": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/website-import-releases.sh",
"deep-clean": "del-cli .docusaurus build node_modules package-lock.json"
"generate-dependencies-details": "bash node_modules/@xpack/docusaurus-template-liquid/maintenance-scripts/generate-dependencies-details.sh"
},
"dependencies": {
"@docusaurus/core": "3.6.3",
Expand Down

0 comments on commit ed7e0d8

Please sign in to comment.