abapGit/docs/collections/_development/docs.md
2018-07-09 20:55:37 +02:00

443 B

title order
docs 200

abapGit uses github pages for documentation, all pages are generated statically using Jekyll

Building /docs/ locally:

bundle install

bundle exec jekyll serve --incremental --port $PORT --host $IP

Guide for installing bundle