aboutsummaryrefslogtreecommitdiff
path: root/docs/Gemfile
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2024-04-23 17:49:28 +0200
committerlonkaars <loek@pipeframe.xyz>2024-04-23 17:49:28 +0200
commitabc1d59a6aa5cf2e3f4b99f14d57cb462c95b7d1 (patch)
tree33720002bf2172f1270c852b0eb1aee8b92b6e4c /docs/Gemfile
parent6dd2000fd69fb54240159b1b950036e745e17bcc (diff)
parent424c5a281282451b224da0ba26e35fb03bf2ecf5 (diff)
Merge branch 'wip/docs'
Diffstat (limited to 'docs/Gemfile')
-rw-r--r--docs/Gemfile13
1 files changed, 13 insertions, 0 deletions
diff --git a/docs/Gemfile b/docs/Gemfile
new file mode 100644
index 0000000..efd0f36
--- /dev/null
+++ b/docs/Gemfile
@@ -0,0 +1,13 @@
+ruby '~> 3.0'
+source 'https://rubygems.org'
+
+gem 'json' # required for bibtex
+
+gem 'asciidoctor', '~> 2.0'
+gem 'asciidoctor-pdf', '~> 2.3'
+gem 'asciidoctor-bibtex', '~> 0.8.0'
+# gem 'asciidoctor-interdoc-reftext', '~> 0.5.2'
+gem 'asciidoctor-interdoc-reftext', git: 'https://github.com/lonkaars/asciidoctor-interdoc-reftext'
+gem 'asciidoctor-lists', '~> 1.0'
+gem 'text-hyphen', '~> 1.5'
+