--- sidebar_position: 2 # SPDX-FileCopyrightText: 2023 Steffen Vogel # SPDX-License-Identifier: Apache-2.0 --- # Simple Example import ExampleConfig from '../../src/components/ExampleConfig'; ## JSON Schema There exists also a [JSON Schema](https://json-schema.org/) of cunīcu's configuration file at: - https://cunicu.li/schemas/config.yaml Here is a rendered version of this schema: import ApiSchema from '@theme/ApiSchema';