Skip to content

Commit 01e8c19

Browse files
committed
add link to legacy docs
1 parent ac18c49 commit 01e8c19

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
@@ -8,6 +8,7 @@
88
<% site.pages.find({type: type}).sort('order').each(function (p) { %>
99
<li><a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %>"><%- p.title %></a></li>
1010
<% }) %>
11+
<li><a href="http://legacy.vuejs.org">Looking for 0.10 docs?</a></li>
1112
<li style="margin:10px 0 3px">
1213
<script data-gittip-username="yyx990803"
1314
data-gittip-widget="button"

0 commit comments

Comments
 (0)