6 lines
207 B
CSS
6 lines
207 B
CSS
/* Hide auto-generated OpenAPI sections (Authorizations, Headers, Body, Response) */
|
|
/* These sections are wrapped in div.api-section with h4 headings */
|
|
.prose > .api-section {
|
|
display: none !important;
|
|
}
|