1
0
mirror of synced 2026-01-07 09:01:31 -05:00

Merge pull request #29575 from github/repo-sync

Repo sync
This commit is contained in:
docs-bot
2023-10-30 13:32:51 -04:00
committed by GitHub

View File

@@ -10,7 +10,7 @@ import { getDocsVersion } from '#src/versions/lib/all-versions.js'
import { REST_DATA_DIR, REST_SCHEMA_FILENAME } from '../../lib/index.js'
import { deprecated } from '#src/versions/lib/enterprise-server-releases.js'
const { frontmatterDefaults, targetDirectory } = JSON.parse(
const { frontmatterDefaults, targetDirectory, indexOrder } = JSON.parse(
await readFile('src/rest/lib/config.json', 'utf-8'),
)
@@ -21,6 +21,7 @@ export async function updateRestFiles() {
targetDirectory,
sourceContent: restMarkdownContent,
frontmatter: frontmatterDefaults,
indexOrder,
})
}