This repository contains the technical documentation for the WollMux project.
The documentation is written in Markdown format, that can be converted to HTML, PDF and several eBook formats with Honkit.
- Calibre for PDF and eBook formats.
-
Clone the repository
git clone https://github.com/WollMux/WollMuxHandbuch.git
-
Switch to the GitBook folder
cd WollMuxHandbuch
-
Install Node.js dependencies
npm install
npm install -g grunt-cli
-
Build the documentation
-
Serve locally
grunt serve
-
Do syntax checks
grunt check
-
HTML
grunt build
(Result is in_book
directory) -
PDF
npx honkit pdf . ./wollmux-handbuch.pdf
-
eBook
npx honkit mobi . ./wollmux-handbuch.mobi
npx honkit epub . ./wollmux-handbuch.epub
-
Currently the documentation is primarily written in German. An incomplete version in English has been started in the branch 'language-en'.
The task deploy
recompiles the documentation and pushes the resulting web-site
into the branch gh-pages
.
git checkout master
grunt deploy [--tag="<tag>"] [--message="<commit-message>"]
-
tag: Creates a tag on the branch
gh-pages
. Default: no tag is created. -
message: Commit message. Default: "Neue Version."
View generated documentation
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.