abapGit/docs/collections/_development/docs.md
Alexander Tsybulsky d1c266c3fc ui docs (#2774)
2019-07-12 01:53:33 -07:00

18 lines
552 B
Markdown

---
title: Technical documentation
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/)
[Octicons in jekyll](https://github.com/primer/octicons/tree/master/lib/octicons_jekyll)
Building /docs/ locally:
`bundle install`
`bundle exec jekyll serve --incremental --port $PORT --host $IP`
[Guide for installing bundle](https://help.dreamhost.com/hc/en-us/articles/115001070131-Using-Bundler-to-install-Ruby-gems)