Documentation
Introduction
Understand how the Markdown documentation area is organized.
File layout
Markdown files live under content/docs/{locale}. Each locale keeps its own content, so the page can switch languages without mixing copy.
Frontmatter
Each document can define metadata at the top of the file:
---
title: "Introduction"
description: "Short summary for navigation and SEO."
---
The page uses title for navigation and description for document summaries and SEO.
Cross-links
Body content can link directly to other pages in the same documentation area. Use paths without a locale prefix so the page component can keep the active language: