Skip to content

Commit 3c9883e

Browse files
authored
chore: add now branding (docarray#313)
1 parent 9f620b0 commit 3c9883e

File tree

3 files changed

+30
-0
lines changed

3 files changed

+30
-0
lines changed

docs/_static/now-dark.svg

Lines changed: 13 additions & 0 deletions
Loading

docs/_static/now-light.svg

Lines changed: 13 additions & 0 deletions
Loading

docs/_templates/sidebar/navigation.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,9 @@
2727
<img class="sidebar-ecosys-logo only-light-line" src="{{ pathto('_static/JCloud-light.svg', 1) }}">
2828
<img class="sidebar-ecosys-logo only-dark-line" src="{{ pathto('_static/JCloud-dark.svg', 1) }}">
2929
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>
3034
</ul>
3135
</div>

0 commit comments

Comments
 (0)