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 3649d0c + 5ed55a1 commit b5ad26eCopy full SHA for b5ad26e
javascripts/discourse/api-initializers/discourse-rapidoc-theme-component.js
@@ -45,7 +45,10 @@ 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"
49
theme="${theme === "dark" ? "dark" : "light"}"
50
+ nav-bg-color="${theme === "dark" ? "#323334" : "#ebeced"}"
51
+
52
>
53
</rapi-doc>
54
<br/>
0 commit comments