Skip to content

Commit 9100b17

Browse files
committed
Finish off docs
1 parent b23b575 commit 9100b17

3 files changed

Lines changed: 12 additions & 0 deletions

File tree

spring-grpc-docs/Gemfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
source 'https://rubygems.org'
2+
3+
gem 'asciidoctor-reducer'

spring-grpc-docs/npm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/sh
2+
cd $(dirname $0)
3+
PATH="$PWD/node/":$PATH
4+
node "node/node_modules/npm/bin/npm-cli.js" "$@"

spring-grpc-docs/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
"engines": {
33
"node": "24.15.0"
44
},
5+
"name": "docs",
6+
"version": "1.0.0",
57
"dependencies": {
68
"@antora/atlas-extension": "^1.0.0-alpha.5",
79
"@antora/cli": "^3.2.0-alpha.11",
@@ -11,5 +13,8 @@
1113
"@springio/antora-extensions": "^1.14.11",
1214
"@springio/asciidoctor-extensions": "^1.0.0-alpha.18",
1315
"downdoc": "^1.1.0-stable"
16+
},
17+
"scripts": {
18+
"build": "antora --stacktrace generate --to-dir `pwd`/target/antora/site --url https://docs.spring.io --log-level=debug src/main/antora/antora-playbook.yml"
1419
}
1520
}

0 commit comments

Comments
 (0)