abapGit/docs/collections/_development/docs.md
2018-06-07 10:57:40 +02:00

305 B

title order
docs 10

abapGit uses github pages for documentation, https://help.github.com/articles/what-is-github-pages/

All pages are generated statically using https://jekyllrb.com/

Building /docs/ locally:

bundle install

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