Skip to content

Commit

Permalink
restructure swagger ui vendor files to ease the import in more then o…
Browse files Browse the repository at this point in the history
…ne part of the api documentation
  • Loading branch information
jh-RLI committed Dec 23, 2024
1 parent a1da28e commit c6afc5f
Show file tree
Hide file tree
Showing 20 changed files with 3 additions and 34 deletions.
File renamed without changes.
6 changes: 3 additions & 3 deletions docs/oeplatform-code/web-api/oedb-rest-api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Below you see a draft version of the OpenAPI-based. It is the documentation for
<head>
<meta charset="UTF-8">
<title>API Documentation</title>
<link rel="stylesheet" type="text/css" href="dist/swagger-ui.css">
<script src="dist/swagger-ui-bundle.js"></script>
<script src="dist/swagger-ui-standalone-preset.js"></script>
<link rel="stylesheet" type="text/css" href="../dist/swagger-ui.css">
<script src="../dist/swagger-ui-bundle.js"></script>
<script src="../dist/swagger-ui-standalone-preset.js"></script>
</head>
<body>
<div id="swagger-ui"></div>
Expand Down
31 changes: 0 additions & 31 deletions docs/oeplatform-code/web-api/oedb-rest-api/swagger-ui.html

This file was deleted.

0 comments on commit c6afc5f

Please sign in to comment.