Build documentation

This commit is contained in:
2025-11-25 16:20:48 +01:00
parent c20d9b7240
commit b5b129a90c
6 changed files with 100 additions and 1 deletions

8
Gemfile Normal file
View File

@@ -0,0 +1,8 @@
# frozen_string_literal: true
source 'https://rubygems.org'
gem 'asciidoctor', '~> 2.0'
gem 'asciidoctor-pdf', '~> 2.3'
gem "rake", "~> 13.3"