Skip to content

Commit

Permalink
Fix indentation in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ddnexus committed Jun 19, 2024
1 parent 907bbaa commit 86d24d8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/latest_release_body.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
### ✴ What's new in 8.0+ ✴

- New [Pagy Playground](https://ddnexus.github.io/pagy/playground/) to showcase, clone and develop pagy APPs without any setup on
your side (try the [pagy demo](https://ddnexus.github.io/pagy/playground.md#3-demo-app))
- New [Pagy Playground](https://ddnexus.github.io/pagy/playground/) to showcase, clone and develop pagy APPs without any setup on your side (try the [pagy demo](https://ddnexus.github.io/pagy/playground.md#3-demo-app))
- New `:max_pages` variable to limit the pagination regardless the actual count
- Better frontend helpers
- The `foundation`, `materialize`, `semantic` and `uikit` CSS extras have been discontinued and will be removed in v9 (See
the [details](https://github.com/ddnexus/pagy/discussions/672#discussioncomment-9212328))
- The `foundation`, `materialize`, `semantic` and `uikit` CSS extras have been discontinued and will be removed in v9 (See the [details](https://github.com/ddnexus/pagy/discussions/672#discussioncomment-9212328))
- See the [CHANGELOG](https://ddnexus.github.io/pagy/changelog) for possible breaking changes

### Changes in 8.4.5
Expand Down
3 changes: 1 addition & 2 deletions docs/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ icon: alert-24
unordered.offset(pagy.offset).limit(pagy.limit)
```

!!!warning From
the [PostgreSQL Documentation](https://www.postgresql.org/docs/16/queries-limit.html#:~:text=When%20using%20LIMIT,ORDER%20BY)
!!!warning From the [PostgreSQL Documentation](https://www.postgresql.org/docs/16/queries-limit.html#:~:text=When%20using%20LIMIT,ORDER%20BY)

When using LIMIT, it is important to use an ORDER BY clause that constrains the result rows into a unique order. Otherwise you
will get an unpredictable subset of the query's rows.
Expand Down

0 comments on commit 86d24d8

Please sign in to comment.