We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c76c3be + 3d60b7c commit aa28167Copy full SHA for aa28167
docs/sync.mjs
@@ -397,7 +397,9 @@ versions.forEach((version) => {
397
})
398
}
399
400
- structure.find((item) => item.version === version).href = structure.find((item) => item.version === version).links[0].href
+ structure.find((item) => item.version === version).href = structure.find(
401
+ (item) => item.version === version,
402
+ ).links[0].href
403
404
405
// write the navigation structure to a file
0 commit comments