From 476aa096bf839b74a4e5d3505ce44af419362b73 Mon Sep 17 00:00:00 2001 From: Richard Date: Tue, 7 Nov 2023 12:14:19 +0200 Subject: [PATCH] docs: add recipes overview page --- content/Recipes/recipes-overview.mdx | 20 ++++++++++++++++++++ content/sidebar.json | 4 ++++ 2 files changed, 24 insertions(+) create mode 100644 content/Recipes/recipes-overview.mdx diff --git a/content/Recipes/recipes-overview.mdx b/content/Recipes/recipes-overview.mdx new file mode 100644 index 0000000..3df61a6 --- /dev/null +++ b/content/Recipes/recipes-overview.mdx @@ -0,0 +1,20 @@ +--- +slug: recipes-overview +title: Recipes Overview +--- + +Configu recipes are example workflows that demonstrate how to use our different tools. They can be used to perform a wide variety of tasks, such as how to use our open-source tools to manage your configuration data in many different ConfigStores and how to effectively integrate our Cloud Platform with other services. + +## Configu Open Source recipes + +- [Managing HashiCorp Vault using Configu](/recipes/hc-vault-w-configu) + +## Configu Cloud recipes + +- [Create a Slack Webhook](/recipes/webhook-slack) +- [Create a Discord Webhook](/recipes/webhook-discord) +- [Trigger Github Actions](/recipes/webhook-discord) + +## Contribute + +Follow the [Sending a Pull Request](https://github.com/configu/docs/blob/main/CONTRIBUTING.md) section from the `CONTRIBUTING.md`. diff --git a/content/sidebar.json b/content/sidebar.json index 61ed6c8..5181eb9 100644 --- a/content/sidebar.json +++ b/content/sidebar.json @@ -177,6 +177,10 @@ "title": "Recipes", "isOpenByDefault": false, "items": [ + { + "title": "Overview", + "slug": "recipes-overview" + }, { "title": "Create a Slack Webhook", "slug": "webhook-slack"