We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac18c49 commit 01e8c19Copy full SHA for 01e8c19
themes/vue/layout/partials/sidebar.ejs
@@ -8,6 +8,7 @@
8
<% site.pages.find({type: type}).sort('order').each(function (p) { %>
9
<li><a href="/<%- p.path %>" class="sidebar-link<%- page.title === p.title ? ' current' : '' %>"><%- p.title %></a></li>
10
<% }) %>
11
+ <li><a href="http://legacy.vuejs.org">Looking for 0.10 docs?</a></li>
12
<li style="margin:10px 0 3px">
13
<script data-gittip-username="yyx990803"
14
data-gittip-widget="button"
0 commit comments