Skip to content

Commit fc929bb

Browse files
committed
Reference integrated into the doc
1 parent 87323c7 commit fc929bb

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

docs/rest/rest.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ nav: false
55

66
<!-- vale off -->
77

8-
# Rest reference
9-
108
<script src="https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js"></script>
119
<div id="redoc-container"></div>
1210
<script>
13-
Redoc.init("https://gist.githubusercontent.com/mnocon/c52c5c1be4810f637c49a4f8040fd1c0/raw/c2ab62907051a77bf549d233d95d2986827cb457/api.yaml",
11+
Redoc.init("https://gist.githubusercontent.com/mnocon/0094456f313ea2943b3b852bf76d9a95/raw/3423f2d97bba77e5080179cb9e2994c98d8dec9f/api_no_logo.yaml",
1412
{ expandResponses: "200,400",
1513
nativeScrollbars: true,
1614
theme: {
@@ -21,6 +19,6 @@ Redoc.init("https://gist.githubusercontent.com/mnocon/c52c5c1be4810f637c49a4f804
2119
}
2220
},
2321
document.querySelector("#redoc-container"), (function (e) {
24-
document.querySelector('#redoc-container [title]').setAttribute("style", "background-color: red")
22+
document.querySelector('#redoc-container [title]').setAttribute("style", "background-color: grey")
2523
})
26-
)</script>
24+
)</script>

0 commit comments

Comments
 (0)