- English version.
- Concrete use case diagram example.
- Concrete component diagram example.
-
Alternative way to publish content as Github Page.
Currently, as we use the
master
branch./docs
folder method, the current branch is loaded with heavy stuff such as the resulting content, reveal.js dependencies, etc.Using the alternate branch method (
gh-pages
branch) would be better as it wouldn't clutter themaster
branch with heavy files.Configuring a publishing source for your GitHub Pages site.
IDEA: Mount a sub-repository at
./docs
pointing / tracking this repository'sgh-pages
branch.