Commit 55bdb44 1 parent 4766586 commit 55bdb44 Copy full SHA for 55bdb44
File tree 5 files changed +16
-16
lines changed
5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
3
- title : xPack {{packageConfig.longName }} v{{xpackVersion}} released
3
+ title : xPack {{packageConfig.descriptiveName }} v{{xpackVersion}} released
4
4
seo_title : Version {{xpackVersion}} released
5
5
description : Version {{xpackVersion}} is a TODO new/maintenance release.
6
6
keywords :
7
7
- xpack
8
- - {{packageConfig.shortName }}
8
+ - {{packageConfig.permalinkName }}
9
9
- release
10
10
11
11
date : {{releaseDate}}
@@ -79,10 +79,10 @@ The binary files are available from <a href={frontMatter.download_url}>GitHub Re
79
79
The easiest way to install this specific version, is by using ** xpm** :
80
80
81
81
<CodeBlock language = " console" > {
82
- ` xpm install @xpack-dev-tools/{{packageConfig.shortName }}@${frontMatter .version }.${frontMatter .npm_subversion } -verbose
82
+ ` xpm install @xpack-dev-tools/{{packageConfig.permalinkName }}@${frontMatter .version }.${frontMatter .npm_subversion } -verbose
83
83
` } </CodeBlock >
84
84
85
- Comprehensive instructions for installing ** xPack { {packageConfig.longName }} ** on different platforms
85
+ Comprehensive instructions for installing ** xPack { {packageConfig.descriptiveName }} ** on different platforms
86
86
can be found in the [ Install Guide] ( /docs/install/ ) .
87
87
88
88
## Compliance
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
9
9
10
10
### Quick test
11
11
12
- To check if the { props .longName } installed by ** xpm** starts properly, use something like:
12
+ To check if the { props .descriptiveName } installed by ** xpm** starts properly, use something like:
13
13
14
14
<Tabs groupId = " operating-systems" >
15
15
16
16
<TabItem value = " windows" label = " Windows" default >
17
17
18
18
<CodeBlock language = " console" > {
19
- ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ @xpack-dev-tools\\ ${props .shortName }\\ 14.2.1-1.1.1\\ .content\\ bin\\ ${props .programName }.exe --version
19
+ ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ @xpack-dev-tools\\ ${props .permalinkName }\\ 14.2.1-1.1.1\\ .content\\ bin\\ ${props .programName }.exe --version
20
20
${props .branding }14.2.1
21
21
` } </CodeBlock >
22
22
@@ -25,7 +25,7 @@ ${props.branding}14.2.1
25
25
<TabItem value = " macos" label = " macOS" >
26
26
27
27
<CodeBlock language = " console" > {
28
- ` % ~/Library/xPacks/@xpack-dev-tools/${props .shortName }/14.2.1-1.1.1/.content/bin/${props .programName } --version
28
+ ` % ~/Library/xPacks/@xpack-dev-tools/${props .permalinkName }/14.2.1-1.1.1/.content/bin/${props .programName } --version
29
29
${props .branding }14.2.1
30
30
` } </CodeBlock >
31
31
@@ -34,7 +34,7 @@ ${props.branding}14.2.1
34
34
<TabItem value = " linux" label = " GNU/Linux" >
35
35
36
36
<CodeBlock language = " console" > {
37
- ` $ ~/.local/xPacks/@xpack-dev-tools/${props .shortName }/14.2.1-1.1.1/.content/bin/${props .programName } --version
37
+ ` $ ~/.local/xPacks/@xpack-dev-tools/${props .permalinkName }/14.2.1-1.1.1/.content/bin/${props .programName } --version
38
38
${props .branding }14.2.1
39
39
` } </CodeBlock >
40
40
Original file line number Diff line number Diff line change @@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
9
9
10
10
### Quick test { #manual - install - quick - test }
11
11
12
- To check if the { props .longName } installed manually starts properly, use something like:
12
+ To check if the { props .descriptiveName } installed manually starts properly, use something like:
13
13
14
14
<Tabs groupId = " operating-systems" >
15
15
16
16
<TabItem value = " windows" label = " Windows" default >
17
17
18
18
<CodeBlock language = " console" > {
19
- ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ ${props .shortName }\\ xpack-${props .shortName }-14.2.1-1.1\\ bin\\ ${props .programName }.exe --version
19
+ ` C:\\ > %USERPROFILE%\\ AppData\\ Roaming\\ xPacks\\ ${props .permalinkName }\\ xpack-${props .permalinkName }-14.2.1-1.1\\ bin\\ ${props .programName }.exe --version
20
20
${props .branding }14.2.1
21
21
` } </CodeBlock >
22
22
@@ -25,7 +25,7 @@ ${props.branding}14.2.1
25
25
<TabItem value = " macos" label = " macOS" >
26
26
27
27
<CodeBlock language = " console" > {
28
- ` % ~/Library/xPacks/${props .shortName }/xpack-${props .shortName }-14.2.1-1.1/bin/${props .programName } --version
28
+ ` % ~/Library/xPacks/${props .permalinkName }/xpack-${props .permalinkName }-14.2.1-1.1/bin/${props .programName } --version
29
29
${props .branding }14.2.1
30
30
` } </CodeBlock >
31
31
@@ -34,7 +34,7 @@ ${props.branding}14.2.1
34
34
<TabItem value = " linux" label = " GNU/Linux" >
35
35
36
36
<CodeBlock language = " console" > {
37
- ` $ ~/.local/xPacks/${props .shortName }/xpack-${props .shortName }-14.2.1-1.1/bin/${props .programName } --version
37
+ ` $ ~/.local/xPacks/${props .permalinkName }/xpack-${props .permalinkName }-14.2.1-1.1/bin/${props .programName } --version
38
38
${props .branding }14.2.1
39
39
` } </CodeBlock >
40
40
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import AutomaticInstallQuickTest from '../_common/_automatic-install-quick-test.
6
6
{ /* ------------------------------------------------------------------------ */ }
7
7
8
8
<AutomaticInstallQuickTest
9
- longName = " GNU Arm Embedded GCC"
10
- shortName = " arm-none-eabi-gcc"
9
+ descriptiveName = " GNU Arm Embedded GCC"
10
+ permalinkName = " arm-none-eabi-gcc"
11
11
programName = " arm-none-eabi-gcc"
12
12
branding = " arm-none-eabi-gcc (xPack GNU Arm Embedded GCC x86_64) "
13
13
/>
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import ManualInstallQuickTest from '../_common/_manual-install-quick-test.mdx';
6
6
{ /* ------------------------------------------------------------------------ */ }
7
7
8
8
<ManualInstallQuickTest
9
- longName = " GNU Arm Embedded GCC"
10
- shortName = " arm-none-eabi-gcc"
9
+ descriptiveName = " GNU Arm Embedded GCC"
10
+ permalinkName = " arm-none-eabi-gcc"
11
11
programName = " arm-none-eabi-gcc"
12
12
branding = " arm-none-eabi-gcc (xPack GNU Arm Embedded GCC x86_64) "
13
13
/>
You can’t perform that action at this time.
0 commit comments