Skip to content

Commit d98d739

Browse files
authored
Merge pull request #3 from grid-x/feat/layout-updates
feat: Add HTTP verb to navigation
2 parents b5ad26e + 7e58501 commit d98d739

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

javascripts/discourse/api-initializers/discourse-rapidoc-theme-component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ async function applyRapidoc(element) {
4848
show-method-in-nav-bar="true"
4949
theme="${theme === "dark" ? "dark" : "light"}"
5050
nav-bg-color="${theme === "dark" ? "#323334" : "#ebeced"}"
51-
51+
show-method-in-nav-bar="as-colored-text"
5252
>
5353
</rapi-doc>
5454
<br/>

0 commit comments

Comments
 (0)