Skip to content
This repository was archived by the owner on Jul 21, 2021. It is now read-only.

Commit d6eb5ac

Browse files
author
Lutz Marquardt
committed
modified index.html
1 parent 4bd103f commit d6eb5ac

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

dist/index.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,11 @@
55
<meta name="viewport" content="width=device-width, initial-scale=1">
66
<title>API Console</title>
77
<link href="styles/api-console-light-theme.css" rel="stylesheet" class="theme">
8+
89
</head>
910
<body ng-app="ramlConsoleApp" ng-cloak class="raml-console-body">
10-
<!-- The order of the following console elements is important. Somehow the
11-
import/api.raml segment is duplicated onto the raml-console element that comes ahead.
12-
-->
13-
<raml-console src="import/api.raml"></raml-console>
14-
<raml-console src="consumer/api.raml"></raml-console>
15-
<raml-console src="hq/api.raml"></raml-console>
11+
<raml-console src="api.raml"></raml-console>
12+
1613
<script src="scripts/api-console-vendor.js"></script>
1714
<script src="scripts/api-console.js"></script>
1815
<script>

0 commit comments

Comments
 (0)