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

error-404-deprecation-message.html 771 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
  1. {% if enterpriseServerReleases.deprecated contains currentVersion %}
  2. {% assign deprecatedDate = enterpriseServerReleases.dates[currentVersion].deprecationDate %}
  3. <div class="deprecation-banner border rounded-1 mb-2 color-bg-warning p-3 color-border-warning f5">
  4. <p>
  5. <b>
  6. {% data reusables.enterprise_deprecation.version_was_deprecated %}
  7. <span data-date="{{ deprecatedDate }}" data-format="%B %d, %Y" title="{{ deprecatedDate }}">{{ deprecatedDate }}</span>.
  8. </b>
  9. The documentation page you are looking for may have moved. Try going to the <a href="/{{ currentLanguage }}/enterprise/{{ currentVersion}}">GitHub Enterprise Server {{ currentVersion }} documentation homepage</a> or searching by keyword.
  10. </p>
  11. </div>
  12. {% endif %}
Tip!

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

Comments

Loading...