we maintain latest weex document in doc branch , please checkout this branch & pull latest content.
$git checkout doc
$git pull origin doc
we use gitbook for document site building,so you need install gitbook first
- Install Node.js 4.0+
- Install gitbook-cli
$npm install -g gitbook-cli
- check gitbook template version in book.json(“gitbook” attribute)
- install gitbook template
$gitbook fetch [GITBOOK_TEMPLATE_VERSION_IN_book.json];
$gitbook install;
$gitbook build
build result will be exist in _book
directory.
$gitbook serve