We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d98d739 + 6dfc2be commit 550717fCopy full SHA for 550717f
javascripts/discourse/api-initializers/discourse-rapidoc-theme-component.js
@@ -45,10 +45,9 @@ async function applyRapidoc(element) {
45
allow-api-list-style-selection="false"
46
allow-spec-file-download="true"
47
allow-authentication="true"
48
- show-method-in-nav-bar="true"
+ show-method-in-nav-bar="as-colored-text"
49
theme="${theme === "dark" ? "dark" : "light"}"
50
nav-bg-color="${theme === "dark" ? "#323334" : "#ebeced"}"
51
- show-method-in-nav-bar="as-colored-text"
52
>
53
</rapi-doc>
54
<br/>
0 commit comments