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

featured-links.html 861 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
23
24
25
26
27
  1. <div class="featured-links container-xl">
  2. <div class="gutter gutter-xl-spacious clearfix">
  3. <!-- Getting Started articles -->
  4. <div class="col-12 col-lg-6 float-left">
  5. <div class="featured-links-heading pb-4">
  6. <h3 class="f5 text-normal text-mono underline-dashed color-text-secondary">{% data ui.toc.getting_started %}</h3>
  7. </div>
  8. {% for link in featuredLinks.gettingStarted %}
  9. {% include featured-link %}
  10. {% endfor %}
  11. </div>
  12. <!-- Popular articles -->
  13. <div class="col-12 col-lg-6 float-left">
  14. <div class="featured-links-heading pb-4">
  15. <h3 class="f5 text-normal text-mono underline-dashed color-text-secondary">{% data ui.toc.popular %}</h3>
  16. </div>
  17. {% for link in featuredLinks.popular %}
  18. {% include featured-link %}
  19. {% endfor %}
  20. </div>
  21. </div>
  22. </div>
Tip!

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

Comments

Loading...