Skip to content

Commit b3ba7a1

Browse files
authored
Merge pull request #242 from wpengine/fix/markdown-link
Fix: Markdown Docs links
2 parents 16d96d7 + 579bdfb commit b3ba7a1

File tree

3 files changed

+3
-67
lines changed

3 files changed

+3
-67
lines changed

src/pages/docs/explanation/example/index.mdx

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/pages/docs/how-to/rendering-blocks-with-the-template-hierarchy/index.mdx

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,15 @@ This guide walks you through rendering native WordPress core blocks using the te
1212

1313
If you haven't already, follow the [Basic Setup](/docs/how-to/basic-setup/) to get Faust.js set up.
1414

15-
### 2\. Template Hierarchy Setup
16-
17-
Set up the [template hierarchy](/docs/how-to/template-hierarchy/) in Faust.js.
18-
19-
### 3\. WPGraphQL Content Blocks Plugin
15+
### 2\. WPGraphQL Content Blocks Plugin
2016

2117
1\. Set up the [WPGraphQL Content Blocks plugin](https://github.com/wpengine/wp-graphql-content-blocks) on the WP backend. Head over to the [GitHub repo](https://github.com/wpengine/wp-graphql-content-blocks) and download the [latest version](https://github.com/wpengine/wp-graphql-content-blocks/releases/latest/download/wp-graphql-content-blocks.zip) of the `wp-graphql-content-blocks` plugin from the releases tab.
2218

2319
2\. Upload the plugins `.zip` file to your WordPress site via the plugins page or unzip and copy the file contents into your WordPress `wp-content/plugins` folder manually.
2420

2521
3\. Activate the plugin on the WordPress plugins page.
2622

27-
### 4. Render Blocks from the @faust/blocks package
23+
### 3. Render Blocks from the @faust/blocks package
2824

2925
The `@faust/blocks` package contains a small reference list of blocks that you can use in your site. To use them, you need to import the relevant blocks into your block list:
3026

src/pages/docs/nav.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,7 @@
119119
"title": "Telemetry",
120120
"route": "/docs/explanation/telemetry/"
121121
},
122-
{
123-
"title": "Example",
124-
"route": "/docs/explanation/example"
125-
},
122+
126123
{
127124
"title": "Apollo Client Basics",
128125
"route": "/docs/explanation/apollo-client-basics/"

0 commit comments

Comments
 (0)