From 0359c4a1ec07eb4289ddc41480e3e7cb7bd6f260 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sat, 8 Jun 2024 07:59:16 -0700 Subject: [PATCH] Fix links --- content/en/content-management/urls.md | 4 +--- content/en/getting-started/glossary.md | 2 +- content/en/templates/output-formats.md | 4 ++-- 3 files changed, 4 insertions(+), 6 deletions(-) diff --git a/content/en/content-management/urls.md b/content/en/content-management/urls.md index 9c2c97a8a..9dbeed12a 100644 --- a/content/en/content-management/urls.md +++ b/content/en/content-management/urls.md @@ -89,12 +89,10 @@ If you set both `slug` and `url` in front matter, the `url` value takes preceden ### Permalinks -In your site configuration, define a URL pattern for each top-level section. Each URL pattern can target a given language and/or [page kind]. +In your site configuration, define a URL pattern for each top-level section. Each URL pattern can target a given language and/or page kind. Front matter `url` values override the URL patterns defined in the `permalinks` section of your site configuration. -[page kind]: /templates/section-templates/#page-kinds - #### Monolingual examples {#permalinks-monolingual-examples} With this content structure: diff --git a/content/en/getting-started/glossary.md b/content/en/getting-started/glossary.md index bbc35906e..c86c3fc97 100644 --- a/content/en/getting-started/glossary.md +++ b/content/en/getting-started/glossary.md @@ -275,7 +275,7 @@ A slice of page objects. ###### page kind -A classification of pages, one of `home`, `page`, `section`, `taxonomy`, or `term`. See [details](/templates/section-templates/#page-kinds). +A classification of pages, one of `home`, `page`, `section`, `taxonomy`, or `term`. See [details](/methods/page/kind/). Note that there are also `RSS`, `sitemap`, `robotsTXT`, and `404` page kinds, but these are only available during the rendering of each of these respective page's kind and therefore *not* available in any of the `Pages` collections. diff --git a/content/en/templates/output-formats.md b/content/en/templates/output-formats.md index 6f1a7ea12..ee4dbf0b6 100644 --- a/content/en/templates/output-formats.md +++ b/content/en/templates/output-formats.md @@ -141,7 +141,7 @@ system. ### Default output formats -Every `Page` has a [`Kind`][page_kinds] attribute, and the default Output +Every `Page` has a [`Kind`] attribute, and the default Output Formats are set based on that. {{< code-toggle config=outputs />}} @@ -247,4 +247,4 @@ The partial below is a plain text template . The output format is `csv`, and sin [lookup order]: /templates/lookup-order/ [media type]: https://en.wikipedia.org/wiki/Media_type [partials]: /templates/partials/ -[page_kinds]: /templates/section-templates/#page-kinds +[`kind`]: /methods/page/kind/