Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

uprev to 23.10.2 #1443

Merged
merged 3 commits into from
Nov 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const config = {
path: "./docs",
includeCurrentVersion: true,
// Set to the last stable release
lastVersion: "23.10.1",
lastVersion: "23.10.2",
versions: {
//defaults to the ./docs folder
// using 'development' instead of 'next' as path
Expand All @@ -46,8 +46,11 @@ const config = {
path: "development",
},
// The last stable release in the versioned_docs/version-stable
"23.10.2": {
label: "stable (23.10.2)",
},
"23.10.1": {
label: "stable (23.10.1)",
label: "23.10.1",
},
"23.10.0": {
label: "23.10.0",
Expand Down
Loading