Skip to content

Commit

Permalink
Merge pull request #15116 from Automattic/vkarpov15/remove-5x
Browse files Browse the repository at this point in the history
docs: remove link to Mongoose 5.x docs from dropdown
  • Loading branch information
vkarpov15 authored Dec 18, 2024
2 parents e436f6a + edcfd3d commit c53668e
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 c53668e

Please sign in to comment.