Skip to content

Commit c3aaf8a

Browse files
ajitbohraaduth
authored andcommitted
Fix docs manifest (#10555)
1 parent b255cd6 commit c3aaf8a

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

docs/manifest.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/reference/release.md",
198198
"parent": "reference"
199199
},
200+
{
201+
"title": "Scripts",
202+
"slug": "scripts",
203+
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/reference/scripts.md",
204+
"parent": "reference"
205+
},
200206
{
201207
"title": "Deprecated Features",
202208
"slug": "deprecated",
@@ -245,12 +251,6 @@
245251
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/packages.md",
246252
"parent": null
247253
},
248-
{
249-
"title": "Scripts",
250-
"slug": "packages",
251-
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/reference/scripts.md",
252-
"parent": "reference"
253-
},
254254
{
255255
"title": "@wordpress/a11y",
256256
"slug": "packages-a11y",
@@ -935,4 +935,4 @@
935935
"markdown_source": "https://raw.githubusercontent.com/WordPress/gutenberg/master/docs/data/data-core-viewport.md",
936936
"parent": "data"
937937
}
938-
]
938+
]

docs/root-manifest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,12 @@
197197
"markdown_source": "https:\/\/raw.githubusercontent.com\/WordPress\/gutenberg\/master\/docs\/reference\/release.md",
198198
"parent": "reference"
199199
},
200+
{
201+
"title": "Scripts",
202+
"slug": "scripts",
203+
"markdown_source": "https:\/\/raw.githubusercontent.com\/WordPress\/gutenberg\/master\/docs\/reference\/scripts.md",
204+
"parent": "reference"
205+
},
200206
{
201207
"title": "Deprecated Features",
202208
"slug": "deprecated",

0 commit comments

Comments
 (0)