Skip to content

Commit b2f6d00

Browse files
committed
website: more rework with commons
1 parent eb0432e commit b2f6d00

File tree

17 files changed

+116
-99
lines changed

17 files changed

+116
-99
lines changed

website/docs/developer/_common/_content.mdx

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

285285
<Tabs groupId="platforms">
286+
286287
<TabItem value="win32-x64" label="Windows" default>
287288
<PlatformDockerSection platform="win32-x64"/>
288289
</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/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
2525
[![GitHub pulls](https://img.shields.io/github/issues-pr/xpack-dev-tools/mingw-w64-gcc-xpack)](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/pulls/)
2626

27-
2827
# How to contribute to the xPack MinGW-w64 GCC
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 MinGW-w64 GCC** 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 Windows**, **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="windows" label="Windows" default>
249250

250251
The main result is a set
@@ -426,6 +427,7 @@ the user global xPacks store,
426427
the project build configurations need a PATH adjustment:
427428

428429
<Tabs groupId="operating-systems">
430+
429431
<TabItem value="windows" label="Windows" default>
430432

431433
<CodeBlock language="sh"> {
@@ -496,6 +498,7 @@ To completely remove the package from the user global xPacks store:
496498
For a thorough clean-up, please note that **xpm** uses only two folders:
497499

498500
<Tabs groupId="operating-systems">
501+
499502
<TabItem value="windows" label="Windows" default>
500503

501504
- `%APPDATA%\Roaming\xPacks`
@@ -540,6 +543,7 @@ the <a href={`https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/releases`}>
540543
### Download & unpack {#manual-install-download-and-unpack}
541544

542545
<Tabs groupId="operating-systems">
546+
543547
<TabItem value="windows" label="Windows" default>
544548

545549
The Windows versions of **xPack MinGW-w64 GCC**
@@ -664,6 +668,7 @@ After install, the package creates a hierarchy of folders like the following
664668
(only the first two depth levels are shown):
665669

666670
<Tabs groupId="operating-systems">
671+
667672
<TabItem value="windows" label="Windows" default>
668673

669674
<FoldersHierarchiesWindows />
@@ -687,4 +692,3 @@ After install, the package creates a hierarchy of folders like the following
687692
<Miscellaneous/>
688693

689694
<Testing/>
690-

website/docs/maintainer/index.mdx

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

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 MinGW-w64 GCC**

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-

website/docs/support/index.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,7 @@ check if the subject was not already addressed.
5252
for similar problems
5353
- Check the [GitHub Discussions](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/discussions) for
5454
similar topics
55-
- Check the
56-
[GitHub Issues](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
55+
- Check the [GitHub Issues](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/issues)
5756
tracker and the
5857
[GitHub Pull Requests](https://github.com/xpack-dev-tools/mingw-w64-gcc-xpack/pulls)
5958
for similar problems.

0 commit comments

Comments
 (0)