Skip to content

Commit

Permalink
docs: minor move the CHANGELOG.md links
Browse files Browse the repository at this point in the history
  • Loading branch information
phonzammi committed Nov 19, 2024
1 parent 10bf6d1 commit 053f38f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/vike-react-apollo/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,8 @@ Upon page navigation (and rendering the first page if [SSR is disabled](https://

## See also

- Docs: [vike.dev/apollo-graphql](https://vike.dev/apollo-graphql)
- Version history: [CHANGELOG.md](CHANGELOG.md)
- [Example](https://github.com/vikejs/vike-react/tree/main/examples/apollo)
- [Vike > Data Fetching](https://vike.dev/data-fetching)
- [Apollo GraphQL > useSuspenseQuery](https://www.apollographql.com/docs/react/api/react/hooks/#usesuspensequery)
Expand Down
4 changes: 3 additions & 1 deletion packages/vike-react-chakra/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,6 @@ export const chakra = null
<br/>

## See also
- Docs: [vike.dev/chakra](https://vike.dev/chakra)

- Docs: [vike.dev/chakra](https://vike.dev/chakra)
- Version history: [CHANGELOG.md](CHANGELOG.md)
2 changes: 2 additions & 0 deletions packages/vike-react-query/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,8 @@ Upon page navigation (and rendering the first page if [SSR is disabled](https://

## See also

- Docs: [vike.dev/tanstack-query](https://vike.dev/tanstack-query)
- Version history: [CHANGELOG.md](CHANGELOG.md)
- [Example](https://github.com/vikejs/vike-react/tree/main/examples/react-query)
- [TanStack Query > useSuspenseQuery](https://tanstack.com/query/latest/docs/framework/react/reference/useSuspenseQuery)
- [Vike > Data Fetching](https://vike.dev/data-fetching)

0 comments on commit 053f38f

Please sign in to comment.