diff --git a/website/pages/en/versions.js b/website/pages/en/versions.js
index d6af0eec..798a3d71 100644
--- a/website/pages/en/versions.js
+++ b/website/pages/en/versions.js
@@ -16,6 +16,8 @@ const CWD = process.cwd();
const siteConfig = require(CWD + '/siteConfig.js');
const versions = require(CWD + '/versions.json');
+const versionUrl = (language, version) => `${siteConfig.baseUrl}docs/${language}/${version}/architecture_index.html`
+
class Versions extends React.Component {
render() {
const latestVersion = versions[0];
@@ -26,40 +28,40 @@ class Versions extends React.Component {
{siteConfig.title + ' Versions'}
New versions of this project are released every so often.
+New versions of this project are released every 2 weeks.
{latestVersion} | - Documentation + Documentation | - Release Notes + Release Notes |
---|
+ {/*
This is the version that is configured automatically when you first install this project. -
+ */}master | +next | - Documentation + Documentation | - Release Notes + Release Notes |
---|
Other text describing this section.
+ {/*Other text describing this section.
*/}Documentation | -+ {/* | Release Notes - | + */} ) )}
+ {/*
You can find past versions of this project{' '} on GitHub . -
+ */}