8000 remove 0.10 link in legacy · poorprogrammer/vuejs.org@3060119 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 header class="HeaderMktg header-logged-out js-details-container js-header Details f4 py-3" role="banner" data-is-top="true" data-color-mode=light data-light-theme=light data-dark-theme=dark>

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3060119

Browse files
committed
remove 0.10 link in legacy
1 parent 8402c22 commit 3060119

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

themes/vue/layout/partials/sidebar.ejs

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,6 @@
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>
12-
<li style="margin:10px 0 3px">
13-
<script data-gittip-username="yyx990803"
14-
data-gittip-widget="button"
15-
src="//gttp.co/v1.js"></script>
16-
</li>
1711
</ul>
1812
</div>
19-
</div>
13+
</div>

0 commit comments

Comments
 (0)
0