mirror of
https://github.com/logos-messaging/logos-delivery-rest-api.git
synced 2026-07-23 11:43:15 +00:00
Refresh page, Waku -> Logos Delivery, logo
This commit is contained in:
parent
69968c87dc
commit
8e48701510
BIN
LogosLogo.png
Normal file
BIN
LogosLogo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 5.7 KiB |
10
index.html
10
index.html
@ -4,10 +4,10 @@
|
||||
<meta charset="utf-8"> <!-- Important: rapi-doc uses utf8 characters -->
|
||||
<!-- <script type="module" src="./dist2/rapidoc-min.js"></script> -->
|
||||
<script type="text/javascript" src="./dist/rapidoc-min.js"></script>
|
||||
<title>Waku API documentation</title>
|
||||
<title>Logos Delivery REST API documentation</title>
|
||||
</head>
|
||||
<body>
|
||||
<rapi-doc id="wakuapi" show-info="true" spec-url="https://raw.githubusercontent.com/waku-org/waku-rest-api/master/api-spec/openapi.yaml"
|
||||
<rapi-doc id="deliveryapi" show-info="true" spec-url="https://raw.githubusercontent.com/logos-messaging/logos-delivery-rest-api/refs/heads/master/api-spec/openapi.yaml"
|
||||
show-header="false" render-style="focused" theme="dark" allow-authentication="false" allow-try="true"
|
||||
show-curl-before-try="true" schema-style="table" schema-expand-level="full" default-schema-tab="schema"
|
||||
show-method-in-nav-bar="as-colored-block"
|
||||
@ -15,11 +15,11 @@
|
||||
regular-font="Open Sans" mono-font="Roboto Mono" use-path-in-nav-bar="true">
|
||||
<div slot="nav-logo">
|
||||
<div style="display: flex; align-items: center; justify-content: center;">
|
||||
<img src = "./waku_logo.png" style="width:40px; margin-right: 20px; margin-bottom: 20px;"> <span style="color:#fff"> <b>Waku API</b><br></span>
|
||||
<img src = "./LogosLogo.png" style="width:40px; margin-right: 20px; margin-bottom: 20px;"> <span style="color:#fff"> <b>Logos Delivery REST API</b><br></span>
|
||||
</div>
|
||||
<div style="width:100%; display: flex;justify-content: center;">
|
||||
<button class="btn medium" onclick="document.getElementById('wakuapi').setAttribute('use-path-in-nav-bar', 'true')">Path</button>
|
||||
<button class="btn medium" onclick="document.getElementById('wakuapi').setAttribute('use-path-in-nav-bar', 'false')">Summary</button>
|
||||
<button class="btn medium" onclick="document.getElementById('deliveryapi').setAttribute('use-path-in-nav-bar', 'true')">Path</button>
|
||||
<button class="btn medium" onclick="document.getElementById('deliveryapi').setAttribute('use-path-in-nav-bar', 'false')">Summary</button>
|
||||
</div>
|
||||
</div>
|
||||
</rapi-doc>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user