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 9f620b0 commit 3c9883eCopy full SHA for 3c9883e
docs/_static/now-dark.svg
docs/_static/now-light.svg
docs/_templates/sidebar/navigation.html
@@ -27,5 +27,9 @@
27
<img class="sidebar-ecosys-logo only-light-line" src="{{ pathto('_static/JCloud-light.svg', 1) }}">
28
<img class="sidebar-ecosys-logo only-dark-line" src="{{ pathto('_static/JCloud-dark.svg', 1) }}">
29
JCloud</a></li>
30
+ <li class="toctree-l1"><a class="reference external" href="https://github.com/jina-ai/now">
31
+ <img class="sidebar-ecosys-logo only-light-line" src="{{ pathto('_static/now-light.svg', 1) }}">
32
+ <img class="sidebar-ecosys-logo only-dark-line" src="{{ pathto('_static/now-dark.svg', 1) }}">
33
+ NOW</a></li>
34
</ul>
35
</div>
0 commit comments