mirror of
https://codeberg.org/cunicu/cunicu.git
synced 2025-10-05 00:42:56 +08:00
24 lines
532 B
Markdown
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" />
|