Ctrl+P
eDoc Viewer 2 is a extension to original ReDoc Viewer with added support of custom config object
To start
Redoc Viewer 2
ctrl-shft-p
Configurations
Re Doc Viewer2: Config
reDocViewer2.config
{ .... "reDocViewer2.config": { "theme": { "spacing": { "unit": 8, "sectionHorizontal": 24, "sectionVertical": 24 }, ... }, ... } }
Re Doc Viewer2: Styles
{ .... "reDocViewer2.styles": ".redoc-wrap h2 {\r\n\t color: #f5f5f5 !important;\r\n}\r\n" }