Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

sidebar.html 836 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  1. <!-- product > category > maptopic > article -->
  2. <div class="sidebar d-none d-lg-block color-bg-tertiary">
  3. <div class="d-flex flex-items-center p-4 position-sticky top-0 color-bg-tertiary" style="z-index: 3;" id="github-logo" role="banner">
  4. <a href="/{{ currentLanguage }}" class="color-text-primary" aria-hidden="true" tabindex="-1">
  5. {% octicon "mark-github" height="32" %}
  6. </a>
  7. <a href="/{{ currentLanguage }}" class="h4-mktg color-text-primary no-underline no-wrap pl-2 flex-auto">{% data ui.header.github_docs %}</a>
  8. </div>
  9. <nav>
  10. {% if error == '404' or page.relativePath == 'index.md' %}
  11. <ul class="sidebar-products mt-4">
  12. {% include sidebar-homepage %}
  13. </ul>
  14. {% else %}
  15. <ul class="sidebar-products">
  16. {% include sidebar-product %}
  17. </ul>
  18. {% endif %}
  19. </nav>
  20. </div>
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...