forked from stellar/stellar-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathredocly.yaml
More file actions
31 lines (27 loc) · 727 Bytes
/
redocly.yaml
File metadata and controls
31 lines (27 loc) · 727 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
31
# See https://redocly.com/docs/cli/configuration/
apis:
# Update the apiName with your actual API name, and the version with your actual API version.
Horizon@0.0.1:
# Update the path to your OpenAPI root file
root: ./openapi/bundled.yml
extends:
- recommended
rules:
tag-description: off
operation-summary: error
no-unresolved-refs: error
no-unused-components: error
operation-2xx-response: error
operation-operationId: error
operation-singular-tag: error
no-enum-type-mismatch: error
no-identical-paths: error
no-ambiguous-paths: error
security-defined: off
theme:
openapi:
generateCodeSamples:
languages:
- lang: curl
- lang: Node.js
- lang: Python