Overview

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#

Back to Introduction.

Updated

Was this page helpful?