mirror of
https://github.com/langchain-ai/datafusion.git
synced 2026-07-21 03:05:28 -04:00
41566dbbfa
## Which issue does this PR close? - Closes #18284. ## What changes are included in this PR? I've enabled the navbar, which is required to use dark-light mode toggle and made following changes in the ui - Removed the existing logo in the side-bar (as it was redundant) - Removed search bar in the side-bar (as it was conflicting with navbar's search widget) <img width="1280" height="939" alt="image" src="https://github.com/user-attachments/assets/52bebca7-34a6-4a3b-bb30-8aa2ca6e2c8f" /><br> <img width="1280" height="939" alt="image" src="https://github.com/user-attachments/assets/69ce9922-ef78-4b2c-bf6e-36860d170635" />
10 lines
469 B
HTML
10 lines
469 B
HTML
<nav class="bd-links" id="bd-docs-nav" aria-label="Main navigation">
|
|
|
|
<div class="bd-toc-item active">
|
|
{% if "python/api" in pagename or "python/generated" in pagename %}
|
|
{{ generate_toctree_html("sidebar", startdepth=0, maxdepth=3, collapse=False, includehidden=True, titles_only=True) }}
|
|
{% else %}
|
|
{{ generate_toctree_html("sidebar", startdepth=0, maxdepth=4, collapse=False, includehidden=True, titles_only=True) }}
|
|
{% endif %}
|
|
</div>
|
|
</nav> |