mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 20:03:20 +08:00
15 lines
305 B
Markdown
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`
|