1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-08 06:46:29 +02:00

Moved docs to new build system

Ditched React to move to the new build system for the documentation.
This commit is contained in:
Angelos Chalaris
2017-11-14 17:20:04 +02:00
parent 6a9379fee3
commit f6a896a18b
23 changed files with 119 additions and 11770 deletions

View File

@@ -0,0 +1,5 @@
var gettingStarted = require('./gettingStarted');
module.exports = [
gettingStarted
]

View File

@@ -0,0 +1,16 @@
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: [],
}

View File

@@ -0,0 +1,31 @@
export default const doNotUseThisThisIsJustATemplateForHowToMakeDocumentationFragments = {
id: '',
alphaId: '',
moduleId: '',
title: '',
tag: '',
keywords: [],
description: '',
example: '',
samples: [],
notes: [],
customization: [],
modifiers: [],
dos: [],
donts: [],
}
/*
Modifiers:
{
title : '',
description: '',
example: '',
samples: []
}
Dos/Donts:
{
description: '',
sample: ''
}
*/