Skip to content

wefindx/wiki.wefindx.org

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This is the repository of concepts and definitions, and collaboratively edited using GitBook toolkit.

Publishing is done by commiting statics to gh-pages branch which auto-publishes to wiki.wefindx.org.

USAGE

Simply edit .md files, and make pull requests. Index is generated from SUMMARY.md.

INSTRUCTIONS

Use gitbook-cli, and do gitbook serve to live-reload preview, like so:

# Prerequisite
gitbook --version
 CLI version: 2.3.2
 GitBook version: 3.2.3

git clone [email protected]:wefindx/wiki.wefindx.org.git
cd wiki.wefindx.org
gitbook install
gitbook serve

PUBLISHING

Use commands like described in ./publish.sh file. (feel free to suggest simpler/better way)