// /** // * Copyright (c) 2017-present, Facebook, Inc. // * // * This source code is licensed under the MIT license found in the // * LICENSE file in the root directory of this source tree. // */ // const React = require('react'); // const CompLibrary = require('../../core/CompLibrary'); // const Container = CompLibrary.Container; // const CWD = process.cwd(); // const versions = require(`${CWD}/versions.json`); // function Versions(props) { // const {config: siteConfig} = props; // const latestVersion = versions[0]; // const repoUrl = `${siteConfig.repoUrl}`; // return ( //
{latestVersion} | //
// {/* You are supposed to change this href where appropriate
// Example: href=" |
// // Source Code // | // {/*// Release Notes // | */} //
---|
next | //
// {/* You are supposed to change this href where appropriate
// Example: href=" |
// // Source Code // | //
---|
Here you can find previous versions of the documentation.
//{version} | //
// {/* You are supposed to change this href where appropriate
// Example: href=" |
// // // Release Notes // // | //
---|
// You can find past versions of this project on{' '} // GitLab. //
//