diff --git a/content/plugin-categories/build/contents.lr b/content/plugin-categories/build/contents.lr index 86f94409..a742c328 100644 --- a/content/plugin-categories/build/contents.lr +++ b/content/plugin-categories/build/contents.lr @@ -1,7 +1,7 @@ body: #### text-block #### -text: These plugins primarily deal with Lektor's build process, adding build tools or processes. +text: These plugins primarily deal with Lektor's [build :ref](/docs/quickstart/#building) process, adding build tools or processes. ---- class: default --- diff --git a/content/plugin-categories/content/contents.lr b/content/plugin-categories/content/contents.lr index 12b7ee05..9b936db2 100644 --- a/content/plugin-categories/content/contents.lr +++ b/content/plugin-categories/content/contents.lr @@ -3,6 +3,6 @@ title: Content body: #### text-block #### -text: These plugins primarily deal with adding or modifying available content in Lektor. +text: These plugins primarily deal with adding or modifying available content in Lektor, adding content types, or modifying how content behaves. ---- class: default diff --git a/content/plugin-categories/contents.lr b/content/plugin-categories/contents.lr index 6b1cccef..69db97e3 100644 --- a/content/plugin-categories/contents.lr +++ b/content/plugin-categories/contents.lr @@ -5,7 +5,7 @@ _slug: plugins/categories body: #### text-block #### -text: estate +text: ---- class: default --- diff --git a/content/plugin-categories/deploy/contents.lr b/content/plugin-categories/deploy/contents.lr index 2998822d..9cd43c46 100644 --- a/content/plugin-categories/deploy/contents.lr +++ b/content/plugin-categories/deploy/contents.lr @@ -1,7 +1,7 @@ body: #### text-block #### -text: These plugins primarily deal with Lektor's deployment abilities. They may add a deployment service or location. +text: These plugins primarily deal with Lektor's [deployment :ref](/docs/deployment/) abilities. They may add a deployment service or location. ---- class: default --- diff --git a/content/plugin-categories/templates/contents.lr b/content/plugin-categories/templates/contents.lr index 030fbbd2..34c765c7 100644 --- a/content/plugin-categories/templates/contents.lr +++ b/content/plugin-categories/templates/contents.lr @@ -1,7 +1,7 @@ body: #### text-block #### -text: These plugins primarily deal with Lektor's [Templates :ref](/docs/templates/). They may add or modify [context :ref](docs/templates/#template-context), filters, api, globals, modify images, change navigation, or many other functionalities available to templates. +text: These plugins primarily deal with Lektor's [Templates :ref](/docs/templates/). They may add or modify [context :ref](docs/templates/#template-context), [api :ref](/docs/api/templates/), [filters :ref](/docs/api/templates/filters/), [globals :ref](/docs/api/templates/globals/), [modify images :ref](/docs/templates/imageops/), [change navigation :ref](/docs/templates/navigation/), or many other functionalities available to templates. ---- class: default ---