Skip to content

Commit

Permalink
chore: dropdown - remove test links, and make it collapsed by default…
Browse files Browse the repository at this point in the history
… on mobile.
  • Loading branch information
ulivz committed Apr 16, 2018
1 parent 650089d commit b3e0583
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 95 deletions.
94 changes: 0 additions & 94 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,100 +25,6 @@ module.exports = {
{
text: 'Default Theme Config',
link: '/default-theme-config/'
},
{
text: 'Links',
items: [
{
text: 'Vue',
link: 'https://vuejs.org/',
},
{
text: 'Vue-Router',
link: 'https://router.vuejs.org/en/',
},
{
text: 'Vue-CLI',
link: 'https://github.com/vuejs/vue-cli/blob/dev/docs/README.md',
},
{
text: 'Vue-Press',
link: '/',
},
]
},
{
text: 'Ecosystem',
items: [
{
text: 'Help',
items: [
{
text: 'Forum',
link: 'https://forum.vuejs.org/'
},
{
text: 'Chat',
link: 'https://chat.vuejs.org/'
}
]
},
{
text: 'Tooling',
items: [
{
text: 'Devtools',
link: 'https://github.com/vuejs/vue-devtools'
},
{
text: 'Webpack Template',
link: 'https://vuejs-templates.github.io/webpack'
},
{
text: 'Vue Loader',
link: 'https://vue-loader.vuejs.org'
}
]
},
{
text: 'News',
items: [
{
text: 'Weekly News',
link: 'https://news.vuejs.org'
},
{
text: 'Roadmap',
link: 'https://github.com/vuejs/roadmap'
},
{
text: 'Twitter',
link: 'https://twitter.com/vuejs'
},
{
text: 'Blog',
link: 'https://medium.com/the-vue-point'
},
{
text: 'Jobs',
link: 'https://vuejobs.com/?ref=vuejs'
}
]
},
{
text: 'Resource Lists',
items: [
{
text: 'Vue Curated',
link: 'https://curated.vuejs.org/'
},
{
text: 'Awesome Vue',
link: 'https://github.com/vuejs/awesome-vue'
}
]
}
]
}
],
sidebar: {
Expand Down
2 changes: 1 addition & 1 deletion lib/default-theme/DropdownLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
components: { NavLink },
data() {
return {
open: true
open: false
}
},
props: {
Expand Down

0 comments on commit b3e0583

Please sign in to comment.