Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit 2cc50dd

Browse files
committed
Fix docs crash
1 parent 6e49669 commit 2cc50dd

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

docs/docusaurus.config.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,12 @@ const config = {
3535
/** @type {import('@docusaurus/preset-classic').Options} */
3636
({
3737
docs: {
38-
sidebarPath: require.resolve('./sidebars.js'),
38+
sidebarPath: undefined,
39+
versions: {
40+
current: {
41+
label: '🔜 Next'
42+
}
43+
}
3944
},
4045
blog: false,
4146
theme: {

docs/versioned_sidebars/version-2.3.0-sidebars.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"tutorialSidebar": [
2+
"defaultSidebar": [
33
{
44
"type": "autogenerated",
55
"dirName": "."

0 commit comments

Comments
 (0)