Files
docs.grlx.dev/src/content/docs/ingredients/overview.md
Tai Groot 496da672ce docs: add license, CI, fix content quality, document rcd provider
- Add 0BSD LICENSE (matches gogrlx/grlx)
- Add GitHub Actions CI workflow (build + eslint)
- Fix eslint config: add ignores for .astro/dist, add typescript parser deps
- Update README: replace npm boilerplate with bun commands, add badges
- Document rc.d (BSD) service provider alongside systemd
- Update service ingredient to reference provider interface instead of claiming systemd-only
- Fix frontmatter: desc -> description in groups.md and user.md
- Close unclosed :::note directive in ingredients overview
- Fix typo in ingredients overview ('Check them out the list' -> 'Check out the list')
- Update astro 5.17.3 -> 5.18.0
2026-03-06 10:04:01 +00:00

648 B

title, description, sidebar
title description sidebar
Overview The foundation of grlx
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 users to develop go plugins to extend ingredient providers. :::note The file ingredient already supports a few different file providers. Check out the list of file providers here. :::