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

default.html 589 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
  1. <!doctype html>
  2. <html lang="{{currentLanguage}}" data-color-mode="$COLORMODE$" data-dark-theme="$DARKTHEME$" data-light-theme="$LIGHTTHEME$">
  3. {% include head %}
  4. <body class="d-lg-flex">
  5. {% include sidebar %}
  6. <main class="width-full">
  7. {% include header %}
  8. {% include deprecation-banner %}
  9. {% if page.relativePath == 'index.md' %}
  10. {% include landing %}
  11. {% else %}
  12. {% include article %}
  13. {% endif %}
  14. {% include support-section %}
  15. {% include small-footer %}
  16. {% include scroll-button %}
  17. </main>
  18. </body>
  19. </html>
Tip!

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

Comments

Loading...