We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e436f6a + edcfd3d commit c53668eCopy full SHA for c53668e
scripts/website.js
@@ -311,8 +311,7 @@ const versionObj = (() => {
311
latestVersion: getLatestVersion(),
312
pastVersions: [
313
getLatestVersionOf(7),
314
- getLatestVersionOf(6),
315
- getLatestVersionOf(5),
+ getLatestVersionOf(6)
316
]
317
};
318
const versionedDeploy = !!process.env.DOCS_DEPLOY ? !(base.currentVersion.listed === base.latestVersion.listed) : false;
0 commit comments