-
Notifications
You must be signed in to change notification settings - Fork 23
/
antora-playbook.yml
32 lines (32 loc) · 1.11 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
# This file is changed during the build process, so if you want to save your changes
# You'd need to commit them before running the `npm run build` script, or
# just comment the `postbuild` script that restores this file
#
site:
title: Decidim Docs
url: https://docs.decidim.org
start_page: v0.29@en:ROOT:index.adoc
content:
sources:
- url: &documentation https://github.com/decidim/documentation
start_path: docs/en
branches: [release/0.29-stable, release/0.28-stable, release/0.27-stable, develop]
edit_url: "https://github.com/decidim/documentation/edit/{refname}/{path}"
- url: https://github.com/decidim/decidim
start_path: docs
branches: [release/0.29-stable, release/0.28-stable, release/0.27-stable, develop]
ui:
bundle:
url: https://github.com/decidim/documentation-antora-ui/releases/download/v0.4/ui-bundle.zip
snapshot: true
supplemental_files: ./supplemental_ui
antora:
extensions:
- require: '@antora/lunr-extension'
asciidoc:
attributes:
kroki-fetch-diagram: true
page-pagination: ""
extensions:
- asciidoctor-kroki
- asciidoctor-mathjax