Files
cunicu/docs/config/example-advanced.md
Steffen Vogel 32e5536be0 Add JSONSchema for configuration file
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
2023-08-12 16:06:39 +02:00

24 lines
532 B
Markdown

---
sidebar_position: 3
# SPDX-FileCopyrightText: 2023 Steffen Vogel <post@steffenvogel.de>
# SPDX-License-Identifier: Apache-2.0
---
# Advanced Example
import ExampleConfig from '../../src/components/ExampleConfig';
<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';
<ApiSchema pointer="#/components/schemas/Config" />