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

community-examples.html 1.1 KB

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
  1. <div class="my-6 pt-6">
  2. <h2 class="mb-2 font-mktg h1" id="community-examples"><a href="#community-examples">{% data ui.product_landing.communities_using_discussions %}</a></h2>
  3. <div class="d-flex flex-wrap gutter">
  4. {% render discussions-community-card for productCommunityExamples as example %}
  5. </div>
  6. {% if productCommunityExamples.length > 6 %}
  7. <button class="js-filter-card-show-more btn btn-outline float-right" data-js-filter-card-max="6">{% data ui.product_landing.show_more %} {% octicon "arrow-right" %}</button>
  8. {% endif %}
  9. <div class="js-filter-card-no-results d-none py-4 text-center color-text-secondary font-mktg">
  10. <div class="mb-3">{% octicon "search" width="24" %}</div>
  11. <h3 class="text-normal">{% data ui.product_landing.sorry %} <strong class="js-filter-card-value"></strong></h3>
  12. <p class="my-3 f4">{% data ui.product_landing.no_example %} <br>{% data ui.product_landing.try_another %}</p>
  13. <a href="https://github.com/github/docs/blob/main/data/variables/discussions_community_examples.yml">{% data ui.product_landing.add_your_community %} {% octicon "arrow-right" %}</a>
  14. </div>
  15. </div>
Tip!

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

Comments

Loading...