Skip to content

Commit 1a2ef91

Browse files
authored
chore: fix wrong version format in generate documents script (#7393)
1 parent 565eb49 commit 1a2ef91

File tree

1 file changed

+1
-2
lines changed
  • scripts/generate-documents

1 file changed

+1
-2
lines changed

scripts/generate-documents/run.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@ export function run(_args: ProgramArgs) {
4343
const bundleDocument = bundle
4444
? {
4545
...template({...templateOptions, title: `${title} - Published`}),
46-
_id: `${bundle}.${id}`,
47-
_version: {},
46+
_id: `versions.${bundle}.${id}`,
4847
title: `${title} - Bundle: ${bundle}`,
4948
}
5049
: undefined

0 commit comments

Comments
 (0)