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

deprecation-banner.html 816 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
  1. {% if currentVersion contains enterpriseServerReleases.oldestSupported %}
  2. <div class="deprecation-banner border rounded-1 mb-2 color-bg-warning p-3 color-border-warning f5">
  3. <p>
  4. <b>
  5. <span>
  6. {% if enterpriseServerReleases.isOldestReleaseDeprecated %}
  7. {% data reusables.enterprise_deprecation.version_was_deprecated %}
  8. {% else %}
  9. {% data reusables.enterprise_deprecation.version_will_be_deprecated %}
  10. {% endif %}
  11. </span>
  12. <span data-date="{{ enterpriseServerReleases.nextDeprecationDate }}" data-format="%B %d, %Y" title="{{ enterpriseServerReleases.nextDeprecationDate }}">{{ enterpriseServerReleases.nextDeprecationDate }}</span>.
  13. </b>
  14. {% data reusables.enterprise_deprecation.deprecation_details %}
  15. </p>
  16. </div>
  17. {% endif %}
Tip!

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

Comments

Loading...