Skip to content
This repository was archived by the owner on Dec 20, 2022. It is now read-only.

Update online documentation

Günter Zöchbauer edited this page May 14, 2014 · 1 revision

outdated

Prerequisites

Folder structure

check out the following repositories in the same directory under the following names:

  • bwu_datagrid (bwu_datagrid master branch)
  • bwu_datagrid_ghpages (gh-pages branch)

Update procedure

update dartdoc

cd bwu_datagrid
tool/generatedocs.sh
cd ../bwu_datagrid_ghpages
git add -A
git commit -m "update message"
git push origin gh-pages
Clone this wiki locally