Skip to content

Commit

Permalink
chore: leave single 22.x in versioned docs (#7674)
Browse files Browse the repository at this point in the history
  • Loading branch information
thymikee authored and SimenB committed Jan 22, 2019
1 parent 71b47cf commit 05e8ac0
Show file tree
Hide file tree
Showing 112 changed files with 67 additions and 19,599 deletions.
2 changes: 1 addition & 1 deletion website/pages/en/versions.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class Versions extends React.Component {
version =>
version !== latestVersion && (
<tr key={version}>
<th>{version === '22.0' ? '<=22' : version}</th>
<th>{version}</th>
<td>
<a
href={`${
Expand Down
262 changes: 0 additions & 262 deletions website/versioned_docs/version-22.0/CLI.md

This file was deleted.

Loading

0 comments on commit 05e8ac0

Please sign in to comment.