Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Feb 7, 2025
1 parent 9c9a2f0 commit accb46c
Show file tree
Hide file tree
Showing 28 changed files with 174 additions and 136 deletions.
2 changes: 1 addition & 1 deletion website/blog/2021-05-24-gcc-v8-5-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

The full details of installing the **xPack GNU Arm Embedded GCC** on
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2021-10-20-gcc-v11-2-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2022-02-11-gcc-v11-2-0-3-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2022-05-31-gcc-v11-3-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2022-06-16-gcc-v12-1-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2022-08-30-gcc-v12-2-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2022-12-27-gcc-v12-2-0-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-08-31-gcc-v12-3-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-08-31-gcc-v13-2-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-12-05-gcc-v11-4-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-02-23-gcc-v11-4-0-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-02-24-gcc-v12-3-0-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-02-24-gcc-v13-2-0-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-05-31-gcc-v14-1-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-06-05-gcc-v13-3-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-06-26-gcc-v12-4-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2024-07-22-gcc-v11-5-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
The easiest way to install this specific version, is by using **xpm**:

<CodeBlock language="console"> {
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/gcc@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack GCC** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/_common/_download-analytics.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import Image from '@theme/IdealImage';
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total)](https://github.com/xpack-dev-tools/gcc-xpack/releases)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped by release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fgcc)](https://www.npmjs.com/package/@xpack-dev-tools/gcc/)
- last month downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fgcc)](https://www.npmjs.com/package/@xpack-dev-tools/gcc/)
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/%40xpack-dev-tools%2Fgcc)](https://www.npmjs.com/package/@xpack-dev-tools/gcc/)

Credit to [Shields IO](https://shields.io) for the badges and to
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
---

title: xPack {{packageConfig.longName}} v{{xpackVersion}} released
seo_title: Version {{xpackVersion}} released
description: Version {{xpackVersion}} is a TODO new/maintenance release.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import customField from '@site/src/libs/customField';
{/* ------------------------------------------------------------------------ */}

<CodeBlock language="console"> {
`$ tree -L 2 ~/.local/xPacks/\@xpack-dev-tools/gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/
/home/ilg/.local/xPacks/\@xpack-dev-tools/gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/
`$ tree -L 2 ~/.local/xPacks/\@xpack-dev-tools/gcc/${ customField('releaseVersion') }.${ customField('npmSubversion') }/.content/
/home/ilg/.local/xPacks/\@xpack-dev-tools/gcc/${ customField('releaseVersion') }.${ customField('npmSubversion') }/.content/
├── README.md
├── bin
│ ├── addr2line
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import customField from '@site/src/libs/customField';
{/* ------------------------------------------------------------------------ */}

<CodeBlock language="console"> {
`$ tree -L 2 ~/Library/xPacks/\@xpack-dev-tools/gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/
/Users/ilg/Library/xPacks/\@xpack-dev-tools/gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/
`$ tree -L 2 ~/Library/xPacks/\@xpack-dev-tools/gcc/${ customField('releaseVersion') }.${ customField('npmSubversion') }/.content/
/Users/ilg/Library/xPacks/\@xpack-dev-tools/gcc/${ customField('releaseVersion') }.${ customField('npmSubversion') }/.content/
├── README.md
├── bin
│ ├── c++
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import customField from '@site/src/libs/customField';
{/* ------------------------------------------------------------------------ */}

<CodeBlock language="console"> {
`C:\> tree /f %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\gcc\\${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }\\.content
`C:\> tree /f %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\gcc\\${ customField('releaseVersion') }.${ customField('npmSubversion') }\\.content
Folder PATH listing
Volume serial number is B02D-925C
├── README.md
Expand Down
2 changes: 1 addition & 1 deletion website/docs/developer/_common/_content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ commands.
xpm/xPack actions and build configurations are supported in Visual Studio via the
[xPack C/C++ Managed Build Tools](https://marketplace.visualstudio.com/items?itemName=ilg-vscode.xpack) extension.

With this extension installed, xpm/xPack actions can be very conveniently
With this extension installed, xpm actions can be very conveniently
invoked via a single mouse click, for example:

![xpm actions](https://github.com/xpack/vscode-xpack-extension-ts/raw/master/assets/docs-images/xpack-actions.png)
Expand Down
6 changes: 3 additions & 3 deletions website/docs/getting-started/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ date: 2020-07-21 17:49:00 +0300

---

import Documentation from '../_shared/_documentation.mdx';
import ReleaseSchedule from '../_shared/_release-schedule.mdx';

import UserDeveloperMaintainer from './_common/_user-developer-maintainer.mdx';
import License from './_common/_license.mdx';
import Credits from './_common/_credits.mdx';
Expand All @@ -26,9 +29,6 @@ import SupportAndFeedback from './_common/_support-and-feedback.mdx';
import ChangeLog from './_common/_change-log.mdx';
import Releases from './_common/_releases.mdx';

import Documentation from '../_shared/_documentation.mdx';
import ReleaseSchedule from '../_shared/_release-schedule.mdx';

import MoreCredits from './_project/_more-credits.mdx';
import Status from './_project/_status.mdx';

Expand Down
8 changes: 4 additions & 4 deletions website/docs/install/_common/_content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import Admonition from '@theme/Admonition';

import LinksVsForwarders from '@site/src/components/LinksVsForwarders';

import FoldersHierarchiesLinux from '../../_shared/_folders-hierarchies-linux.mdx';
import FoldersHierarchiesWindows from '../../_shared/_folders-hierarchies-windows.mdx';
import FoldersHierarchiesMacOS from '../../_shared/_folders-hierarchies-macos.mdx';

import AutomaticInstallQuickTest from '../_common/_automatic-install-quick-test.mdx';
import ManualInstallQuickTest from '../_common/_manual-install-quick-test.mdx';

import FoldersHierarchiesLinux from '../_project/_folders-hierarchies-linux.mdx';
import FoldersHierarchiesWindows from '../_project/_folders-hierarchies-windows.mdx';
import FoldersHierarchiesMacOS from '../_project/_folders-hierarchies-macos.mdx';

import Miscellaneous from '../_project/_miscellaneous.mdx';
import Testing from '../_project/_testing.mdx';

Expand Down
Loading

0 comments on commit accb46c

Please sign in to comment.