Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions dist/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,12 @@ body {
margin: 0;
background: #fafafa;
}

a,
a:link,
a:visited,
a:hover,
a:active {
color: inherit;
text-decoration: underline;
}
2 changes: 1 addition & 1 deletion dist/swagger-initializer.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ window.onload = function() {

// the following lines will be replaced by docker/configurator, when it runs in a docker-container
window.ui = SwaggerUIBundle({
urls: [{ url: "https://raw.githubusercontent.com/greenbone/openvas-scanner/main/rust/doc/openapi.yml", name: "Scanner API" },{ url: "https://raw.githubusercontent.com/greenbone/openvas-scanner/main/rust/doc/reverse-sensor-openapi.yml", name: "Reverse Scanner API" }],"urls.primaryName": "Scanner API",
urls: [{ url: "https://raw.githubusercontent.com/greenbone/openvas-scanner/c510747615140756adaa09f4968d3038ad0d5f69/rust/api/openapi.yml", name: "Scanner API" },{ url: "https://raw.githubusercontent.com/greenbone/openvas-scanner/main/rust/doc/reverse-sensor-openapi.yml", name: "Reverse Scanner API" }],"urls.primaryName": "Scanner API",
dom_id: '#swagger-ui',
deepLinking: true,
presets: [
Expand Down
Loading