diff --git a/components/navbar.vue b/components/navbar.vue index def8a9b..d5d611d 100644 --- a/components/navbar.vue +++ b/components/navbar.vue @@ -143,24 +143,8 @@ export default { url: '/', }, { - label: 'Developer Tools', - url: '/kind/developer-tools', - }, - { - label: 'Music Tools', - url: '/kind/music-and-audio-tools', - }, - { - label: 'Video and Motion Tools', - url: '/kind/video-and-motion-tools', - }, - { - label: 'Photo Tools', - url: '/kind/photo-and-graphic-tools', - }, - { - label: 'Entertainment', - url: '/kind/entertainment-and-media-apps', + label: 'Categories', + url: '/categories', }, { label: 'Games', diff --git a/nuxt.config.js b/nuxt.config.js index 3854a8d..c8578e6 100644 --- a/nuxt.config.js +++ b/nuxt.config.js @@ -10,12 +10,10 @@ const listsOptions = [ { buildMethod: buildAppList, path: '/static/app-list.json', - route: app => '/app/' + app.slug }, { buildMethod: buildGamesList, path: '/static/game-list.json', - route: app => '/game/' + app.slug } ] diff --git a/pages/categories.vue b/pages/categories.vue new file mode 100644 index 0000000..822317c --- /dev/null +++ b/pages/categories.vue @@ -0,0 +1,106 @@ + + + + + Categories + + + + + + + + + + {{ section.label }} + {{ section.appNames.slice(0, 25).join(', ') }}, etc... + + ➔ + + + + + + + + + +