File tree Expand file tree Collapse file tree 2 files changed +14
-4
lines changed
Expand file tree Collapse file tree 2 files changed +14
-4
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,7 @@ Edit **rt-authenticity.yml** - remove **components.schemas.AuthenticityCheckResu
5050
5151Then run next command:
5252```
53- npx redoc-cli bundle "$PWD/index.yml" --output document-reader-static-doc.html \
54- --options.maxDisplayedEnumValues=5 --options.theme.logo.gutter="20px" \
55- --options.theme.colors.primary.main="#8a53cb" --options.expandResponses="all" \
56- --options.expandSingleSchemaField --options.hideDownloadButton --options.jsonSampleExpandLevel="6"
53+ npx @redocly/cli build-docs index.yml -o=document-reader-static-doc.html
5754```
5855
5956## Bundle scheme to single .json file
Original file line number Diff line number Diff line change 1+ theme :
2+ openapi :
3+ hideDownloadButton : true
4+ maxDisplayedEnumValues : 5
5+ expandResponses : ' all'
6+ expandSingleSchemaField : true
7+ jsonSampleExpandLevel : 6
8+ theme :
9+ logo :
10+ gutter : ' 20px'
11+ colors :
12+ primary :
13+ main : ' #8a53cb'
You can’t perform that action at this time.
0 commit comments