-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0e64843
commit 5f36044
Showing
5 changed files
with
150 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
title: Integrations Overview | ||
--- | ||
|
||
# Integrations Overview | ||
|
||
Integrations allow you to connect Ctrlplane with various services, enhancing | ||
your deployment capabilities and workflows. Below are the available integrations | ||
you can set up. | ||
|
||
## Available Integrations | ||
|
||
import { Cards } from "nextra/components"; | ||
import { SiGithub, SiGooglecloud, SiKubernetes } from "react-icons/si"; | ||
|
||
<Cards> | ||
<Cards.Card | ||
icon={<SiGithub className="h-8 w-8" />} | ||
title="GitHub" | ||
href="/integrations/github" | ||
/> | ||
<Cards.Card | ||
icon={<SiGooglecloud className="h-8 w-8" />} | ||
title="Google Cloud" | ||
href="/integrations/google" | ||
/> | ||
<Cards.Card | ||
icon={<SiKubernetes className="h-8 w-8" />} | ||
title="Kubernetes" | ||
href="/integrations/kubernetes" | ||
/> | ||
</Cards> | ||
|
||
## How to Set Up Integrations | ||
|
||
To set up an integration, follow the specific instructions provided in the | ||
respective integration documentation. Ensure you have the necessary permissions | ||
and configurations in place to connect Ctrlplane with the external service. | ||
|
||
For more detailed information on each integration, please refer to the links | ||
provided in the cards above. |
4 changes: 4 additions & 0 deletions
4
apps/docs/pages/self-hosted/overview.mdx → apps/docs/pages/self-hosted.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.