What problem does it solve?
Editing a multilingual Hugo documentation site without knowing its exact file layout causes silent defects like empty menu icons, broken redirects, and divergent locale trees. This Skill gives the structure-curator agent an authoritative map of every config surface before any navigation or config edit.
Core Features & Use Cases
- Complete Path Map: Documents exact locations for hugo.toml, per-locale content trees, _meta.yaml section ordering, data/menu/main.yaml sidebar entries, shortcodes, and CSS files.
- Icon Coupling Enforcement: Defines the hard rule that every icon value in main.yaml must have a matching SVG case in layouts/partials/menu.html, with a grep verification command.
- Redirect Patterns: Provides the required dual-entry vercel.json redirect pattern covering locale-prefixed and bare paths for moved pages.
- Use Case: Before renaming a docs section across the ko/en/ja/zh locale trees, load this map to know all four _meta.yaml files, the menu entry schema, and the redirect entries that must change together.
Quick Start
Load the docs-site structure map before editing any navigation, menu, or Hugo config file in the docs-site directory.