-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathantora-playbook.yml
41 lines (38 loc) · 1.15 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
33
34
35
36
37
38
39
40
41
site:
title: RISC-V ISA Documentation Library Antora Demo Site
url: https://docs.riscv.org
start_page: riscv-library::index.adoc
content:
sources:
- url: https://github.com/riscv/riscv-library.git
branches: main
start_path: /
- url: https://github.com/riscv/riscv-isa-manual.git
branches: antora-refactor
- url: https://github.com/riscv-admin/riscv-getting-started-guide.git
branches: kersten-patch-1
# - url: https://github.com/riscv-admin/policies.git
# branches: 6-update-repo-structure-description-for-antora-layout
#asciidoc:
#extensions:
#- asciidoctor-kroki
#- asciidoctor-bibtex
#- asciidoctor-mathematical
#attributes:
# le: '≤'
# ge: '≥'
# ne: '≠'
# approx: '≈'
# inf: '∞'
# csrname: 'envcfg'
# incexample: example$
# incimage: image$
#antora:
#extensions:
#- '@antora/pdf-extension'
#- '@antora/asciidoctor-bibtex'
ui:
bundle:
#url: https://github.com/mulesoft/docs-site-ui/releases/download/prod-627/ui-bundle.zip
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
snapshot: true