-
Notifications
You must be signed in to change notification settings - Fork 43
/
antora-playbook.yml
32 lines (32 loc) · 1.09 KB
/
antora-playbook.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
site:
title: Bitcoin Programming with BitcoinJS, Bitcoin Core and LND
start_page: bitcoinjs-guide::index.adoc
url: https://bitcoinjs-guide.bitcoin-studio.com
#url: file:///Users/steph/Desktop/Bitcoin/Projects/Bitcoin-Programming-with-BitcoinJS/www/build/site
#url: http://127.0.0.1:8887/
robots: allow
content:
sources:
#- url: .
# branches: [v4, v5]
- url: [email protected]:bitcoin-studio/Bitcoin-Programming-with-BitcoinJS.git
branches: [v4, v5]
ui:
bundle:
snapshot: true
url: ./build/ui-bundle.zip
asciidoc:
attributes:
experimental: true
#author: Stéphane Roche <[email protected]>
description: 'Non-official Bitcoin Programming with BitcoinJS, Bitcoin Core and LND extensive guide'
keywords: 'bitcoin, bitcoin core, lnd, lightning network, programming'
# handlebar replace helper will replace '{page-origin-branch}'
codebaseurl: 'https://github.com/bitcoin-studio/Bitcoin-Programming-with-BitcoinJS/blob/{page-origin-branch}/code/'
runtime:
fetch: true
output:
dir: ./dist
antora:
extensions:
- '@antora/lunr-extension'