Skip to content

Commit cff43a5

Browse files
committed
website: re-generate commons
1 parent a4e068c commit cff43a5

File tree

11 files changed

+147
-113
lines changed

11 files changed

+147
-113
lines changed

website/blog/_common/_download-analytics.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import Image from '@theme/IdealImage';
1212
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/bash-xpack/total)](https://github.com/xpack-dev-tools/bash-xpack/releases)
1313
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=bash-xpack) (grouped by release)
1414
- npmjs.com [@xpack-dev-tools/bash](https://www.npmjs.com/package/@xpack-dev-tools/bash)
15-
- last week downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fbash)](https://www.npmjs.com/package/@xpack-dev-tools/bash/)
15+
- last month downloads [![NPM Downloads](https://img.shields.io/npm/dw/%40xpack-dev-tools%2Fbash)](https://www.npmjs.com/package/@xpack-dev-tools/bash/)
1616
- total downloads [![NPM Downloads](https://img.shields.io/npm/d18m/%40xpack-dev-tools%2Fbash)](https://www.npmjs.com/package/@xpack-dev-tools/bash/)
1717

1818
Credit to [Shields IO](https://shields.io) for the badges and to

website/blog/_templates/blog-post-release-part-1-liquid.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
---
2+
23
title: xPack {{packageConfig.longName}} v{{xpackVersion}} released
34
seo_title: Version {{xpackVersion}} released
45
description: Version {{xpackVersion}} is a TODO new/maintenance release.

website/docs/install/_project/_folders-hierarchies-linux.mdx renamed to website/docs/_shared/_folders-hierarchies-linux.mdx

File renamed without changes.

website/docs/install/_project/_folders-hierarchies-macos.mdx renamed to website/docs/_shared/_folders-hierarchies-macos.mdx

File renamed without changes.

website/docs/install/_project/_folders-hierarchies-windows.mdx renamed to website/docs/_shared/_folders-hierarchies-windows.mdx

File renamed without changes.

website/docs/developer/_common/_content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ commands.
159159
xpm/xPack actions and build configurations are supported in Visual Studio via the
160160
[xPack C/C++ Managed Build Tools](https://marketplace.visualstudio.com/items?itemName=ilg-vscode.xpack) extension.
161161

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

165165
![xpm actions](https://github.com/xpack/vscode-xpack-extension-ts/raw/master/assets/docs-images/xpack-actions.png)

website/docs/getting-started/index.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ date: 2020-07-21 17:49:00 +0300
1818

1919
---
2020

21+
import Documentation from '../_shared/_documentation.mdx';
22+
import ReleaseSchedule from '../_shared/_release-schedule.mdx';
23+
2124
import UserDeveloperMaintainer from './_common/_user-developer-maintainer.mdx';
2225
import License from './_common/_license.mdx';
2326
import Credits from './_common/_credits.mdx';
@@ -26,9 +29,6 @@ import SupportAndFeedback from './_common/_support-and-feedback.mdx';
2629
import ChangeLog from './_common/_change-log.mdx';
2730
import Releases from './_common/_releases.mdx';
2831

29-
import Documentation from '../_shared/_documentation.mdx';
30-
import ReleaseSchedule from '../_shared/_release-schedule.mdx';
31-
3232
import MoreCredits from './_project/_more-credits.mdx';
3333
import Status from './_project/_status.mdx';
3434

website/docs/install/_common/_content.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@ import Admonition from '@theme/Admonition';
88

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

11+
import FoldersHierarchiesLinux from '../../_shared/_folders-hierarchies-linux.mdx';
12+
import FoldersHierarchiesWindows from '../../_shared/_folders-hierarchies-windows.mdx';
13+
import FoldersHierarchiesMacOS from '../../_shared/_folders-hierarchies-macos.mdx';
14+
1115
import AutomaticInstallQuickTest from '../_common/_automatic-install-quick-test.mdx';
1216
import ManualInstallQuickTest from '../_common/_manual-install-quick-test.mdx';
1317

14-
import FoldersHierarchiesLinux from '../_project/_folders-hierarchies-linux.mdx';
15-
import FoldersHierarchiesWindows from '../_project/_folders-hierarchies-windows.mdx';
16-
import FoldersHierarchiesMacOS from '../_project/_folders-hierarchies-macos.mdx';
17-
1818
import Miscellaneous from '../_project/_miscellaneous.mdx';
1919
import Testing from '../_project/_testing.mdx';
2020

0 commit comments

Comments
 (0)