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.
1 parent 8bb1e95 commit e9ce8c3Copy full SHA for e9ce8c3
1 file changed
docs-website/build-versions.sh
@@ -39,9 +39,9 @@ for branch in $BRANCHES; do
39
git show "$branch:CONTRIBUTING.md" > "$TARGET_DIR/CONTRIBUTING.md" || true
40
41
# Extract the sidebars file for this version
42
- # Docusaurus expects this in versioned_sidebars/version-{version}-sidebars.json
+ # Docusaurus expects this in versioned_sidebars/version-{version}-sidebars.js
43
if git show "$branch:docs-website/sidebars.js" > /dev/null 2>&1; then
44
- git show "$branch:docs-website/sidebars.js" > "versioned_sidebars/version-${VERSION}-sidebars.json" || true
+ git show "$branch:docs-website/sidebars.js" > "versioned_sidebars/version-${VERSION}-sidebars.js" || true
45
fi
46
done
47
0 commit comments