mirror of
https://github.com/zitadel/zitadel.git
synced 2025-04-15 20:41:30 +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 Tabs from "@theme/Tabs";
|
||||||
import TabItem from "@theme/TabItem";
|
import TabItem from "@theme/TabItem";
|
||||||
import LinuxUnix from './linuxunix.mdx'
|
import LinuxUnix from './_linuxunix.mdx'
|
||||||
import Windows from './windows.mdx'
|
import Compose from './_compose.mdx'
|
||||||
import Compose from './compose.mdx'
|
import Helm from './_helm.mdx'
|
||||||
import Helm from './helm.mdx'
|
|
||||||
|
|
||||||
# Configure ZITADEL
|
# Configure ZITADEL
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
<!-- TODO: Content -->
|
|
||||||
Coming soon
|
|
@ -4,14 +4,13 @@ title: Run
|
|||||||
|
|
||||||
import Tabs from "@theme/Tabs";
|
import Tabs from "@theme/Tabs";
|
||||||
import TabItem from "@theme/TabItem";
|
import TabItem from "@theme/TabItem";
|
||||||
import Linux from './linux.mdx'
|
import Linux from './_linux.mdx'
|
||||||
import MacOS from './macos.mdx'
|
import MacOS from './_macos.mdx'
|
||||||
import Windows from './windows.mdx'
|
import Compose from './_compose.mdx'
|
||||||
import Compose from './compose.mdx'
|
import Helm from './_helm.mdx'
|
||||||
import Helm from './helm.mdx'
|
import Knative from './_knative.mdx'
|
||||||
import Knative from './knative.mdx'
|
import NextSelfHosted from './_nextselfhosted.mdx'
|
||||||
import NextSelfHosted from './nextselfhosted.mdx'
|
import DefaultUser from './_defaultuser.mdx'
|
||||||
import DefaultUser from './defaultuser.mdx'
|
|
||||||
|
|
||||||
# Run ZITADEL
|
# Run ZITADEL
|
||||||
|
|
||||||
|
@ -1,2 +0,0 @@
|
|||||||
<!-- TODO: Content -->
|
|
||||||
Coming soon
|
|
Loading…
x
Reference in New Issue
Block a user