1
0
mirror of https://github.com/Chalarangelo/mini.css.git synced 2025-08-06 13:56:27 +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,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: ''
}
*/