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

discussions-community-card.html 697 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
  1. <div class="col-12 col-xl-4 col-lg-6 mb-4 js-filter-card {% if forloop.index0 > 5 %}d-none{% endif %}" data-repo="{{ example.repo }}" data-description="{{ example.description }}">
  2. <a
  3. class="Box d-flex height-full color-shadow-medium hover-shadow-large no-underline color-text-primary p-4"
  4. href="https://github.com/{{ example.repo }}/discussions"
  5. >
  6. <div class="flex-shrink-0 mr-3">
  7. <img src="https://github.com/{{ example.repo | split: '/' | first }}.png" alt="{{ example.repo }}" class="avatar avatar-8">
  8. </div>
  9. <div class="flex-auto">
  10. <h4>{{ example.repo }}</h4>
  11. <p class="mt-1 color-text-tertiary">{{ example.description }}</p>
  12. </div>
  13. </a>
  14. </div>
Tip!

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

Comments

Loading...