Skip to content

Commit

Permalink
Fix hooks links
Browse files Browse the repository at this point in the history
  • Loading branch information
blakewilson committed Nov 5, 2021
1 parent 1bf09e0 commit 791a388
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/next/reference/hooks/hooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ description: Hooks for Faust.js

Faust.js provides a number of hooks that make interacting with your headless WordPress site a little easier.

- [`usePost`](/next/reference/hooks/usePost): Fetch a post from WordPress
- [`usePosts`](/next/reference/hooks/usePosts): Fetch multiple posts from WordPress
- [`usePage`](/next/reference/hooks/usePage): Fetch a page from WordPress
- [`usePreview`](/next/reference/hooks/usePreview): Fetch preview data from WordPress
- [`useAuth`](/next/reference/hooks/useAuth): Facilitate authentication with WordPress
- [`useLogin`](/next/reference/hooks/useLogin): Facilitate login with WordPress
- [`useLogout`](/next/reference/hooks/useLogout): Facilitate logout with WordPress
- [`usePost`](/docs/next/reference/hooks/usePost): Fetch a post from WordPress
- [`usePosts`](/docs/next/reference/hooks/usePosts): Fetch multiple posts from WordPress
- [`usePage`](/docs/next/reference/hooks/usePage): Fetch a page from WordPress
- [`usePreview`](/docs/next/reference/hooks/usePreview): Fetch preview data from WordPress
- [`useAuth`](/docs/next/reference/hooks/useAuth): Facilitate authentication with WordPress
- [`useLogin`](/docs/next/reference/hooks/useLogin): Facilitate login with WordPress
- [`useLogout`](/docs/next/reference/hooks/useLogout): Facilitate logout with WordPress

1 comment on commit 791a388

@headless-platform-by-wp-engine

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Branch site-dev was deployed successfully
Your environment Development of app faustjs-site was successfully updated
View build logs: https://my.wpengine.com/atlas#/faustjs-site/cixzyt38dn5ak04xxcqc36lf/dtkf1ulcxodreq23wwnzd621
View your environment URL: https://hcixzyt38dn5ak04xxcqc36lf.js.wpenginepowered.com

Please sign in to comment.