Skip to content

Commit bdf1a2a

Browse files
acidineybencodezen
andauthored
feature: add option for docs-next in guide (#2644)
* add option for next in guide * docs: update version label Co-authored-by: Ben Hong <ben@bencodezen.io>
1 parent eec56cb commit bdf1a2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
<%- titles[type] %>
2222
<% if (['cookbook', 'style-guide'].indexOf(type) === -1) { %>
2323
<select class="version-select">
24+
<option value="v3">3.x-beta</option>
2425
<option value="SELF" selected>2.x</option>
2526
<option value="v1">1.0</option>
2627
<option value="012">0.12</option>

0 commit comments

Comments
 (0)