mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
16 lines
443 B
Markdown
16 lines
443 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`
|
|
|
|
[Guide for installing bundle](https://help.dreamhost.com/hc/en-us/articles/115001070131-Using-Bundler-to-install-Ruby-gems)
|