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:
31
docs/doc-fragments/template.js
Normal file
31
docs/doc-fragments/template.js
Normal 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: ''
|
||||
}
|
||||
*/
|
Reference in New Issue
Block a user