Skip to content

Commit 40937ca

Browse files
committed
website: re-generate descriptive & permalink names
1 parent 134cec5 commit 40937ca

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

website/docs/install/_common/_automatic-install-quick-test.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
99

1010
### Quick test
1111

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:
1313

1414
<Tabs groupId="operating-systems">
1515

1616
<TabItem value="macos" label="macOS">
1717

1818
<CodeBlock language="console"> {
19-
`% ~/Library/xPacks/@xpack-dev-tools/${props.shortName}/4.9.0-3.1/.content/bin/${props.programName} --version
19+
`% ~/Library/xPacks/@xpack-dev-tools/${props.permalinkName}/4.9.0-3.1/.content/bin/${props.programName} --version
2020
${props.branding}4.9
2121
`} </CodeBlock>
2222

@@ -25,7 +25,7 @@ ${props.branding}4.9
2525
<TabItem value="linux" label="GNU/Linux">
2626

2727
<CodeBlock language="console"> {
28-
`$ ~/.local/xPacks/@xpack-dev-tools/${props.shortName}/4.9.0-3.1/.content/bin/${props.programName} --version
28+
`$ ~/.local/xPacks/@xpack-dev-tools/${props.permalinkName}/4.9.0-3.1/.content/bin/${props.programName} --version
2929
${props.branding}4.9
3030
`} </CodeBlock>
3131

website/docs/install/_common/_manual-install-quick-test.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ import TabItem from '@theme/TabItem';
99

1010
### Quick test {#manual-install-quick-test}
1111

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:
1313

1414
<Tabs groupId="operating-systems">
1515

1616
<TabItem value="macos" label="macOS">
1717

1818
<CodeBlock language="console"> {
19-
`% ~/Library/xPacks/${props.shortName}/xpack-${props.shortName}-4.9.0-3/bin/${props.programName} --version
19+
`% ~/Library/xPacks/${props.permalinkName}/xpack-${props.permalinkName}-4.9.0-3/bin/${props.programName} --version
2020
${props.branding}4.9
2121
`} </CodeBlock>
2222

@@ -25,7 +25,7 @@ ${props.branding}4.9
2525
<TabItem value="linux" label="GNU/Linux">
2626

2727
<CodeBlock language="console"> {
28-
`$ ~/.local/xPacks/${props.shortName}/xpack-${props.shortName}-4.9.0-3/bin/${props.programName} --version
28+
`$ ~/.local/xPacks/${props.permalinkName}/xpack-${props.permalinkName}-4.9.0-3/bin/${props.programName} --version
2929
${props.branding}4.9
3030
`} </CodeBlock>
3131

website/docs/install/_project/_automatic-install-quick-test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import AutomaticInstallQuickTest from '../_common/_automatic-install-quick-test.
66
{/* ------------------------------------------------------------------------ */}
77

88
<AutomaticInstallQuickTest
9-
longName="GNU sed"
10-
shortName="sed"
9+
descriptiveName="GNU sed"
10+
permalinkName="sed"
1111
programName="sed"
1212
branding="sed (GNU sed) "
1313
/>

website/docs/install/_project/_manual-install-quick-test.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ import ManualInstallQuickTest from '../_common/_manual-install-quick-test.mdx';
66
{/* ------------------------------------------------------------------------ */}
77

88
<ManualInstallQuickTest
9-
longName="GNU sed"
10-
shortName="sed"
9+
descriptiveName="GNU sed"
10+
permalinkName="sed"
1111
programName="sed"
1212
branding="sed (GNU sed) "
1313
/>

0 commit comments

Comments
 (0)