hns-oss-docs-structure-map
Installation
SKILL.md
docs-site Structure Map
Hugo geekdoc site at docs-site/, deployed to adk.mo.ai.kr via
Vercel (auto-deploy on push). All paths below are relative to docs-site/.
Path map
| Surface | Path | Notes |
|---|---|---|
| Site config | hugo.toml |
NOT hugo.yaml. defaultContentLanguage = "ko"; version SSOT params.version / params.releaseDate |
| Content | content/{ko,en,ja,zh}/ |
ko canonical; 4 locale trees mirror each other |
| Section order | content/<locale>/_meta.yaml |
per-locale; a section change lands in ALL FOUR files |
| Sidebar menu | data/menu/main.yaml |
4-locale name maps + icon: per entry |
| Menu icons | layouts/partials/menu.html |
SVG switch/case per icon: value — coupling below |
| Shortcodes | layouts/shortcodes/ |
icon.html (variants ok/warn/danger/primary/muted), etc. |
| CSS | static/moai-brand.css (FROZEN — never edit), static/moai-design.css |
Claude Warm Editorial, light-only theme |
| Redirects | vercel.json |
redirects array — the only Vercel surface this harness touches |