33 canonical tags
Use callouts, steps, tabs, code groups, file trees, timelines, quizzes, and media in Markdown.
Add routed docs, search, English and German localization, SEO, and agent-readable output to a Nuxt 4 app.
export default defineAppConfig({
ginkoDocs: {
site: {
name: { en: "My Docs" },
docsSidebarSwitcher: "tabs",
},
nav: { links: "auto" },
analytics: {
plausible: { scriptId: "ExampleSiteScriptId" },
},
},
});---
title: Getting started
description: Install the layer and publish your first page.
icon: lucide:rocket
---
::steps
### Install the layer
Write Markdown and publish a clear first page.
::content/
├── en/
│ └── 1.docs/
│ ├── .navigation.yml
│ └── 1.getting-started.md
└── de/
└── 1.dokumentation/
├── .navigation.yml
└── 1.erste-schritte.md# Raw Markdown works on static and server deployments
curl https://docs.example.com/raw/docs/getting-started.md
# LLM catalogs are prerendered
curl https://docs.example.com/llms.txt
# Nitro deployments also expose the MCP server
curl https://docs.example.com/mcpUse callouts, steps, tabs, code groups, file trees, timelines, quizzes, and media in Markdown.
⌘K command center with active-locale navigation and full-text content results.
Pair translated documents while keeping public slugs, navigation, and locale fallback aligned.
Generated social cards, sitemap, robots, and canonical links out of the box.
Dual-theme code highlighting and design tokens that adapt to both color schemes.
Give every documentation page direct edit and issue links from the configured GitHub repository.
Raw Markdown and LLM catalogs work on every deployment. Nitro servers also add content negotiation and read-only MCP tools.
$ curl https://docs.example.com/raw/docs/setup.md# SetupInstall the layer and publish the first page.$ curl https://docs.example.com/llms.txt# Ginko Docs> Documentation for the Ginko Docs Nuxt layer.