diff --git a/generators/component/data/categories.js b/generators/component/data/categories.js index ffcf8fc..437d224 100644 --- a/generators/component/data/categories.js +++ b/generators/component/data/categories.js @@ -9,14 +9,6 @@ module.exports = [ name: 'Block (A component without any further specification)', value: 'Block' }, - { - name: 'Calendar (A table for date related data)', - value: 'Calendar' - }, - { - name: 'Document', - value: 'Document' - }, { name: 'Form', value: 'Form' @@ -29,18 +21,10 @@ module.exports = [ name: 'Hero (Large section header)', value: 'Hero' }, - { - name: 'Layout (Contains different component areas)', - value: 'Layout' - }, { name: 'List (Items in a horizontal or vertical list)', value: 'List' }, - { - name: 'Map', - value: 'Map' - }, { name: 'Modal', value: 'Modal' @@ -49,22 +33,10 @@ module.exports = [ name: 'Navigation', value: 'Navigation' }, - { - name: 'Sidebar', - value: 'Sidebar' - }, { name: 'Slider', value: 'Slider' }, - { - name: 'Table', - value: 'Table' - }, - { - name: 'Tabs', - value: 'Tabs' - }, { name: 'Video', value: 'Video' diff --git a/generators/component/templates/README.md b/generators/component/templates/README.md index 0029169..31527ef 100644 --- a/generators/component/templates/README.md +++ b/generators/component/templates/README.md @@ -2,12 +2,4 @@ Title: <%= namePretty %> --- -Category: <%= category %> - ---- - -Tags: untagged - ---- - -Text: No description. +Type a description here.