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

release-notes.html 724 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
  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="flex-1 min-width-0">
  7. {% include header %}
  8. {% include deprecation-banner %}
  9. {% if allVersions[currentVersion].plan == 'enterprise-server' %}
  10. {% include enterprise-server-release-notes %}
  11. {% endif %}
  12. {% if allVersions[currentVersion].plan == 'github-ae' %}
  13. {% include github-ae-release-notes %}
  14. {% endif %}
  15. {% include support-section %}
  16. {% include small-footer %}
  17. {% include scroll-button %}
  18. </main>
  19. </body>
  20. </html>
Tip!

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

Comments

Loading...