mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-05 21:27:24 +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>
|
</table>
|
||||||
</div>
|
</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>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue