docs: improve template handling for search results (#4043)

* docs: improve template handling for search results

* chore: remove draft again

* chore: change configure
This commit is contained in:
Florian Forster 2022-07-25 15:59:45 +02:00 committed by GitHub
parent 7c491381de
commit 0ebda7caaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
14 changed files with 10 additions and 16 deletions

View File

@ -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

View File

@ -1,2 +0,0 @@
<!-- TODO: Content -->
Coming soon

View File

@ -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

View File

@ -1,2 +0,0 @@
<!-- TODO: Content -->
Coming soon