mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-26 14:37:52 +02:00
Add versioning functionality
This commit is contained in:
parent
58452ea963
commit
3598dffc58
12 changed files with 568 additions and 132 deletions
|
@ -78,6 +78,7 @@ class Site extends React.Component {
|
|||
section={this.props.section}
|
||||
title={this.props.config.title}
|
||||
language={this.props.language}
|
||||
version={this.props.version}
|
||||
/>
|
||||
<div className="navPusher">
|
||||
{this.props.children}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue