Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add pagy guru #747

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/Code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ body:
required: true
- label: I searched through the [Q&A](https://github.com/ddnexus/pagy/discussions/categories/q-a)
required: true
- label: I asked [Pagy Trained AI](https://gurubase.io/g/pagy) - Warning - The information may not be 100% accurate, but it serves as a good starting point for further investigation.
required: true

- type: markdown
attributes:
Expand Down
2 changes: 2 additions & 0 deletions .github/ISSUE_TEMPLATE/Documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ body:
required: true
- label: I searched through the [Q&A](https://github.com/ddnexus/pagy/discussions/categories/q-a)
required: true
- label: I asked [Pagy Guru](https://gurubase.io/g/pagy)
required: true

- type: textarea
id: description
Expand Down
3 changes: 3 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ contact_links:
- name: Pagy Q&A Discussions
url: https://github.com/ddnexus/pagy/discussions/categories/q-a
about: Ask and answer questions here
- name: Pagy Trained AI
url: https://gurubase.io/g/pagy
about: Ask the LLM and it will attempt to answer. Warning - The information may not be 100% accurate, but it serves as a good starting point for further investigation.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
[![MIT license](https://img.shields.io/badge/License-MIT-mit.svg?colorA=1f7a1f&colorB=2aa22a)](http://opensource.org/licenses/MIT)</span> <span>
[![Commits](https://img.shields.io/github/commit-activity/y/ddnexus/pagy.svg?label=Commits&colorA=004d99&colorB=0073e6)](https://github.com/ddnexus/pagy/commits/master/)</span> <span>
[![Downloads](https://img.shields.io/gem/dt/pagy.svg?label=Downloads&colorA=004d99&colorB=0073e6)](https://rubygems.org/gems/pagy)</span> <span>
[![Stars](https://shields.io/github/stars/ddnexus/pagy?style=social)](https://github.com/ddnexus/pagy/stargazers)</span>
[![Stars](https://shields.io/github/stars/ddnexus/pagy?style=social)](https://github.com/ddnexus/pagy/stargazers)</span> <span>
[![Gurubase](https://img.shields.io/badge/Gurubase-Ask%20Pagy%20Guru-006BFF)](https://gurubase.io/g/pagy)</span>

## 🏆 The Best Pagination Ruby Gem 🥇

Expand Down
4 changes: 4 additions & 0 deletions retype.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ links:
link: https://gitter.im/ruby-pagy/Lobby
icon: cross-reference-24
target: blank
- text: Pagy Trained AI
link: https://gitter.im/ruby-pagy/Lobby
icon: search
target: blank

exclude:
- README.md
Expand Down