We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6756ba5 commit a643871Copy full SHA for a643871
src/rest/scripts/utils/update-markdown.js
@@ -10,7 +10,7 @@ import { getDocsVersion } from '#src/versions/lib/all-versions.js'
10
import { REST_DATA_DIR, REST_SCHEMA_FILENAME } from '../../lib/index.js'
11
import { deprecated } from '#src/versions/lib/enterprise-server-releases.js'
12
13
-const { frontmatterDefaults, targetDirectory } = JSON.parse(
+const { frontmatterDefaults, targetDirectory, indexOrder } = JSON.parse(
14
await readFile('src/rest/lib/config.json', 'utf-8'),
15
)
16
@@ -21,6 +21,7 @@ export async function updateRestFiles() {
21
targetDirectory,
22
sourceContent: restMarkdownContent,
23
frontmatter: frontmatterDefaults,
24
+ indexOrder,
25
})
26
}
27
0 commit comments