Skip to content

Commit

Permalink
hide entire API explorer (right bar)
Browse files Browse the repository at this point in the history
  • Loading branch information
bnewbold committed Oct 2, 2024
1 parent eadb11b commit f8ada8b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@
font-size: 90%;
margin-right: 10px;
transition: all 0.3s ease;
}
}

/* disable generated OpenAPI code explorer (right panel) */
.openapi-right-panel__container {
visibility: hidden;
}

0 comments on commit f8ada8b

Please sign in to comment.