gettingStarted.js 516 B

12345678910111213141516
  1. module.exports = {
  2. id: 'getting-started',
  3. alphaId: '00000gettingStarted', // Ensure that this is at the very top in any sorting
  4. moduleId: '00001',
  5. title: 'Getting started',
  6. tag: 'html', // I had to set something, so don't pay too much attention to this
  7. keywords: ['getting started', 'introduction', 'browser support', 'installation', 'usage', 'setup', 'cdn', 'npm', 'yarn'],
  8. description: '',
  9. example: '',
  10. samples: [],
  11. notes: [],
  12. customization: [],
  13. modifiers: [],
  14. dos: [],
  15. donts: [],
  16. }