mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-04 20:57:17 +02:00
docs(v2): add missing version link to legacy (v1) version of website (#4504)
This commit is contained in:
parent
ea13c94cc2
commit
1f8e0bc48e
1 changed files with 18 additions and 0 deletions
|
@ -99,6 +99,24 @@ function Version() {
|
|||
</table>
|
||||
</div>
|
||||
)}
|
||||
<div className="margin-bottom--lg">
|
||||
<h3 id="legacy">Docusaurus v1 (Legacy)</h3>
|
||||
<p>
|
||||
Here you can find documentation for legacy version of Docusaurus.
|
||||
</p>
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th>1.x</th>
|
||||
<td>
|
||||
<a href={`https://v1.docusaurus.io/docs/en/installation`}>
|
||||
Documentation
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</main>
|
||||
</Layout>
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue