-
Notifications
You must be signed in to change notification settings - Fork 1
/
playbook.yml
49 lines (44 loc) · 1.38 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
site:
title: Starknet documentation
url: https://docs.starknet.io/
start_page: documentation::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/dev/{path}'
start_paths:
- components/Starknet
ui:
bundle:
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
url: ./ui/build/ui-bundle.zip
snapshot: true
asciidoc:
extensions:
- '@asciidoctor/tabs'
attributes:
idprefix: ''
#stem: '@'
stem: 'latexmath'
page-pagination: ''
experimental: ''
antora:
extensions:
# Installing the lunr-extension requires installing it, and including the following line in your playbook.yml file.
# For info on installing the lunr-extension, see https://gitlab.com/antora/antora-lunr-extension#user-content-ui-assumptions.
# The lunr-tokenizer enables search results that include strings within code samples.
# For example, without the lunr-tokenizer, searching for `foo` will find `The foo function`, but it won't find `foo(arg1)`.
- require: './lunr-tokenizer'
- require: '@antora/lunr-extension'
index_latest_only: true
output:
destinations:
- provider: fs
path: ./public_html/
clean: true