Skip to content

Commit 8a1309c

Browse files
committed
fix partials
1 parent d679872 commit 8a1309c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/enterprise/installing-existing-cluster-automation.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
import ConfigValuesExample from "../partials/configValues/_configValuesExample.mdx"
2+
import ConfigValuesProcedure from "../partials/configValues/_config-values-procedure.mdx"
23
import PlaceholdersGlobal from "../partials/install/_placeholders-global.mdx"
34
import PlaceholderAirgapBundle from "../partials/install/_placeholder-airgap-bundle.mdx"
4-
import PlaceholderNamespaceEmbedded from "../partials/install/_placeholder-namespace-embedded.mdx"
55
import PlaceholderNamespaceExisting from "../partials/install/_placeholder-namespace-existing.mdx"
6-
import IntroEmbedded from "../partials/install/_automation-intro-embedded.mdx"
76
import DownloadKotsBundle from "../partials/install/_download-kotsadm-bundle.mdx"
8-
import DownloadkURLBundle from "../partials/install/_download-kurl-bundle.mdx"
9-
import ExtractKurlBundle from "../partials/install/_extract-kurl-bundle.mdx"
107
import InstallKotsCliAirGap from "../partials/install/_install-kots-cli-airgap.mdx"
118
import InstallKotsCli from "../partials/install/_install-kots-cli.mdx"
129
import PushKotsImages from "../partials/install/_push-kotsadm-images.mdx"

docs/enterprise/installing-kurl-automation.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
import ConfigValuesExample from "../partials/configValues/_configValuesExample.mdx"
2+
import ConfigValuesProcedure from "../partials/configValues/_config-values-procedure.mdx"
23
import PlaceholdersGlobal from "../partials/install/_placeholders-global.mdx"
34
import PlaceholderAirgapBundle from "../partials/install/_placeholder-airgap-bundle.mdx"
45
import PlaceholderNamespaceKurl from "../partials/install/_placeholder-namespace-embedded.mdx"
56
import IntroKurl from "../partials/install/_automation-intro-embedded.mdx"
7+
import DownloadkURLBundle from "../partials/install/_download-kurl-bundle.mdx"
8+
import ExtractKurlBundle from "../partials/install/_extract-kurl-bundle.mdx"
69

710
# Installing with kURL from the Command Line
811

sidebars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ const sidebars = {
251251
},
252252
{
253253
type: 'category',
254-
label: 'KOTS (Admin Console)',
254+
label: 'KOTS',
255255
items: [
256256
'intro-kots',
257257
{

0 commit comments

Comments
 (0)