diff --git a/src/content/docs/1.0/index.mdx b/src/content/docs/1.0/index.mdx index f751ce3..5cab5f2 100644 --- a/src/content/docs/1.0/index.mdx +++ b/src/content/docs/1.0/index.mdx @@ -23,7 +23,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components' - Check out our [Getting Started](/1.0/getting-started) started page on how to + Check out our [Getting Started](/1.0/getting-started) page to learn how to install grlx diff --git a/src/content/docs/1.0/recipes/overview.md b/src/content/docs/1.0/recipes/overview.md index 315ea68..591c7ce 100644 --- a/src/content/docs/1.0/recipes/overview.md +++ b/src/content/docs/1.0/recipes/overview.md @@ -4,7 +4,7 @@ description: An overview of grlx recipes slug: 1.0/recipes/overview --- -Recipes are the core of grlx functionality, providing a structured way for developers to deploy actions to sprouts. Recipes are a collection of ingredients which can be executed against a sprout. Recipes must be placed on the farmer at `/srv/grlx/recipes/prod` (with support for other non-prod environments in the future). Furthermore, recipes can utilize [Go's builtin templating engine](https://pkg.go.dev/text/template) to provide dynamic functionality for deployment. Below is a simple example of the makeup of a recipe. +Recipes are the core of grlx functionality, providing a structured way for developers to deploy actions to sprouts. Recipes are a collection of ingredients that can be executed against a sprout. Recipes must be placed on the farmer at `/srv/grlx/recipes/prod` (with support for other non-prod environments in the future). Furthermore, recipes can use [Go's built-in templating engine](https://pkg.go.dev/text/template) to provide dynamic functionality for deployment. Below is a simple example of the makeup of a recipe. ```yaml include: diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index c7e2cc7..999e94d 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -22,7 +22,7 @@ import { Card, CardGrid } from '@astrojs/starlight/components' - Check out our [Getting Started](/getting-started) started page on how to + Check out our [Getting Started](/getting-started) page to learn how to install grlx diff --git a/src/content/docs/recipes/overview.md b/src/content/docs/recipes/overview.md index 404b60b..7308377 100644 --- a/src/content/docs/recipes/overview.md +++ b/src/content/docs/recipes/overview.md @@ -3,7 +3,7 @@ title: Overview description: An overview of grlx recipes --- -Recipes are the core of grlx functionality, providing a structured way for developers to deploy actions to sprouts. Recipes are a collection of ingredients which can be executed against a sprout. Recipes must be placed on the farmer at `/srv/grlx/recipes/prod` (with support for other non-prod environments in the future). Furthermore, recipes can utilize [Go's builtin templating engine](https://pkg.go.dev/text/template) to provide dynamic functionality for deployment. Below is a simple example of the makeup of a recipe. +Recipes are the core of grlx functionality, providing a structured way for developers to deploy actions to sprouts. Recipes are a collection of ingredients that can be executed against a sprout. Recipes must be placed on the farmer at `/srv/grlx/recipes/prod` (with support for other non-prod environments in the future). Furthermore, recipes can use [Go's built-in templating engine](https://pkg.go.dev/text/template) to provide dynamic functionality for deployment. Below is a simple example of the makeup of a recipe. ```yaml include: