Skip to content

Commit dd3f845

Browse files
committed
bump submodules, remove mentions of removed versions
1 parent e05b6d2 commit dd3f845

File tree

9 files changed

+9
-15
lines changed

9 files changed

+9
-15
lines changed

api/fishjam-server

api/room-manager

docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ function injectTypeDocSidebar(
6565
version: SidebarItemsGeneratorVersion,
6666
items: NormalizedSidebar,
6767
): NormalizedSidebar {
68-
const docs_without_python_reference = ["0.20.0", "0.21.0", "0.22.0"];
68+
const docs_without_python_reference = ["0.22.0"];
6969

7070
const exclude_python = docs_without_python_reference.includes(
7171
version.versionName,

versions.json

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1 @@
1-
[
2-
"0.24.0",
3-
"0.23.0",
4-
"0.22.0",
5-
"0.21.0",
6-
"0.20.0"
7-
]
1+
["0.24.0", "0.23.0", "0.22.0"]

0 commit comments

Comments
 (0)