-
Notifications
You must be signed in to change notification settings - Fork 11
/
playbook-master.yml
42 lines (41 loc) · 1.19 KB
/
playbook-master.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
site:
title: Aragon Docs
url: https://docs.aragon.org
start_page: ROOT::index.adoc
content:
sources:
- url: .
branches: master
start_path: components/home
- url: https://github.com/aragon/multisig-plugin
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/token-voting-plugin
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/admin-plugin
branches: feat/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx
branches: feature/docs
start_path: packages/contracts/docs
- url: https://github.com/aragon/osx-commons
branches: feature/docs
start_path: contracts/docs
- url: https://github.com/aragon/staged-proposal-processor-plugin
branches: feature/docs
start_path: docs
- url: https://github.com/aragon/gov-app-template
branches: feat/documentation-antora
start_path: docs
ui:
bundle:
url: ./ui/theme
asciidoc:
attributes:
idprefix: ''
antora:
extensions:
- require: './lunr-tokenizer'
- require: '@antora/lunr-extension'
index_latest_only: true