is a tool and work principle designed by precious.
It helps people to document their design process.
Learn more about docdoc
This repository contains the default theme for the docdoc-generator. It is based on bootstrap and uses ejs as template language.
To use this theme, copy the content of /theme
folder to your docdoc /_theme
folder
Disclaimer: docdoc is under heavy development. All APIs about to change.
- Node.js + npm
- Bower
- grunt (for Development Helpers)
- run
npm install
- run
bower install
-
grunt build
build the template files -
grunt watch
will build the template files if the content of the src folder changes
- Install docdoc-boilerplate
docdoc-boilerplate and docdoc-theme should be living next to each other on your filesystem.
Follow the installation instruction of docdoc-boilerplate.
Then link your local docdoc-theme as node_module to docdoc-boilerplate
cd docdoc-boilerplate/node_modules/
rm -R docdoc-theme/
ln -s ../../../docdoc-theme/ docdoc-theme