Skip to content

Commit

Permalink
feat: Add HTTP verb to navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
wwerner committed Nov 18, 2024
1 parent 5ed55a1 commit 7e58501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ async function applyRapidoc(element) {
show-method-in-nav-bar="true"
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 7e58501

Please sign in to comment.