Skip to content

Commit 9fdd21c

Browse files
committed
website: re-generate commons
1 parent 6af939d commit 9fdd21c

File tree

30 files changed

+142
-35
lines changed

30 files changed

+142
-35
lines changed

website/blog/_common/_download-analytics.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ import Image from '@theme/IdealImage';
1212
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/mingw-w64-gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases)
1313
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=mingw-w64-gcc-xpack) (grouped by release)
1414
- npmjs.com [@xpack-dev-tools/mingw-w64-gcc](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc)
15-
- latest releases [![npm](https://img.shields.io/npm/dw/@xpack-dev-tools/mingw-w64-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
16-
- all @xpack-dev-tools releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/mingw-w64-gcc.svg)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
15+
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fmingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
16+
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/%40xpack-dev-tools%2Fmingw-w64-gcc)](https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc/)
1717

1818
Credit to [Shields IO](https://shields.io) for the badges and to
1919
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)

website/docs/install/index.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ platform specific archives.
5757

5858
## Automated install
5959

60-
The easiest (and recommended) way to install MinGW-w64 GCC
60+
The easiest (and recommended) way to install xPack MinGW-w64 GCC
6161
is via **xpm** and the package available
6262
as <a href={`https://www.npmjs.com/package/@xpack-dev-tools/mingw-w64-gcc`}><code>@xpack-dev-tools/mingw-w64-gcc</code></a> from
6363
the [`npmjs.com`](https://www.npmjs.com) registry.
@@ -349,7 +349,7 @@ The above `xpm install` command will do the following:
349349
<code>xpacks/@xpack-dev-tools/mingw-w64-gcc/.content/bin</code>;
350350
* add <code>@xpack-dev-tools/mingw-w64-gcc</code> to
351351
`package.json` as a
352-
development dependency; this associates a specific version of MinGW-w64 GCC with
352+
development dependency; this associates a specific version of xPack MinGW-w64 GCC with
353353
the current project (details below).
354354

355355
:::tip
@@ -405,7 +405,7 @@ This is particularly useful for CI/CD environments.
405405
### Install globally
406406

407407
For older development environments,
408-
it is also possible to install MinGW-w64 GCC only globally in
408+
it is also possible to install xPack MinGW-w64 GCC only globally in
409409
the **user global xPacks store**, without any
410410
local links/forwarders; it
411411
is the developer's responsibility to configure the path to the tools.
@@ -427,7 +427,7 @@ install the packages globally will fail with _already installed_.
427427
<details>
428428
<summary>PATH setup</summary>
429429

430-
In order to access the MinGW-w64 GCC binaries installed in
430+
In order to access the xPack MinGW-w64 GCC binaries installed in
431431
the user global xPacks store,
432432
the project build configurations need a PATH adjustment:
433433

File renamed without changes.
File renamed without changes.

website/docs/about/_common/_website-docusaurus-migration.mdx renamed to website/docs/project/about/_common/_website-docusaurus-migration.mdx

File renamed without changes.

website/docs/about/_common/_website-docusaurus-template.mdx renamed to website/docs/project/about/_common/_website-docusaurus-template.mdx

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,12 @@ keywords:
1313
- web
1414
- author
1515

16-
date: 2024-09-22 10:23:00 +0300
16+
date: 2024-10-24 23:58:00 +0300
1717

1818
---
1919

20-
import customField from '@site/src/libs/customField';
20+
2121
import MoreIntro from './_more-intro.mdx'
22-
import History from './_history.mdx'
2322
import Website from './_website.mdx'
2423

2524
{/* ------------------------------------------------------------------------ */}
@@ -28,6 +27,7 @@ import Website from './_website.mdx'
2827

2928
## The project
3029

30+
3131
The **xPack MinGW-w64 GCC** project is part of the
3232
[xPack Reproducible Build Framework](https://xpack.github.io)
3333
and is hosted on GitHub as
@@ -36,9 +36,11 @@ part of the [xPack Binary Development Tools](https://github.com/xpack-dev-tools/
3636

3737
<MoreIntro/>
3838

39-
## Project history
4039

41-
<History/>
40+
## The project history
41+
42+
The **xPack MinGW-w64 GCC** history is presented
43+
in a separate [History](/docs/project/history/) page.
4244

4345
## The web site
4446

@@ -52,7 +54,8 @@ a senior computer engineer, with expertise in **C++/C embedded systems**,
5254
**RTOSes**, **build tools**, operating systems, compilers
5355
and Internet technologies.
5456

57+
5558
He can be reached at [`<[email protected]>`](mailto:[email protected]).
5659
Please note, this email address is provided as a courtesy.
5760
For all correspondence related to the **xPack MinGW-w64 GCC**
58-
project, kindly use the project [support](/docs/support/) page).
61+
project, kindly use the project [support](/docs/support/) page).

0 commit comments

Comments
 (0)