mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
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:
parent
7c491381de
commit
0ebda7caaa
@ -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
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
<!-- TODO: Content -->
|
||||
Coming soon
|
@ -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
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
<!-- TODO: Content -->
|
||||
Coming soon
|
Loading…
Reference in New Issue
Block a user