forked from stellar/stellar-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
redocly.yaml
36 lines (32 loc) · 864 Bytes
/
redocly.yaml
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
32
33
34
35
36
# See https://redocly.com/docs/cli/configuration/
apis:
horizon:
root: ./openapi/horizon/main.yml
ap-platform:
root: ./openapi/anchor-platform/main-platform.yaml
ap-callbacks:
root: ./openapi/anchor-platform/main-callbacks.yaml
ap-custody:
root: ./openapi/anchor-platform/main-custody.yaml
stellar-disbursement-platform:
root: ./openapi/stellar-disbursement-platform/main.yaml
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:
generateCodeSamples:
languages:
- lang: curl
- lang: Node.js
- lang: Python