forked from starknet-io/starknet-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
playbook.yml
58 lines (51 loc) · 1.63 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
site:
title: Starknet documentation
url: https://docs.starknet.io/
start_page: ROOT::index.adoc
keys:
google_analytics: 'G-WY42TERK5P'
urls:
html_extension_style: indexify
content:
sources:
- url: .
branches: HEAD
edit_url: 'https://github.com/starknet-io/starknet-docs/edit/main/{path}'
start_paths:
- components/Starknet
- url: https://github.com/starknet-io/docs-common-content.git
branches:
- 'HEAD'
edit_url: 'https://github.com/starknet-io/docs-common-content/edit/main/{path}'
ui:
bundle:
url: https://github.com/starknet-io/starknet-docs-antora-ui/raw/HEAD/build/ui-bundle.zip
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
# url: ./ui/ui-bundle.zip
snapshot: true
runtime:
fetch: true
asciidoc:
extensions:
- '@asciidoctor/tabs'
attributes:
idprefix: ''
#stem: '@'
stem: 'latexmath'
page-pagination: ''
experimental: ''
# These attributes define the version footer, located in the starknet-docs-antora-ui project (https://github.com/starknet-io/starknet-docs-antora-ui),
# In /src/partials/, in the files footer-content.hbs and starknet_version.hbs.
starknet_mainnet_version: 'Mainnet: 0.13.1.1'
starknet_testnet_version: 'Sepolia: 0.13.1.1'
page-starknet_version: '{starknet_mainnet_version} | {starknet_testnet_version}'
antora:
extensions:
- require: './lunr-tokenizer'
- require: '@antora/lunr-extension'
index_latest_only: true
output:
destinations:
- provider: fs
path: ./public_html/
clean: true