ipfs / pinning-services-api-spec

Standalone, vendor-agnostic Pinning Service API for IPFS ecosystem
https://ipfs.github.io/pinning-services-api-spec/
Creative Commons Zero v1.0 Universal
100 stars 27 forks source link

Add style overrides #36

Closed jessicaschilling closed 3 years ago

jessicaschilling commented 3 years ago

Adds style attributes to override ReDoc defaults.

Preview: https://gateway.ipfs.io/ipfs/QmQo7UkbAR7oJpRGQ9XSUP9tz4ftVUvASQ2uLn4sCFKP5X

Note: We could use the (undocumented) theme.ts to do this if we self-hosted ReDoc (see https://github.com/Redocly/redoc#redoc-options-object), but for folks building on a CDN version, overriding in this manner seems to be the standard approach (https://github.com/Redocly/redoc/issues/827).