diff --git a/content/manuals/_index.md b/content/manuals/_index.md index 9e67bc318c..0e0d4fc745 100644 --- a/content/manuals/_index.md +++ b/content/manuals/_index.md @@ -4,9 +4,6 @@ description: Learn how to install, set up, configure, and use Docker products wi keywords: docker, docs, manuals, products, user guides, how-to # hard-code the URL of this page url: /manuals/ -# remove the /manuals/ prefix for pages in this section -cascade: -- url: /:sections[1:]/:slugorfilename notoc: true development: - title: Docker Desktop diff --git a/hugo.yaml b/hugo.yaml index 9053b5dfc8..f77f096a28 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -8,6 +8,12 @@ enableInlineShortcodes: true taxonomies: tag: tags +permalinks: + page: + manuals: /:sections[1:]/:slugorfilename/ + section: + manuals: /:sections[1:]/:slugorfilename/ + markup: tableOfContents: startLevel: 2