Skip to content

Commit 97c66eb

Browse files
committed
Added server-override example
1 parent 317ee37 commit 97c66eb

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

docs/examples/server-override.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!doctype html>
2+
<head>
3+
<!-- Global site tag (gtag.js) - Google Analytics -->
4+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132775238-1"></script>
5+
<script>
6+
window.dataLayer = window.dataLayer || [];
7+
function gtag(){dataLayer.push(arguments);}
8+
gtag('js', new Date());
9+
10+
gtag('config', 'UA-132775238-1');
11+
</script>
12+
13+
<meta charset="utf-8">
14+
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
15+
<script type="text/javascript" src="../rapidoc-min.js"></script>
16+
</head>
17+
<body>
18+
<rapi-doc spec-url = "../specs/server-override.yaml" render-style = "read" theme="light" show-header="false"> </rapi-doc>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)