jekyll(assets): move redoc to assets folder

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2022-07-27 03:25:31 +02:00
parent 82838fb61d
commit 56cfd1bac1
No known key found for this signature in database
GPG Key ID: 3248E46B6BB8C7F7
4 changed files with 2 additions and 2 deletions

View File

@ -17,6 +17,6 @@
</head>
<body>
<redoc spec-url="/engine/api/{{ page.name | replace: '.md'}}.yaml" hide-hostname="true" suppress-warnings="true" lazy-rendering></redoc>
<script src="/js/redoc.standalone.js"></script>
<script src="/assets/redoc/redoc.standalone.js"></script>
</body>
</html>

View File

@ -17,6 +17,6 @@
</head>
<body>
<redoc spec-url="/docker-hub/api/{{ page.name | replace: '.md'}}.yaml" class="hub-api"></redoc>
<script src="/js/redoc.standalone.js"></script>
<script src="/assets/redoc/redoc.standalone.js"></script>
</body>
</html>