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

15 lines
305 B
Markdown

---
title: docs
order: 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`