From 0ebda7caaadbf8aa3da2d1fa0716629688de98a7 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 25 Jul 2022 15:59:45 +0200 Subject: [PATCH] docs: improve template handling for search results (#4043) * docs: improve template handling for search results * chore: remove draft again * chore: change configure --- .../configure/{compose.mdx => _compose.mdx} | 0 .../configure/{helm.mdx => _helm.mdx} | 0 .../configure/{linuxunix.mdx => _linuxunix.mdx} | 0 .../guides/installation/configure/configure.mdx | 7 +++---- .../guides/installation/configure/windows.mdx | 2 -- .../run/{compose.mdx => _compose.mdx} | 0 .../run/{defaultuser.mdx => _defaultuser.mdx} | 0 .../installation/run/{helm.mdx => _helm.mdx} | 0 .../run/{knative.mdx => _knative.mdx} | 0 .../installation/run/{linux.mdx => _linux.mdx} | 0 .../installation/run/{macos.mdx => _macos.mdx} | 0 .../{nextselfhosted.mdx => _nextselfhosted.mdx} | 0 docs/docs/guides/installation/run/run.mdx | 15 +++++++-------- docs/docs/guides/installation/run/windows.mdx | 2 -- 14 files changed, 10 insertions(+), 16 deletions(-) rename docs/docs/guides/installation/configure/{compose.mdx => _compose.mdx} (100%) rename docs/docs/guides/installation/configure/{helm.mdx => _helm.mdx} (100%) rename docs/docs/guides/installation/configure/{linuxunix.mdx => _linuxunix.mdx} (100%) delete mode 100644 docs/docs/guides/installation/configure/windows.mdx rename docs/docs/guides/installation/run/{compose.mdx => _compose.mdx} (100%) rename docs/docs/guides/installation/run/{defaultuser.mdx => _defaultuser.mdx} (100%) rename docs/docs/guides/installation/run/{helm.mdx => _helm.mdx} (100%) rename docs/docs/guides/installation/run/{knative.mdx => _knative.mdx} (100%) rename docs/docs/guides/installation/run/{linux.mdx => _linux.mdx} (100%) rename docs/docs/guides/installation/run/{macos.mdx => _macos.mdx} (100%) rename docs/docs/guides/installation/run/{nextselfhosted.mdx => _nextselfhosted.mdx} (100%) delete mode 100644 docs/docs/guides/installation/run/windows.mdx diff --git a/docs/docs/guides/installation/configure/compose.mdx b/docs/docs/guides/installation/configure/_compose.mdx similarity index 100% rename from docs/docs/guides/installation/configure/compose.mdx rename to docs/docs/guides/installation/configure/_compose.mdx diff --git a/docs/docs/guides/installation/configure/helm.mdx b/docs/docs/guides/installation/configure/_helm.mdx similarity index 100% rename from docs/docs/guides/installation/configure/helm.mdx rename to docs/docs/guides/installation/configure/_helm.mdx diff --git a/docs/docs/guides/installation/configure/linuxunix.mdx b/docs/docs/guides/installation/configure/_linuxunix.mdx similarity index 100% rename from docs/docs/guides/installation/configure/linuxunix.mdx rename to docs/docs/guides/installation/configure/_linuxunix.mdx diff --git a/docs/docs/guides/installation/configure/configure.mdx b/docs/docs/guides/installation/configure/configure.mdx index 7f06b44667..cc000515f4 100644 --- a/docs/docs/guides/installation/configure/configure.mdx +++ b/docs/docs/guides/installation/configure/configure.mdx @@ -4,10 +4,9 @@ title: Configure import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -import LinuxUnix from './linuxunix.mdx' -import Windows from './windows.mdx' -import Compose from './compose.mdx' -import Helm from './helm.mdx' +import LinuxUnix from './_linuxunix.mdx' +import Compose from './_compose.mdx' +import Helm from './_helm.mdx' # Configure ZITADEL diff --git a/docs/docs/guides/installation/configure/windows.mdx b/docs/docs/guides/installation/configure/windows.mdx deleted file mode 100644 index f2074b0c3e..0000000000 --- a/docs/docs/guides/installation/configure/windows.mdx +++ /dev/null @@ -1,2 +0,0 @@ - -Coming soon diff --git a/docs/docs/guides/installation/run/compose.mdx b/docs/docs/guides/installation/run/_compose.mdx similarity index 100% rename from docs/docs/guides/installation/run/compose.mdx rename to docs/docs/guides/installation/run/_compose.mdx diff --git a/docs/docs/guides/installation/run/defaultuser.mdx b/docs/docs/guides/installation/run/_defaultuser.mdx similarity index 100% rename from docs/docs/guides/installation/run/defaultuser.mdx rename to docs/docs/guides/installation/run/_defaultuser.mdx diff --git a/docs/docs/guides/installation/run/helm.mdx b/docs/docs/guides/installation/run/_helm.mdx similarity index 100% rename from docs/docs/guides/installation/run/helm.mdx rename to docs/docs/guides/installation/run/_helm.mdx diff --git a/docs/docs/guides/installation/run/knative.mdx b/docs/docs/guides/installation/run/_knative.mdx similarity index 100% rename from docs/docs/guides/installation/run/knative.mdx rename to docs/docs/guides/installation/run/_knative.mdx diff --git a/docs/docs/guides/installation/run/linux.mdx b/docs/docs/guides/installation/run/_linux.mdx similarity index 100% rename from docs/docs/guides/installation/run/linux.mdx rename to docs/docs/guides/installation/run/_linux.mdx diff --git a/docs/docs/guides/installation/run/macos.mdx b/docs/docs/guides/installation/run/_macos.mdx similarity index 100% rename from docs/docs/guides/installation/run/macos.mdx rename to docs/docs/guides/installation/run/_macos.mdx diff --git a/docs/docs/guides/installation/run/nextselfhosted.mdx b/docs/docs/guides/installation/run/_nextselfhosted.mdx similarity index 100% rename from docs/docs/guides/installation/run/nextselfhosted.mdx rename to docs/docs/guides/installation/run/_nextselfhosted.mdx diff --git a/docs/docs/guides/installation/run/run.mdx b/docs/docs/guides/installation/run/run.mdx index c0aa876468..c700428afb 100644 --- a/docs/docs/guides/installation/run/run.mdx +++ b/docs/docs/guides/installation/run/run.mdx @@ -4,14 +4,13 @@ title: Run import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; -import Linux from './linux.mdx' -import MacOS from './macos.mdx' -import Windows from './windows.mdx' -import Compose from './compose.mdx' -import Helm from './helm.mdx' -import Knative from './knative.mdx' -import NextSelfHosted from './nextselfhosted.mdx' -import DefaultUser from './defaultuser.mdx' +import Linux from './_linux.mdx' +import MacOS from './_macos.mdx' +import Compose from './_compose.mdx' +import Helm from './_helm.mdx' +import Knative from './_knative.mdx' +import NextSelfHosted from './_nextselfhosted.mdx' +import DefaultUser from './_defaultuser.mdx' # Run ZITADEL diff --git a/docs/docs/guides/installation/run/windows.mdx b/docs/docs/guides/installation/run/windows.mdx deleted file mode 100644 index f2074b0c3e..0000000000 --- a/docs/docs/guides/installation/run/windows.mdx +++ /dev/null @@ -1,2 +0,0 @@ - -Coming soon