From 3e620dc70c7e60bbc8f766d37e3ff88d46daca90 Mon Sep 17 00:00:00 2001 From: Tai Groot Date: Thu, 7 Nov 2024 21:20:31 -0800 Subject: [PATCH] Update overview.md --- src/content/docs/ingredients/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/docs/ingredients/overview.md b/src/content/docs/ingredients/overview.md index 3b7ec08..3017ae5 100644 --- a/src/content/docs/ingredients/overview.md +++ b/src/content/docs/ingredients/overview.md @@ -4,6 +4,6 @@ description: The foundation of grlx sidebar: order: 1 --- -Recipe ingredients are how we build configurations with `grlx`. They can be thought of as the building blocks for completing various file, service, or management operations. Recipes rely on dependency injection via a provider system to provide extensible backends for various tasks. This also allows for users to develop [go plugins](https://pkg.go.dev/plugin) to extend ingredient providers. +Recipe ingredients are how we build configurations with `grlx`. They can be thought of as the building blocks for completing various file, service, or management operations. Recipes rely on dependency injection via a provider system to provide extensible backends for various tasks. This also allows users to develop [go plugins](https://pkg.go.dev/plugin) to extend ingredient providers. :::note The [file ingredient](/ingredients/file) already supports a few different file providers. Check them out the list of file providers [here](/ingredients/file-providers).