mirror of
https://github.com/awatertrevi/infisical.git
synced 2026-09-22 13:39:35 +00:00
Add searchable component to docs
This commit is contained in:
8
docs/integrations/app-connections.mdx
Normal file
8
docs/integrations/app-connections.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available app connections for Infisical."
|
||||
---
|
||||
|
||||
import { AppConnectionsBrowser } from "/snippets/AppConnectionsBrowser.jsx";
|
||||
|
||||
<AppConnectionsBrowser />
|
||||
@@ -79,4 +79,4 @@ in the UI or by passing the associated `connectionId` when generating resources
|
||||
## Platform Managed Credentials
|
||||
|
||||
Some App Connections support the ability to have their credentials managed by Infisical. By enabling this option,
|
||||
Infisical will modify the credentials to prevent external use of the configured access entity.
|
||||
Infisical will modify the credentials to prevent external use of the configured access entity.
|
||||
|
||||
9
docs/integrations/dynamic-secrets.mdx
Normal file
9
docs/integrations/dynamic-secrets.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Dynamic Secrets"
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available dynamic secrets for Infisical."
|
||||
---
|
||||
|
||||
import { DynamicSecretsBrowser } from "/snippets/DynamicSecretsBrowser.jsx";
|
||||
|
||||
<DynamicSecretsBrowser />
|
||||
9
docs/integrations/framework-integrations.mdx
Normal file
9
docs/integrations/framework-integrations.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Framework Integrations"
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available framework integrations for Infisical."
|
||||
---
|
||||
|
||||
import { FrameworkIntegrationsBrowser } from "/snippets/FrameworkIntegrationsBrowser.jsx";
|
||||
|
||||
<FrameworkIntegrationsBrowser />
|
||||
9
docs/integrations/machine-authentication.mdx
Normal file
9
docs/integrations/machine-authentication.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Machine Authentication"
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available machine authentication methods for Infisical."
|
||||
---
|
||||
|
||||
import { MachineAuthenticationBrowser } from "/snippets/MachineAuthenticationBrowser.jsx";
|
||||
|
||||
<MachineAuthenticationBrowser />
|
||||
8
docs/integrations/secret-rotations.mdx
Normal file
8
docs/integrations/secret-rotations.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available secret rotations for Infisical."
|
||||
---
|
||||
|
||||
import { RotationsBrowser } from "/snippets/RotationsBrowser.jsx";
|
||||
|
||||
<RotationsBrowser />
|
||||
8
docs/integrations/secret-syncs.mdx
Normal file
8
docs/integrations/secret-syncs.mdx
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available secret syncs for Infisical."
|
||||
---
|
||||
|
||||
import { SecretSyncsBrowser } from "/snippets/SecretSyncsBrowser.jsx";
|
||||
|
||||
<SecretSyncsBrowser />
|
||||
9
docs/integrations/user-authentication.mdx
Normal file
9
docs/integrations/user-authentication.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "User Authentication"
|
||||
sidebarTitle: "Explore Options"
|
||||
description: "Browse and search through all available user authentication methods for Infisical."
|
||||
---
|
||||
|
||||
import { UserAuthenticationBrowser } from "/snippets/UserAuthenticationBrowser.jsx";
|
||||
|
||||
<UserAuthenticationBrowser />
|
||||
Reference in New Issue
Block a user