docs: information about docs

This commit is contained in:
Lars Hvam 2018-06-07 10:57:40 +02:00 committed by GitHub
parent e738322783
commit 38eef6717a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,10 +1,14 @@
--- ---
title: Documentation title: docs
order: 10 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: Building /docs/ locally:
`bundle install` `bundle install`
`bundle exec jekyll serve --incremental --port $PORT --host $IP` `bundle exec jekyll serve --incremental --port $PORT --host $IP`