Skip to content

Commit

Permalink
docs: generate link to 4.0 docs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewalczak committed Jun 8, 2022
1 parent cf020b6 commit bd9f012
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/assets/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,11 @@ function appendVersionBanner() {
'3.0'
)}" role="menuitem">v3.x</a>
</li>
<li class="list-item">
<a class="link" href="${createUrlForVersion(
'4.0'
)}" role="menuitem">v4.x</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit bd9f012

Please sign in to comment.