Skip to content

mikesmullin/borg-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Borg documentation

The master branch contains the production copy of the dynamic (Jade, Stylus, Coffee) documentation for Borg.

The develop branch contains the working development copy of dynamic documentation.

The gh-pages branch contains the latest production snapshot static HTML copy of the documentation.
Hosted by Github Pages at http://mikesmullin.github.io/borg-docs/

Starting the dynamic version

git checkout master
npm install
npm start
# browse to http://localhost:3000/

Publishing to the static version

git checkout gh-pages
./publish.sh
git add -A
git commit
git push

About

Borg documentation

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published