Skip to content

Commit

Permalink
docs: remove link to Mongoose 5.x docs from dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
vkarpov15 committed Dec 17, 2024
1 parent 0fd43c4 commit edcfd3d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/website.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,7 @@ const versionObj = (() => {
latestVersion: getLatestVersion(),
pastVersions: [
getLatestVersionOf(7),
getLatestVersionOf(6),
getLatestVersionOf(5),
getLatestVersionOf(6)
]
};
const versionedDeploy = !!process.env.DOCS_DEPLOY ? !(base.currentVersion.listed === base.latestVersion.listed) : false;
Expand Down

0 comments on commit edcfd3d

Please sign in to comment.