mirror of
https://github.com/gosticks/octoprint-open-api.git
synced 2025-10-16 11:45:38 +00:00
15 lines
301 B
YAML
15 lines
301 B
YAML
# See https://redoc.ly/docs/cli/configuration/ for more information.
|
|
apiDefinitions:
|
|
main: openapi/openapi.yaml
|
|
lint:
|
|
extends:
|
|
- recommended
|
|
rules:
|
|
no-unused-components: warning
|
|
referenceDocs:
|
|
htmlTemplate: ./docs/index.html
|
|
theme:
|
|
colors:
|
|
primary:
|
|
main: "#32329f"
|