We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565eb49 commit 1a2ef91Copy full SHA for 1a2ef91
scripts/generate-documents/run.ts
@@ -43,8 +43,7 @@ export function run(_args: ProgramArgs) {
43
const bundleDocument = bundle
44
? {
45
...template({...templateOptions, title: `${title} - Published`}),
46
- _id: `${bundle}.${id}`,
47
- _version: {},
+ _id: `versions.${bundle}.${id}`,
48
title: `${title} - Bundle: ${bundle}`,
49
}
50
: undefined
0 commit comments