Skip to content

Commit

Permalink
docs: Update pagination title
Browse files Browse the repository at this point in the history
  • Loading branch information
ntucker committed Oct 19, 2023
1 parent 43b2e41 commit f2eaa31
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/rest/guides/pagination.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
---
title: Pagination
title: Rest Pagination
sidebar_label: Pagination
---

import StackBlitz from '@site/src/components/StackBlitz';
import { postPaginatedFixtures } from '@site/src/fixtures/posts';
import HooksPlayground from '@site/src/components/HooksPlayground';

<head>
<title>Pagination REST data with Reactive Data Client</title>
<title>Pagination of REST data with Reactive Data Client</title>
</head>

## Expanding Lists
Expand Down

0 comments on commit f2eaa31

Please sign in to comment.