Skip to content

Commit

Permalink
Update v7 docs to be "current version" (#1222)
Browse files Browse the repository at this point in the history
* v7 docs to current version

* Update version number for 7.x
  • Loading branch information
wgao19 authored and timdorr committed Apr 9, 2019
1 parent 5c69baf commit 7402f72
Show file tree
Hide file tree
Showing 6 changed files with 859 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/pages/en/versions.js
Expand Up @@ -19,7 +19,7 @@
const versionToReleaseTags = {
'5.x': '5.0.0',
'6.x': '6.0.0',
'7.x': '7.0.0-beta.0'
'7.x': '7.0.1'
}

function Versions() {
Expand Down
2 changes: 1 addition & 1 deletion website/siteConfig.js
Expand Up @@ -105,7 +105,7 @@ const siteConfig = {
* After that, 7.x will no longer appear in "pre-release" versions and we should remove this line
* More info: https://docusaurus.io/docs/en/versioning
*/
nextVersion: "7.x",
// nextVersion: "7.x",

gaTrackingId : "UA-130598673-2",
};
Expand Down

0 comments on commit 7402f72

Please sign in to comment.