Skip to content
This repository was archived by the owner on Feb 27, 2024. It is now read-only.

Commit 7a40ebd

Browse files
committed
bump
1 parent 8a8ba29 commit 7a40ebd

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,21 @@ The frontend will be available at http://localhost:3000
7979

8080
The backend is a vanilla WordPress install hosted at [WP Engine](https://nextjs.wpengine.com), with the following plugins installed:
8181

82-
`Advanced Custom Fields Pro` - At WebDevStudios we leverage ACF to handle custom post meta and [ACF Blocks](https://www.advancedcustomfields.com/resources/blocks/).
82+
**Advanced Custom Fields Pro** - At WebDevStudios we leverage ACF to handle custom post meta and [ACF Blocks](https://www.advancedcustomfields.com/resources/blocks/).
8383

84-
`reSmush.it Image Optimizer` - Keeps image sizes small by optimizing them on upload.
84+
**reSmush.it Image Optimizer** - Keeps image sizes small by optimizing them on upload.
8585

86-
`WDS SSO` - Used as our internal single-sign on service.
86+
**WDS SSO** - Used as our internal single-sign on service.
8787

88-
`WP GraphQL` - GraphQL is installed on the WordPress backend and the endpoint is: `https://nextjs.wpengine.com/graphql`
88+
**WP GraphQL** - GraphQL is installed on the WordPress backend and the endpoint is: `https://nextjs.wpengine.com/graphql`
8989

90-
`WP GraphiQL` - You can use WP GraphiQL to build queries in the [WordPress Dashboard](https://nextjs.wpengine.com/wp-admin/admin.php?page=wp-graphiql%2Fwp-graphiql.php). Those queries can be copied and pasted right into the frontend. You can view the current list of GraphQL queries in [/lib/api.js](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/lib/api.js)
90+
**WP GraphiQL** - You can use WP GraphiQL to build queries in the [WordPress Dashboard](https://nextjs.wpengine.com/wp-admin/admin.php?page=wp-graphiql%2Fwp-graphiql.php). Those queries can be copied and pasted right into the frontend. You can view the current list of GraphQL queries in [/lib/api.js](https://github.com/WebDevStudios/nextjs-wordpress-starter/blob/main/lib/api.js)
9191

92-
`WP GraphQL JWT`: JWT Authentication allows the frontend to talk to the backend via environment variable `.env.local`
92+
**WP GraphQL JWT** - JWT Authentication allows the frontend to talk to the backend via environment variable `.env.local`
9393

94-
`WP Migrate DB Pro`: Used for moving database and files between environments.
94+
**WP Migrate DB Pro** - Used for moving database and files between environments.
9595

96-
`There is no frontend for WordPress`: But it is running [wd_s](https://github.com/WebDevStudios/wd_s). wd_s houses `/acf-json` and other functions for building ACF Blocks. *If you try to view the WordPress frontend, you will be redirected back to the WordPress dashboard.*
96+
**There is no frontend for WordPress** - But it is running [wd_s](https://github.com/WebDevStudios/wd_s). wd_s houses `/acf-json` and other functions for building ACF Blocks. *If you try to view the WordPress frontend, you will be redirected back to the WordPress dashboard.*
9797

9898
---
9999

0 commit comments

Comments
 (0)