Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc-site/.yarnrc.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
nodeLinker: node-modules

yarnPath: .yarn/releases/yarn-4.0.2.cjs
yarnPath: .yarn/releases/yarn-4.1.0.cjs
7 changes: 7 additions & 0 deletions doc-site/Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# frozen_string_literal: true

source "https://rubygems.org"

# gem "rails"

gem "asciidoctor-pdf", "~> 2.3"
62 changes: 62 additions & 0 deletions doc-site/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
GEM
remote: https://rubygems.org/
specs:
Ascii85 (1.1.1)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
afm (0.2.2)
asciidoctor (2.0.23)
asciidoctor-pdf (2.3.19)
asciidoctor (~> 2.0)
concurrent-ruby (~> 1.1)
matrix (~> 0.4)
prawn (~> 2.4.0)
prawn-icon (~> 3.0.0)
prawn-svg (~> 0.34.0)
prawn-table (~> 0.2.0)
prawn-templates (~> 0.1.0)
treetop (~> 1.6.0)
ttfunk (~> 1.7.0)
concurrent-ruby (1.3.5)
css_parser (1.12.0)
addressable
hashery (2.1.2)
matrix (0.4.3)
pdf-core (0.9.0)
pdf-reader (2.14.1)
Ascii85 (>= 1.0, < 3.0, != 2.0.0)
afm (~> 0.2.1)
hashery (~> 2.0)
ruby-rc4
ttfunk
polyglot (0.3.5)
prawn (2.4.0)
pdf-core (~> 0.9.0)
ttfunk (~> 1.7)
prawn-icon (3.0.0)
prawn (>= 1.1.0, < 3.0.0)
prawn-svg (0.34.2)
css_parser (~> 1.6)
matrix (~> 0.4.2)
prawn (>= 0.11.1, < 3)
rexml (~> 3.2)
prawn-table (0.2.2)
prawn (>= 1.3.0, < 3.0.0)
prawn-templates (0.1.2)
pdf-reader (~> 2.0)
prawn (~> 2.2)
public_suffix (5.1.1)
rexml (3.4.1)
ruby-rc4 (0.1.5)
treetop (1.6.14)
polyglot (~> 0.3)
ttfunk (1.7.0)

PLATFORMS
arm64-darwin-24

DEPENDENCIES
asciidoctor-pdf (~> 2.3)

BUNDLED WITH
2.4.22
1 change: 1 addition & 0 deletions doc-site/antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ ui:
antora:
extensions:
- '@antora/lunr-extension'
- '@antora/pdf-extension'
asciidoc:
extensions:
- asciidoctor-kroki
3 changes: 2 additions & 1 deletion doc-site/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,12 @@
"dependencies": {
"@antora/cli": "^3.1.10",
"@antora/lunr-extension": "^1.0.0-alpha.10",
"@antora/pdf-extension": "^1.0.0-beta.5",
"@antora/site-generator": "^3.1.10",
"@asciidoctor/core": "^3.0.4",
"asciidoctor-kroki": "^0.18.1"
},
"packageManager": "yarn@4.0.2",
"packageManager": "yarn@4.1.0",
"engines": {
"node": ">=19.0.0"
}
Expand Down
Loading