diff options
| author | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 14:10:24 +0100 |
|---|---|---|
| committer | LMBishop <13875753+LMBishop@users.noreply.github.com> | 2023-07-06 14:11:42 +0100 |
| commit | 0aac85ff5c27e98564243a9f43ae58685bd18ff2 (patch) | |
| tree | 1146693fe615b85be35447cd9fd2457ce1f3d180 /docs/Gemfile | |
| parent | 4c9a7d83a19828e64ea7f90ddf69f9212bb7a7d9 (diff) | |
Migrate docs to GitHub pages
Diffstat (limited to 'docs/Gemfile')
| -rw-r--r-- | docs/Gemfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile new file mode 100644 index 00000000..f6cc6045 --- /dev/null +++ b/docs/Gemfile @@ -0,0 +1,5 @@ +source 'https://rubygems.org' + +gem "jekyll", "~> 4.3.2" +gem "jekyll-default-layout" +gem "just-the-docs"
\ No newline at end of file |
