diff --git a/docs/manifest.json b/docs/manifest.json index 7b084a048df5fe..fb61e195b9d318 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -29,18 +29,18 @@ "markdown_source": "../docs/getting-started/devenv/get-started-with-wp-env.md", "parent": "devenv" }, - { - "title": "Get started with wp-scripts", - "slug": "get-started-with-wp-scripts", - "markdown_source": "../docs/getting-started/devenv/get-started-with-wp-scripts.md", - "parent": "devenv" - }, { "title": "Get started with create-block", "slug": "get-started-with-create-block", "markdown_source": "../docs/getting-started/devenv/get-started-with-create-block.md", "parent": "devenv" }, + { + "title": "Get started with wp-scripts", + "slug": "get-started-with-wp-scripts", + "markdown_source": "../docs/getting-started/devenv/get-started-with-wp-scripts.md", + "parent": "devenv" + }, { "title": "Create a Block Tutorial", "slug": "create-block", diff --git a/docs/toc.json b/docs/toc.json index 9820eba91479c8..cbabf3d3b737c6 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -13,10 +13,10 @@ "docs/getting-started/devenv/get-started-with-wp-env.md": [] }, { - "docs/getting-started/devenv/get-started-with-wp-scripts.md": [] + "docs/getting-started/devenv/get-started-with-create-block.md": [] }, { - "docs/getting-started/devenv/get-started-with-create-block.md": [] + "docs/getting-started/devenv/get-started-with-wp-scripts.md": [] } ] },