Added base directory structure from just-the-docs template

This commit is contained in:
2024-12-29 14:40:40 +01:00
commit 4c1fe139e8
7 changed files with 354 additions and 0 deletions

7
Gemfile Normal file
View File

@@ -0,0 +1,7 @@
source 'https://rubygems.org'
gem "jekyll", "~> 4.3.4" # installed by `gem jekyll`
# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
gem "just-the-docs", "0.10.0" # pinned to the current release
# gem "just-the-docs" # always download the latest release