From 38eef6717a93ed5c07784769c82be97fe8918e22 Mon Sep 17 00:00:00 2001 From: Lars Hvam Date: Thu, 7 Jun 2018 10:57:40 +0200 Subject: [PATCH] docs: information about docs --- docs/collections/_development/docs.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/collections/_development/docs.md b/docs/collections/_development/docs.md index 5ce05e82a..00f4fe631 100644 --- a/docs/collections/_development/docs.md +++ b/docs/collections/_development/docs.md @@ -1,10 +1,14 @@ --- -title: Documentation +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` \ No newline at end of file +`bundle exec jekyll serve --incremental --port $PORT --host $IP`