-
Is there a way to override RapiDoc default css?
Just tried declare on html but no lucky.
-
Hello,
RapiDoc is a great tool, thanks for creating it!
I'm going to use it in my project, and I noticed a couple of formatting issues:
1. No support for Markdown formatting in the field descr…
-
While markdown anchor links work within most of the document, ones placed in the info/description value do not. As the OpenAPI 3.0.3 specification [explicitly states](http://spec.openapis.org/oas/v3.…
-
Hi,
First of all, thank you for sharing this project, it seems promising.
While trying to integrate this library I came across an issue during scrolling.
I have a feeling the CSS used here is …
-
Hi, i try this tool in our api docs in recent days. I think its a great tool including many useful function.
Its our OAS,
```yaml
securitySchemes:
oAuth2AuthCode:
type: oauth2
descri…
-
Hi,
I would like to suggest doing the same as asked in #28, collapsible groups when grouping by tags. That issue was closed but IMO the response given was a little beside the point.
This works r…
-
The summary field (or description if no summary is provided) displays in small print to the right of the operation header. RapiDoc handles markdown there with no problem.
However, Rapidoc displays …
-
We use more than one example in a request body, like:
```
requestBody:
description: Message Body
required: true
content:
'application/json':
…
-
HI,
I'm facing an issue with parsing the request body. It looks like there is an extra semicolon in the content type (image attached).
I'm using `body-parser` with express.js and [here is a link…
-
If the API Server has a query string, appending query string goes wrong.
For example, let the following:
API server: http://example.com/index.php?r=
API route: /posts
Query string parameters: pa…