diff --git a/docs/manifest.json b/docs/manifest.json index 9177dc4b8b780..f6cbe97d640ea 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -2123,6 +2123,12 @@ "markdown_source": "../docs/contributors/documentation/copy-guide.md", "parent": "documentation" }, + { + "title": "How To Get Your Pull Request Reviewed?", + "slug": "how-to-get-your-pull-request-reviewed", + "markdown_source": "../docs/contributors/how-to-get-your-pull-request-reviewed.md", + "parent": "contributors" + }, { "title": "Triage", "slug": "triage", @@ -2147,12 +2153,6 @@ "markdown_source": "../docs/contributors/repository-management.md", "parent": "contributors" }, - { - "title": "How To Get Your Pull Request Reviewed?", - "slug": "how-to-get-your-pull-request-reviewed", - "markdown_source": "../docs/contributors/how-to-get-your-pull-request-reviewed.md", - "parent": "contributors" - }, { "title": "Folder Structure", "slug": "folder-structure", diff --git a/docs/toc.json b/docs/toc.json index 5f5ee4a992fe5..72593dece9b18 100644 --- a/docs/toc.json +++ b/docs/toc.json @@ -331,6 +331,9 @@ { "docs/contributors/documentation/copy-guide.md": [] } ] }, + { + "docs/contributors/how-to-get-your-pull-request-reviewed.md": [] + }, { "docs/contributors/triage.md": [] }, { "docs/contributors/localizing.md": [] }, { "docs/contributors/accessibility-testing.md": [] },