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

toc_item.html 427 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
  1. <li class="md-nav__item">
  2. <a href="{{ toc_item.url }}" class="md-nav__link">
  3. {{ toc_item.title }}
  4. </a>
  5. <!-- Render nested item list -->
  6. {% if toc_item.children %}
  7. <nav class="md-nav" aria-label="{{ toc_item.title }}">
  8. <ul class="md-nav__list">
  9. {% for toc_item in toc_item.children %}
  10. {% include "partials/toc-item.html" %}
  11. {% endfor %}
  12. </ul>
  13. </nav>
  14. {% endif %}
  15. </li>
Tip!

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

Comments

Loading...