OlonJS
    • Schemas
      • Olon Menu Configuration
      • Olon Page Contract
      • Olon Site Configuration
      • Olon Tenant Manifest
      • design.schema

    site.schema(Olon Site Configuration)

    {
        "footer": {
            "type": "footer",
            "data": {
                "copyright": "© 2026 OlonJS"
            },
            "id": "global-footer"
        },
        "header": {
            "type": "header",
            "data": {
                "links": [
                    {
                        "href": "/docs",
                        "label": "Docs"
                    },
                    {
                        "href": "https://github.com/olonjs/core",
                        "label": "GitHub"
                    }
                ],
                "logoText": "Olon"
            },
            "id": "global-header"
        },
        "identity": {
            "title": "Olon",
            "logoUrl": "/brand/mark/olon-mark-dark.svg"
        }
    }
    Built with