Adding APO docs - #1293
Conversation
|
I'd remove the |
| @@ -0,0 +1,65 @@ | |||
| --- | |||
| title: Activate the Cloudflare WordPress plugin | |||
There was a problem hiding this comment.
For SEO, may want to spell out the abbreviations in the file name, activate-cloudflare-wordpress-plugin.md.
| search: { | ||
| indexName: "developers-cloudflare", | ||
| apiKey: "b23088ab4d346409f9d3ece6606344c3", | ||
| algoliaOptions: { 'facetFilters': '["project:automatic-platform-optimization"]'} |
There was a problem hiding this comment.
Since you're initializing the search right away, expect about a 2 day delay in it actually working (Algolia has to merge a PR and then it takes about a day to scrape your site).
If that's an issue, you might want to leave the search object blank first, and then make a separate PR once they've merged the PR and had time to scrape your docs.
There was a problem hiding this comment.
Thanks for the heads up on that! I don't think it should be an issue so I'll go ahead and leave this as is for now.
| --- | ||
| title: About | ||
| order: 1 | ||
| --- |
There was a problem hiding this comment.
Since you're here, would you be able to add the pcx-content-type attribute?
|
|
||
| To create the connection between WordPress and Cloudflare, you'll create an API token from your Cloudflare dashboard and add it to WordPress. To setup APO on a subdomain, see [Subdomains and subdirectories](/reference/subdomains-subdirectories). | ||
|
|
||
| ## Create the API token from Cloudflare |
|
|
||
| </Aside> | ||
|
|
||
| ## Add your API token to WordPress |
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Co-authored-by: Pedro Sousa <680496+pedrosousa@users.noreply.github.com>
Adding Automatic Platform Optimization docs