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.

17 lines
327 B

  1. # Semantic Docs
  2. ## How to Use
  3. This folder contains the templates used to generate the static website for Semantic UI
  4. To create the docs yourself run
  5. ```
  6. npm install -g docpad
  7. docpad install eco;
  8. docpad update; docpad upgrade;
  9. ```
  10. This node project uses docpad to generate the static documentation files for Semantic UI.