forked from Liturgical-Calendar/LiturgicalCalendarAPI
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredocly.yaml
More file actions
30 lines (27 loc) · 658 Bytes
/
redocly.yaml
File metadata and controls
30 lines (27 loc) · 658 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# See https://redocly.com/docs/cli/configuration/
extends:
- recommended
apis:
main:
root: ./jsondata/schemas/openapi.json
#rules:
# # A sample custom rule. Read more about rules: https://redocly.com/docs/cli/rules/
# rule/operation-description:
# subject:
# type: Operation
# property: description
# assertions:
# defined: true
# minLength: 30*/
theme:
openapi:
generateCodeSamples:
languages:
- lang: curl
- lang: Node.js
- lang: Python
- lang: PHP
- lang: JavaScript
- lang: Java
- lang: Go
- lang: Ruby