abapGit/docs/collections/_development/docs.md
2018-06-13 15:05:23 +00:00

14 lines
318 B
Markdown

---
title: docs
order: 200
---
abapGit uses [github pages](https://help.github.com/articles/what-is-github-pages/) for documentation,
all pages are generated statically using [Jekyll](https://jekyllrb.com/)
Building /docs/ locally:
`bundle install`
`bundle exec jekyll serve --incremental --port $PORT --host $IP`