Update overview.md

This commit is contained in:
2024-11-07 21:20:31 -08:00
committed by GitHub
parent 634a1ba2ee
commit 3e620dc70c

View File

@@ -4,6 +4,6 @@ description: The foundation of grlx
sidebar: sidebar:
order: 1 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 :::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). The [file ingredient](/ingredients/file) already supports a few different file providers. Check them out the list of file providers [here](/ingredients/file-providers).