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-category-label.html 653 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
  1. {% case section[0] %}
  2. {% when "features" %}
  3. {% assign text = "Features" %}
  4. {% when "bugs" %}
  5. {% assign text = "Bug fixes" %}
  6. {% when "known_issues" %}
  7. {% assign text = "Known issues" %}
  8. {% when "security_fixes" %}
  9. {% assign text = "Security fixes" %}
  10. {% when "changes" %}
  11. {% assign text = "Changes" %}
  12. {% when "deprecations" %}
  13. {% assign text = "Deprecations" %}
  14. {% when "backups" %}
  15. {% assign text = "Backups" %}
  16. {% else %}
  17. {% assign text = "INVALID SECTION" %}
  18. {% endcase %}
  19. <span class="px-3 py-2 text-small text-bold text-uppercase text-mono text-white release-notes-section-label">{{ text }}</span>
Tip!

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

Comments

Loading...