Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions content/Recipes/recipes-overview.mdx
Original file line number Diff line number Diff line change
@@ -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`.
4 changes: 4 additions & 0 deletions content/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,10 @@
"title": "Recipes",
"isOpenByDefault": false,
"items": [
{
"title": "Overview",
"slug": "recipes-overview"
},
{
"title": "Create a Slack Webhook",
"slug": "webhook-slack"
Expand Down