-
Notifications
You must be signed in to change notification settings - Fork 210
/
Copy pathplaybook.yml
46 lines (40 loc) · 894 Bytes
/
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
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
ui:
bundle:
url: https://github.com/starknet-io/starknet-docs-ui/raw/HEAD/build/ui-bundle.zip
snapshot: true
runtime:
fetch: true
asciidoc:
extensions:
- '@asciidoctor/tabs'
attributes:
idprefix: ''
#stem: '@'
stem: 'latexmath'
page-pagination: ''
experimental: ''
antora:
extensions:
- require: './lunr-tokenizer'
- require: '@antora/lunr-extension'
index_latest_only: true
output:
destinations:
- provider: fs
path: ./public_html/
clean: true