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