Skip to content

Commit

Permalink
Merge pull request #4 from wwerner/feat/layout-updates
Browse files Browse the repository at this point in the history
feat: Add HTTP verb to navigation
  • Loading branch information
wwerner authored Nov 18, 2024
2 parents d98d739 + 6dfc2be commit 550717f
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,9 @@ async function applyRapidoc(element) {
allow-api-list-style-selection="false"
allow-spec-file-download="true"
allow-authentication="true"
show-method-in-nav-bar="true"
show-method-in-nav-bar="as-colored-text"
theme="${theme === "dark" ? "dark" : "light"}"
nav-bg-color="${theme === "dark" ? "#323334" : "#ebeced"}"
show-method-in-nav-bar="as-colored-text"
>
</rapi-doc>
<br/>
Expand Down

0 comments on commit 550717f

Please sign in to comment.