Improved documentation

This commit is contained in:
Jan Böhmer 2023-02-08 00:52:45 +01:00
parent 1a86dd2487
commit 3a4aa6785d
13 changed files with 227 additions and 21 deletions

8
docs/Gemfile Normal file
View file

@ -0,0 +1,8 @@
source "https://rubygems.org"
# do NOT include the Jekyll gem !
#gem 'github-pages', group: :jekyll_plugins
gem "kramdown-parser-gfm"
gem "just-the-docs"
gem "jekyll"
gem 'jekyll-seo-tag'