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

index.html 352 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
  1. ---
  2. layout: presentation
  3. ---
  4. {% for post in site.posts reversed %}
  5. {% include slide.html %}
  6. <div class="page-break"></div>
  7. {% endfor %}
  8. {% unless site.simple-slideshow %}
  9. {% if site.overview %}
  10. <section id="overview" class="step" {% for attr in site.overview-data %} data-{{attr[0]}}="{{attr[1]}}"{% endfor %}></section>
  11. {% endif %}
  12. {% endunless %}
Tip!

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

Comments

Loading...