Skip to content

Commit fbfbc1e

Browse files
committed
website: re-generate commons
1 parent 671f934 commit fbfbc1e

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/sed-xpack/total.svg)](https://github.com/xpack-dev-tools/sed-xpack/releases)
1313
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=sed-xpack) (grouped by release)
1414
- npmjs.com [@xpack-dev-tools/sed](https://www.npmjs.com/package/@xpack-dev-tools/sed)
15-
- latest releases [![npm](https://img.shields.io/npm/dw/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
16-
- all @xpack-dev-tools releases [![npm](https://img.shields.io/npm/dt/@xpack-dev-tools/sed.svg)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
15+
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fsed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
16+
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/%40xpack-dev-tools%2Fsed)](https://www.npmjs.com/package/@xpack-dev-tools/sed/)
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 GNU sed
60+
The easiest (and recommended) way to install xPack GNU sed
6161
is via **xpm** and the package available
6262
as <a href={`https://www.npmjs.com/package/@xpack-dev-tools/sed`}><code>@xpack-dev-tools/sed</code></a> from
6363
the [`npmjs.com`](https://www.npmjs.com) registry.
@@ -318,7 +318,7 @@ The above `xpm install` command will do the following:
318318
<code>xpacks/@xpack-dev-tools/sed/.content/bin</code>;
319319
* add <code>@xpack-dev-tools/sed</code> to
320320
`package.json` as a
321-
development dependency; this associates a specific version of GNU sed with
321+
development dependency; this associates a specific version of xPack GNU sed with
322322
the current project (details below).
323323

324324
:::tip
@@ -374,7 +374,7 @@ This is particularly useful for CI/CD environments.
374374
### Install globally
375375

376376
For older development environments,
377-
it is also possible to install GNU sed only globally in
377+
it is also possible to install xPack GNU sed only globally in
378378
the **user global xPacks store**, without any
379379
local links/forwarders; it
380380
is the developer's responsibility to configure the path to the tools.
@@ -396,7 +396,7 @@ install the packages globally will fail with _already installed_.
396396
<details>
397397
<summary>PATH setup</summary>
398398

399-
In order to access the GNU sed binaries installed in
399+
In order to access the xPack GNU sed binaries installed in
400400
the user global xPacks store,
401401
the project build configurations need a PATH adjustment:
402402

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 GNU sed** 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 GNU sed** 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 GNU sed**
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)