1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-02-24 00:48:27 +01:00
mini-css/docs/doc-fragments/gettingStarted.js
Angelos Chalaris f6a896a18b Moved docs to new build system
Ditched React to move to the new build system for the documentation.
2018-05-28 12:32:36 +03:00

17 lines
516 B
JavaScript

module.exports = {
id: 'getting-started',
alphaId: '00000gettingStarted', // Ensure that this is at the very top in any sorting
moduleId: '00001',
title: 'Getting started',
tag: 'html', // I had to set something, so don't pay too much attention to this
keywords: ['getting started', 'introduction', 'browser support', 'installation', 'usage', 'setup', 'cdn', 'npm', 'yarn'],
description: '',
example: '',
samples: [],
notes: [],
customization: [],
modifiers: [],
dos: [],
donts: [],
}