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:
5
docs/doc-fragments/docFragments.js
Normal file
5
docs/doc-fragments/docFragments.js
Normal file
@@ -0,0 +1,5 @@
|
||||
var gettingStarted = require('./gettingStarted');
|
||||
|
||||
module.exports = [
|
||||
gettingStarted
|
||||
]
|
16
docs/doc-fragments/gettingStarted.js
Normal file
16
docs/doc-fragments/gettingStarted.js
Normal 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: [],
|
||||
}
|
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