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 3b7169d commit d39d60b
Show file tree
Hide file tree
Showing 14 changed files with 146 additions and 112 deletions.
2 changes: 1 addition & 1 deletion website/blog/2022-09-26-wine-v6-17-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/wine@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/wine@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack WineHQ** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-01-03-wine-v7-22-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/wine@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/wine@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack WineHQ** on different platforms
Expand Down
2 changes: 1 addition & 1 deletion website/blog/2023-09-04-wine-v8-0-2-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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/wine@${frontMatter.version}.${frontMatter.npm_subversion} -verbose
`xpm install @xpack-dev-tools/wine@${frontMatter.version}.${frontMatter.npm_subversion} --verbose
`} </CodeBlock>

Comprehensive instructions for installing **xPack WineHQ** 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/wine-xpack/total)](https://github.com/xpack-dev-tools/wine-xpack/releases)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=wine-xpack) (grouped by release)
- npmjs.com [@xpack-dev-tools/wine](https://www.npmjs.com/package/@xpack-dev-tools/wine)
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fwine)](https://www.npmjs.com/package/@xpack-dev-tools/wine/)
- last month downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fwine)](https://www.npmjs.com/package/@xpack-dev-tools/wine/)
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/%40xpack-dev-tools%2Fwine)](https://www.npmjs.com/package/@xpack-dev-tools/wine/)

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
2 changes: 1 addition & 1 deletion website/docs/developer/_common/_content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,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 d39d60b

Please sign in to comment.