mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 23:57:22 +02:00
Add versioning functionality
This commit is contained in:
parent
58452ea963
commit
3598dffc58
12 changed files with 568 additions and 132 deletions
|
@ -33,6 +33,7 @@ class DocsLayout extends React.Component {
|
|||
}
|
||||
description={content.trim().split("\n")[0]}
|
||||
language={metadata.language}
|
||||
version={metadata.version}
|
||||
>
|
||||
<div className="docMainWrapper wrapper">
|
||||
<DocsSidebar metadata={metadata} />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue