Skip to content

WollMux/WollMuxHandbuch

Repository files navigation

Handbuch des WollMux

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.

Build Requirements

Runtime Requirements

  • Calibre for PDF and eBook formats.

Building

  • 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

Editing

Currently the documentation is primarily written in German. An incomplete version in English has been started in the branch 'language-en'.

Deployment

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


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License.

About

Technische Dokumentation des WollMux Vorlagensystems

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published