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.
1 parent d90eecb commit efc531aCopy full SHA for efc531a
root/static/index.html
@@ -1,7 +1,7 @@
1
<!DOCTYPE html>
2
<html>
3
<head>
4
- <title>ReDoc</title>
+ <title>MetaCPAN API</title>
5
<!-- needed for adaptive design -->
6
<meta charset="utf-8"/>
7
<meta name="viewport" content="width=device-width, initial-scale=1">
@@ -18,7 +18,7 @@
18
</style>
19
</head>
20
<body>
21
- <redoc spec-url='./v1.yml'></redoc>
+ <redoc spec-url="./v1.yml" lazy-rendering="1" required-props-first="1" path-in-middle-panel="1"></redoc>
22
<script src="https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js"> </script>
23
</body>
24
</html>
0 commit comments