forked from apify/apify-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.redocly.yaml
More file actions
30 lines (24 loc) · 734 Bytes
/
Copy path.redocly.yaml
File metadata and controls
30 lines (24 loc) · 734 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://redoc.ly/docs/cli/configuration/ for more information.
apis:
main@v1:
root: apify-api/openapi/openapi.yaml
extends:
- recommended
rules:
# TODO we have quite a lot of errors in there, once we fix them, this should be flipped to `error` too
spec: warn
no-unused-components: error
theme:
htmlTemplate: openapi/docs/index.html
openapi:
expandDefaultResponse: true
expandDefaultRequest: true
expandResponses: all
schemasExpansionLevel: 2
jsonSamplesExpandLevel: 2
plugins:
- apify-api/plugins/apify.js
decorators:
apify/legacy-doc-url-decorator: on
apify/client-references-links-decorator: on
apify/code-samples-decorator: on