Skip to content
Open
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
4 changes: 2 additions & 2 deletions versionsArchived.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"Next": "/docs/",
"v1.23": "https://release-1-23.docs.kubeedge.io/docs/",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

Adding v1.23 here updates the documentation version selector, which is correct. However, this makes the latestVersion constant in functions/latestversion.js outdated, as it's still set to v1.22.0. To ensure consistency across the website and that users are aware of the latest version, please also update the latestVersion constant in functions/latestversion.js to reflect the new latest version.

"v1.22": "https://release-1-22.docs.kubeedge.io/docs/",
"v1.21": "https://release-1-21.docs.kubeedge.io/docs/",
"v1.20": "https://release-1-20.docs.kubeedge.io/docs/",
"v1.19": "https://release-1-19.docs.kubeedge.io/docs/"
"v1.20": "https://release-1-20.docs.kubeedge.io/docs/"
}
Loading