You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
jlukic 01c2a4ba72 Iterating on design 10 years ago
server Iterating on design 10 years ago
.gitignore Fix docs to work with new restructuring 10 years ago
Gruntfile.js Adds new step component, step variables and new themes, adds fixes for icon button alignment, compact labeled icon button, fixes to reset 11 years ago
README.md Update readme 10 years ago
docpad.coffee Fix last issues with restructuring 10 years ago
package.json Add gruntfile and package.json 10 years ago

README.md

Semantic Docs

How to Use

This folder contains the templates used to generate the static website for LearnSemantic.com

To install DocPad

npm install -g docpad
docpad install eco;
docpad update; docpad upgrade;

Then create the docs using:

docpad run
``