Skip to content

Commit 42a3571

Browse files
authored
Merge pull request #247 from w3bdesign/Mention-that-some-plugins-are-optional-and-not-required
Some plugins are optional
2 parents ff66a12 + 7aaadb6 commit 42a3571

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,16 @@
66

77
1. Install and activate the following plugins, in your WordPress plugin directory:
88

9-
- [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for Wordpress.
10-
- [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes graphql for WordPress.
11-
- [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin.
12-
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds Woocommerce functionality to a WPGraphQL schema.
13-
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia.
9+
- [woocommerce](https://wordpress.org/plugins/woocommerce) Ecommerce for WordPress.
10+
- [wp-graphql](https://github.com/wp-graphql/wp-graphql) Exposes GraphQL for WordPress.
11+
- [wp-graphql-woocommerce](https://github.com/wp-graphql/wp-graphql-woocommerce) Adds WooCommerce functionality to a WPGraphQL schema.
12+
- [algolia-woo-indexer](https://github.com/w3bdesign/algolia-woo-indexer) Sends WooCommerce products to Algolia. Required for search to work.
13+
14+
Optional plugins:
15+
1416
- [headless-wordpress](https://github.com/w3bdesign/headless-wp) Disables the frontend so only the backend is accessible. (optional)
17+
- [wp-graphiql](https://github.com/wp-graphql/wp-graphiql) Provides GraphiQL IDE (playground) to the WP-Admin. (optional)
18+
1519

1620
2. For debugging and testing, install either:
1721

0 commit comments

Comments
 (0)