mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-13 11:50:00 -04:00
Rename section menu entries from "Overview" to "In this section"
This commit is contained in:
parent
e04291a990
commit
29f4dde191
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user