mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-03 16:59:06 +02:00
fix: autogenerated versions.js should not be confusing (#1314)
This commit is contained in:
parent
edec1a9eda
commit
087fef7806
1 changed files with 5 additions and 1 deletions
|
@ -71,10 +71,14 @@ function Versions(props) {
|
|||
<tr>
|
||||
<th>{version}</th>
|
||||
<td>
|
||||
{/* You are supposed to fill this href by yourself
|
||||
Example: href={`docs/${version}/doc.html`} */}
|
||||
<a href="">Documentation</a>
|
||||
</td>
|
||||
<td>
|
||||
<a href="">Release Notes</a>
|
||||
<a href={`${repoUrl}/releases/tag/v${version}`}>
|
||||
Release Notes
|
||||
</a>
|
||||
</td>
|
||||
</tr>
|
||||
),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue