From dc1fe4405340514d08c9b76f6434f4c7542b680d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 16 Mar 2024 18:37:26 +0100 Subject: [PATCH] Update configuration.md --- content/en/getting-started/configuration.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index ef75c04e8..c69fad94b 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -827,8 +827,8 @@ If you want to know the current value of `cacheDir`, you can run `hugo config`, {{< new-in 0.124.0 >}} {{% note %}} -The `segments` configuration is currently only used to configure partitioned rendering, and this is -feature is only about what gets rendered when, Hugo's entire object graph (sites and pages) is +The `segments` configuration is currently only used to configure partitioned rendering. +This feature is only about what gets rendered when, Hugo's entire object graph (sites and pages) is always available. {{% /note %}} @@ -880,10 +880,9 @@ Some use cases for this feature: * Enable faster builds during development by only rendering a subset of the site. * Partial rebuilds, e.g. render the home page and the "news section" every hour, render the entire site once a week. * Render only e.g. the JSON output format to push to e.g. a search index. - - + [path]: /methods/page/path/ [page language]: /methods/page/language/ [kind]: /getting-started/glossary/#page-kind [output format]: /getting-started/glossary/#output-format -[type]: /getting-started/glossary/#content-type \ No newline at end of file +[type]: /getting-started/glossary/#content-type