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

support.html 707 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
  1. <!-- Contact support banner -->
  2. <div>
  3. <h3 class="mb-2 f4">
  4. {% data ui.support.still_need_help %}
  5. </h3>
  6. {% if currentVersion contains 'enterprise' %}{% assign isEnterprise = true %}{% else %}{% assign isEnterprise = false %}{% endif %}
  7. <a id="ask-community" href="https://github.community" class="btn btn-outline mr-4 mt-2">
  8. {% octicon "people" width="16" %}
  9. {% data ui.support.ask_community %}
  10. </a>
  11. <a id="contact-us" href="{% unless isEnterprise %}https://support.github.com/contact{% else %}https://enterprise.github.com/support{% endunless %}" class="btn btn-outline mt-2">
  12. {% octicon "comment-discussion" width="16" %}
  13. {% data ui.support.contact_support %}
  14. </a>
  15. </div>
Tip!

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

Comments

Loading...