Skip to content

Commit 7402f72

Browse files
wgao19timdorr
authored andcommitted
Update v7 docs to be "current version" (#1222)
* v7 docs to current version * Update version number for 7.x
1 parent 5c69baf commit 7402f72

File tree

6 files changed

+859
-2
lines changed

6 files changed

+859
-2
lines changed

website/pages/en/versions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
const versionToReleaseTags = {
2020
'5.x': '5.0.0',
2121
'6.x': '6.0.0',
22-
'7.x': '7.0.0-beta.0'
22+
'7.x': '7.0.1'
2323
}
2424

2525
function Versions() {

website/siteConfig.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ const siteConfig = {
105105
* After that, 7.x will no longer appear in "pre-release" versions and we should remove this line
106106
* More info: https://docusaurus.io/docs/en/versioning
107107
*/
108-
nextVersion: "7.x",
108+
// nextVersion: "7.x",
109109

110110
gaTrackingId : "UA-130598673-2",
111111
};

0 commit comments

Comments
 (0)