Skip to content

Commit c53e5f3

Browse files
committed
re-generate website commons
1 parent a73c171 commit c53e5f3

23 files changed

Lines changed: 1074 additions & 989 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Docusaurus source code for the xPack Project website.
99
## Project source
1010

1111
The source code is available on
12-
[GitHub](https://github.com/xpack/xpack.github.io/).
12+
GitHub as [xpack/xpack.github.io](https://github.com/xpack/xpack.github.io/).
1313

1414
## License
1515

website/.npmignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# DO NOT EDIT!
2+
# Automatically generated from docusaurus-template-liquid/templates/docusaurus.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"customAboutTitle": "About the xPack Project",
3+
"customGettingStartedTitle": "Getting started with the xPack Project",
4+
"metadataKeywords": "xpack, project, manage, build, test, dependencies, xpm, npm, reproducibility",
5+
"tagline": "Tools to manage, configure and build complex, package based, multi-target projects, in a reproducible way",
6+
"title": "The xPack Reproducible Build Framework",
7+
"hasCustomAbout": true,
8+
"hasCustomDeveloper": true,
9+
"hasCustomGettingStarted": true,
10+
"hasCustomHomepageFeatures": true,
11+
"hasCustomMaintainer": true,
12+
"hasCustomSidebar": true,
13+
"hasCustomUser": true,
14+
"hasHomepageTools": true,
15+
"skipFaq": true,
16+
"skipInstallCommand": true,
17+
"skipInstallGuide": true,
18+
"skipReleases": true,
19+
"usePluralGuides": true
20+
}

website/docs/_common/_branches-details.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This project utilises multiple branches:
1414
All development is conducted in the `webpreview` branch, and contributions via
1515
Pull Requests should be directed to this branch.
1616

17-
When new releases are published, the `webpreview` branch is merged
18-
into `website`.
17+
When new releases are published, the `webpreview` branch is rebased
18+
onto `website`.
1919

2020
</details>

website/docs/_common/_publish-website.mdx

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,24 @@ The website deployment is performed automatically when pushing to the
1212
- Open https://xpack.github.io/docs/maintainer/#publish-the-website in a separate window
1313
- **Stop** the local web server
1414
- Switch to the `webpreview` branch
15-
- **Merge** the `webpreview` branch into the `webpreview` branch
15+
- **Rebase** the `webpreview` branch onto the `webpreview` branch
1616
- **Push** the `webpreview` branch to GitHub
1717
:::info
1818
At this point, an automated GitHub Action will generate and publish
1919
the [preview website](https://xpack.github.io/web-preview/).
2020
:::
2121
- Switch to the `website` branch
22-
- **Merge** the `webpreview` branch into the `website` branch
22+
- run the `npm install` command, to ensure `package-lock.json` is up to date
23+
- **Rebase** the `webpreview` branch onto the `website` branch
2324
- **Push** the `website` branch to GitHub
2425
:::info
2526
At this point, an automated forwarding GitHub Action will trigger
2627
a GitHub Action in the separate project to generate and publish
27-
the [website]https://xpack.github.io/.
28+
the [website](https://xpack.github.io/).
2829
:::
2930
- Check out the `webpreview` branch
30-
- **Wait** for the publication to complete
31+
- **Wait** for the publication to complete
32+
- check [GitHub Pages](https://github.com/xpack/xpack.github.io/actions/workflows/publish-github-pages.yml) workflow
3133
- **Refresh** the web page
3234
- The new release blog post is available
3335
at https://xpack.github.io/blog/

website/docs/_common/_release-schedule-continuous.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
## Release schedule
77

88
The project employs a **continuous release** strategy, with updates
9-
being deployed progressively as development progresses, rather than
10-
adhering to a fixed release schedule.
9+
published as development progresses, rather than following a fixed
10+
release schedule.

website/docs/getting-started/_common/_enjoyed-using.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@
88
If you have found this project valuable, we would appreciate hearing from you!
99
Here are some ways you can demonstrate your support:
1010

11-
- **Donate**: Every contribution, regardless of size, helps sustain the
11+
- [**Donate**](https://www.paypal.com/donate/?hosted_button_id=5MFRG9ZRBETQ8):
12+
Every contribution, regardless of size, helps sustain the
1213
xPack project.
1314
Your generosity maintains the development and ensures continued progress.
1415
- **Star** the project on [GitHub](https://github.com/xpack/xpack.github.io/):
1516
Assist others in discovering our work by giving it a star — it truly makes a difference!
16-
- **Follow Us** on [X/Twitter](https://twitter.com/xpack_project/): Stay informed about our latest updates, releases,
17+
- **Follow Us** on [X/Twitter](https://x.com/xpack_project/): Stay informed about our latest updates, releases,
1718
and news by following our account.
1819

1920
Your support is greatly appreciated and motivates us to continue improving!

website/docs/install/_common/_prerequisites.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ npm install --location=global xpm@latest
2828
Although not mandated by **xpm**, it is also advisable to upgrade
2929
**npm** to the latest version, and
3030
**node** to a reasonably recent version (currently **npm** requires
31-
a **node** >=18.17.0).
31+
a **node** >=20.0).
3232

3333
:::
3434

website/docs/maintainer/_common/_first-development-run-gcc.mdx

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)