Skip to content

Commit ac2acae

Browse files
committed
website: more rework with commons
1 parent 27ab6de commit ac2acae

File tree

18 files changed

+116
-99
lines changed

18 files changed

+116
-99
lines changed

website/customFields.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ export function getCustomFields() {
2424
const releaseSemver = releaseVersion.replace(/[-].*$/, '');
2525

2626
let upstreamVersion = releaseSemver;
27+
2728
if (releaseSemver.endsWith('.0')) {
2829
// Remove the patch number if zero (wine uses both 2 and 3 numbers).
2930
upstreamVersion = releaseSemver.replace(/[.]0*$/, '');

website/docs/developer/_common/_content.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ git -C ~/Work/xpack-dev-tools/xbb-helper-xpack.git pull
282282
### Build the binaries
283283

284284
<Tabs groupId="platforms">
285+
285286
<TabItem value="darwin-x64" label="macOS x64" default>
286287
<PlatformNativeSection platform="darwin-x64"/>
287288
</TabItem>

website/docs/developer/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import Content from './_common/_content.mdx';
2424
[![GitHub issues](https://img.shields.io/github/issues/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/issues)
2525
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/sed-xpack)](https://github.com/xpack-dev-tools/sed-xpack/pulls/)
2626

27-
2827
# How to contribute to the xPack GNU sed
2928

3029
This page is designed for developers who plan to contribute new features
@@ -33,4 +32,3 @@ or fix bugs in the
3332
project and provides documentation on how to build and test the package.
3433

3534
<Content />
36-

website/docs/faq/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,3 @@ import FlatpackSnap from './_common/_flatpack-snap.mdx';
3232
<NixOs />
3333

3434
<FlatpackSnap />
35-

website/docs/getting-started/_common/_license.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,3 @@ with all rights reserved to
1313
The binary distributions include several open-source components; the
1414
corresponding licenses are available in each archive in the
1515
`distro-info/licenses` folder.
16-

website/docs/getting-started/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ location, including in user folders.
172172
The main advantages of using the **xPack GNU sed** are:
173173

174174
- A convenient, uniform and portable install/uninstall/upgrade
175-
procedure; the same procedure is used for all major
175+
procedure; the same procedure is used for all major
176176
platforms (**x64 macOS**, **arm64 macOS**, **x64 GNU/Linux**, **arm64 GNU/Linux**, **arm GNU/Linux**).
177177
- Multiple versions of the same package can be installed at the same time on
178178
the same system.
@@ -241,4 +241,3 @@ The list of releases is available in the [Releases](/docs/releases/) pages.
241241
<MoreCredits />
242242

243243
<EnjoyedUsing />
244-

website/docs/install/index.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ To install a **specific version**, specify it explicitly:
245245
`} </CodeBlock>
246246

247247
<Tabs groupId="operating-systems">
248+
248249
<TabItem value="macos" label="macOS">
249250

250251
The main result is a set
@@ -395,6 +396,7 @@ the user global xPacks store,
395396
the project build configurations need a PATH adjustment:
396397

397398
<Tabs groupId="operating-systems">
399+
398400
<TabItem value="macos" label="macOS">
399401

400402
<CodeBlock language="sh"> {
@@ -450,6 +452,7 @@ To completely remove the package from the user global xPacks store:
450452
For a thorough clean-up, please note that **xpm** uses only two folders:
451453

452454
<Tabs groupId="operating-systems">
455+
453456
<TabItem value="macos" label="macOS">
454457

455458
- `${HOME}/Library/xPacks`
@@ -487,6 +490,7 @@ the <a href={`https://github.com/xpack-dev-tools/sed-xpack/releases`}>GitHub Rel
487490
### Download & unpack {#manual-install-download-and-unpack}
488491

489492
<Tabs groupId="operating-systems">
493+
490494
<TabItem value="macos" label="macOS">
491495

492496
The macOS versions of **xPack GNU sed**
@@ -577,6 +581,7 @@ After install, the package creates a hierarchy of folders like the following
577581
(only the first two depth levels are shown):
578582

579583
<Tabs groupId="operating-systems">
584+
580585
<TabItem value="macos" label="macOS">
581586

582587
<FoldersHierarchiesMacOS />
@@ -594,4 +599,3 @@ After install, the package creates a hierarchy of folders like the following
594599
<Miscellaneous/>
595600

596601
<Testing/>
597-

website/docs/maintainer/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,4 +965,3 @@ Close those that were addressed.
965965
Credit to [Shields IO](https://shields.io) for the badges and to
966966
[Somsubhra/github-release-stats](https://github.com/Somsubhra/github-release-stats)
967967
for the individual file counters.
968-

website/docs/project/about/_common/_the-author.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ a senior computer engineer, with expertise in **C++/C embedded systems**,
1111
**RTOSes**, **build tools**, operating systems, compilers
1212
and Internet technologies.
1313

14-
1514
He can be reached at [`<[email protected]>`](mailto:[email protected]).
1615
Please note, this email address is provided as a courtesy.
1716
For all correspondence related to the **xPack GNU sed**

website/docs/project/about/index.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,3 @@ import TheAuthor from './_common/_the-author.mdx';
3838
<TheWebsite />
3939

4040
<TheAuthor />
41-

0 commit comments

Comments
 (0)