Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(v1): version page should recommend v2 (bis) #4049

Merged
merged 9 commits into from
Jan 14, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion packages/docusaurus/README.md
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

17 changes: 9 additions & 8 deletions website-1.x/pages/en/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ function Versions(props) {
<header className="postHeader">
<h1>{siteConfig.title} Versions</h1>
</header>
<h3 id="v2">Docusaurus v2</h3>
<h2 id="v2">Docusaurus v2</h2>
<p>
We recommend to use{' '}
<a href={`https://v2.docusaurus.io/`}>Docusaurus v2</a>.
We now recommend using{' '}
<a href="https://v2.docusaurus.io">Docusaurus v2</a>.
</p>
<table className="versions">
<tbody>
Expand All @@ -41,7 +41,8 @@ function Versions(props) {
</tr>
</tbody>
</table>
<h3 id="latest">Current version (Stable)</h3>
<h2 id="v1">Docusaurus v1</h2>
<h3 id="latest">Current v1 version (Stable)</h3>
<p>Latest version of Docusaurus v1.</p>
<table className="versions">
<tbody>
Expand All @@ -62,12 +63,11 @@ function Versions(props) {
</tbody>
</table>
<h3 id="rc">Latest Version</h3>
Here you can find the latest documentation and unreleased Docusaurus
v1 code.
<p>Unreleased Docusaurus v1 code.</p>
<table className="versions">
<tbody>
<tr>
<th>master</th>
<th>v1 master</th>
<td>
<a
href={`${siteConfig.baseUrl}${siteConfig.docsUrl}/${props.language}/next/installation`}>
Expand All @@ -82,7 +82,8 @@ function Versions(props) {
</table>
<h3 id="archive">Past Versions</h3>
<p>
Here you can find documentation for previous versions of Docusaurus.
Here you can find documentation for previous versions of Docusaurus
v1.
</p>
<table className="versions">
<tbody>
Expand Down