From 29f4dde191d4cf06afbaf9de5477cddf94f88b0f Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 10 Mar 2024 09:18:39 -0700 Subject: [PATCH] Rename section menu entries from "Overview" to "In this section" --- content/en/about/_index.md | 4 ++-- content/en/content-management/_index.md | 4 ++-- content/en/contribute/_index.md | 4 ++-- content/en/functions/_index.md | 4 ++-- content/en/getting-started/_index.md | 4 ++-- content/en/hosting-and-deployment/_index.md | 4 ++-- content/en/hugo-modules/_index.md | 4 ++-- content/en/hugo-pipes/_index.md | 4 ++-- content/en/installation/_index.md | 4 ++-- content/en/methods/_index.md | 4 ++-- content/en/quick-reference/_index.md | 4 ++-- content/en/render-hooks/_index.md | 4 ++-- content/en/templates/_index.md | 4 ++-- content/en/tools/_index.md | 4 ++-- content/en/troubleshooting/_index.md | 4 ++-- 15 files changed, 30 insertions(+), 30 deletions(-) diff --git a/content/en/about/_index.md b/content/en/about/_index.md index 3a8319029..12f0c255c 100644 --- a/content/en/about/_index.md +++ b/content/en/about/_index.md @@ -1,12 +1,12 @@ --- title: About Hugo -linkTitle: Overview +linkTitle: In this section description: Hugo's features, roadmap, license, and motivation. categories: [] keywords: [] menu: docs: - identifier: about-hugo-overview + identifier: about-hugo-in-this-section parent: about weight: 10 weight: 10 diff --git a/content/en/content-management/_index.md b/content/en/content-management/_index.md index 66af24681..8fb0cf25e 100644 --- a/content/en/content-management/_index.md +++ b/content/en/content-management/_index.md @@ -1,12 +1,12 @@ --- title: Content management -linkTitle: Overview +linkTitle: In this section description: Hugo makes managing large static sites easy with support for archetypes, content types, menus, cross references, summaries, and more. categories: [] keywords: [] menu: docs: - identifier: content-management-overview + identifier: content-management-in-this-section parent: content-management weight: 10 weight: 10 diff --git a/content/en/contribute/_index.md b/content/en/contribute/_index.md index ca7a18c36..87af8fa79 100644 --- a/content/en/contribute/_index.md +++ b/content/en/contribute/_index.md @@ -1,12 +1,12 @@ --- title: Contribute to the Hugo project -linkTitle: Overview +linkTitle: In this section description: Contribute to Hugo development, documentation, and themes. categories: [] keywords: [] menu: docs: - identifier: contribute-overview + identifier: contribute-in-this-section parent: contribute weight: 10 weight: 10 diff --git a/content/en/functions/_index.md b/content/en/functions/_index.md index b4b58eada..bf69df016 100644 --- a/content/en/functions/_index.md +++ b/content/en/functions/_index.md @@ -1,12 +1,12 @@ --- title: Functions -linkTitle: Overview +linkTitle: In this section description: A list of Hugo template functions including examples. categories: [] keywords: [] menu: docs: - identifier: functions-overview + identifier: functions-in-this-section parent: functions weight: 10 weight: 10 diff --git a/content/en/getting-started/_index.md b/content/en/getting-started/_index.md index 780b96a62..1648f0224 100644 --- a/content/en/getting-started/_index.md +++ b/content/en/getting-started/_index.md @@ -1,12 +1,12 @@ --- title: Getting started -linkTitle: Overview +linkTitle: In this section description: Quick start and guides for installing Hugo on your preferred operating system. categories: [] keywords: [] menu: docs: - identifier: getting-started-overview + identifier: getting-started-in-this-section parent: getting-started weight: 10 weight: 10 diff --git a/content/en/hosting-and-deployment/_index.md b/content/en/hosting-and-deployment/_index.md index 35fd3cf05..b6f54d3fa 100644 --- a/content/en/hosting-and-deployment/_index.md +++ b/content/en/hosting-and-deployment/_index.md @@ -1,12 +1,12 @@ --- title: Hosting and deployment -linkTitle: Overview +linkTitle: In this section description: Site builds, automated deployments, and popular hosting solutions. categories: [] keywords: [] menu: docs: - identifier: hosting-and-deployment-overview + identifier: hosting-and-deployment-in-this-section parent: hosting-and-deployment weight: 1 weight: 1 diff --git a/content/en/hugo-modules/_index.md b/content/en/hugo-modules/_index.md index cbff13ad0..e26cfe2f2 100644 --- a/content/en/hugo-modules/_index.md +++ b/content/en/hugo-modules/_index.md @@ -1,12 +1,12 @@ --- title: Hugo Modules -linkTitle: Overview +linkTitle: In this section description: How to use Hugo Modules. categories: [] keywords: [] menu: docs: - identifier: hugo-modules-overview + identifier: hugo-modules-in-this-section parent: modules weight: 10 weight: 10 diff --git a/content/en/hugo-pipes/_index.md b/content/en/hugo-pipes/_index.md index edc41b7a2..6e4190b87 100755 --- a/content/en/hugo-pipes/_index.md +++ b/content/en/hugo-pipes/_index.md @@ -1,11 +1,11 @@ --- title: Hugo Pipes -linkTitle: Overview +linkTitle: In this section categories: [] keywords: [] menu: docs: - identifier: hugo-pipes-overview + identifier: hugo-pipes-in-this-section parent: hugo-pipes weight: 10 weight: 10 diff --git a/content/en/installation/_index.md b/content/en/installation/_index.md index ca405b755..7e445a07d 100644 --- a/content/en/installation/_index.md +++ b/content/en/installation/_index.md @@ -1,13 +1,13 @@ --- title: Installation -linkTitle: Overview +linkTitle: In this section description: Install Hugo on macOS, Linux, Windows, BSD, and on any machine that can run the Go compiler tool chain. aliases: [/getting-started/installing/] categories: [] keywords: [] menu: docs: - identifier: installation-overview + identifier: installation-in-this-section parent: installation weight: 10 weight: 10 diff --git a/content/en/methods/_index.md b/content/en/methods/_index.md index d014b5525..bab637ddb 100644 --- a/content/en/methods/_index.md +++ b/content/en/methods/_index.md @@ -1,12 +1,12 @@ --- title: Methods -linkTitle: Overview +linkTitle: In this section description: A list of Hugo template methods including examples. categories: [] keywords: [] menu: docs: - identifier: methods-overview + identifier: methods-in-this-section parent: methods weight: 10 weight: 10 diff --git a/content/en/quick-reference/_index.md b/content/en/quick-reference/_index.md index 492cfa09b..b5f434e2d 100644 --- a/content/en/quick-reference/_index.md +++ b/content/en/quick-reference/_index.md @@ -1,12 +1,12 @@ --- title: Quick reference guides -linkTitle: Overview +linkTitle: In this section description: Quick reference guides to Hugo's features, functions, and methods. categories: [] keywords: [] menu: docs: - identifier: quick-reference-overview + identifier: quick-reference-in-this-section parent: quick-reference weight: 10 weight: 10 diff --git a/content/en/render-hooks/_index.md b/content/en/render-hooks/_index.md index 9966a0641..8cf72c4e8 100644 --- a/content/en/render-hooks/_index.md +++ b/content/en/render-hooks/_index.md @@ -1,12 +1,12 @@ --- title: Render hooks -linkTitle: Overview +linkTitle: In this section description: Create render hooks to override the rendering of Markdown to HTML. categories: [] keywords: [] menu: docs: - identifier: render-hooks-overview + identifier: render-hooks-in-this-section parent: render-hooks weight: 10 weight: 10 diff --git a/content/en/templates/_index.md b/content/en/templates/_index.md index b2197d162..23b2a3eaf 100644 --- a/content/en/templates/_index.md +++ b/content/en/templates/_index.md @@ -1,12 +1,12 @@ --- title: Templates -linkTitle: Overview +linkTitle: In this section description: Go templating, template types and lookup order, shortcodes, and data. categories: [] keywords: [] menu: docs: - identifier: templates-overview + identifier: templates-in-this-section parent: templates weight: 10 weight: 10 diff --git a/content/en/tools/_index.md b/content/en/tools/_index.md index 006bed053..9cd72853a 100644 --- a/content/en/tools/_index.md +++ b/content/en/tools/_index.md @@ -1,12 +1,12 @@ --- title: Developer tools -linkTitle: Overview +linkTitle: In this section description: In addition to Hugo's powerful CLI, there is a large number of community-developed tool chains for Hugo developers. categories: [] keywords: [] menu: docs: - identifier: developer-tools-overview + identifier: developer-tools-in-this-section parent: developer-tools weight: 10 weight: 10 diff --git a/content/en/troubleshooting/_index.md b/content/en/troubleshooting/_index.md index 65263ab32..92ba6bc6d 100644 --- a/content/en/troubleshooting/_index.md +++ b/content/en/troubleshooting/_index.md @@ -1,12 +1,12 @@ --- title: Troubleshooting -linkTitle: Overview +linkTitle: In this section description: Use these techniques when troubleshooting your site. categories: [] keywords: [] menu: docs: - identifier: troubleshooting-overview + identifier: troubleshooting-in-this-section parent: troubleshooting weight: 10 weight: 10