Configuration overview
The resolved configuration only requires navigation. Start with a small configuration and add other sections when you need them:
{
"$schema": "./node_modules/@umami/shiso/docs.schema.json",
"navigation": {
"groups": [
{
"group": "Getting started",
"pages": ["index", "installation"]
}
]
}
}Configuration sections#
- Site details — name, description, logo, favicon, and theme
- Navigation — groups, tabs, dropdowns, versions, or languages
- Appearance — colors, fonts, light and dark modes, backgrounds
- Search and AI — site search, Markdown export, and actions for AI assistants
- SEO, redirects, and errors — indexing, metadata, redirects, and the 404 page
- Troubleshooting — fix missing pages, navigation problems, and invalid values
Back to Introduction.