File tree Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Expand file tree Collapse file tree 2 files changed +13
-7
lines changed Original file line number Diff line number Diff line change
1
+ # This file is changed during the build process, so if you want to save your changes
2
+ # You'd need to commit them before running the `npm run build` script, or
3
+ # just comment the `postbuild` script that restores this file
4
+ #
1
5
site :
2
6
title : Decidim Docs
3
7
url : https://docs.decidim.org
4
8
start_page : develop@en:ROOT:index.adoc
5
9
content :
6
10
sources :
7
- - url : &documentation .
11
+ - url : &documentation https://github.com/decidim/documentation
8
12
start_path : docs/en
9
- branches : [release/0.30-stable, HEAD ]
13
+ branches : [release/0.30-stable, develop ]
10
14
edit_url : " https://github.com/decidim/documentation/edit/{refname}/{path}"
11
- - url : &documentation .
15
+ - url : &documentation https://github.com/decidim/documentation
12
16
start_path : docs/fr
13
17
branches : [develop]
14
- - url : &documentation .
18
+ - url : &documentation https://github.com/decidim/documentation
15
19
start_path : docs/es
16
20
branches : [develop]
17
- - url : &documentation .
21
+ - url : &documentation https://github.com/decidim/documentation
18
22
start_path : docs/pt
19
23
branches : [develop]
20
- - url : &documentation .
24
+ - url : &documentation https://github.com/decidim/documentation
21
25
start_path : docs/de
22
26
branches : [develop]
23
27
- url : https://github.com/decidim/decidim
24
28
start_path : docs
25
- branches : [release/0.30-stable, HEAD ]
29
+ branches : [release/0.30-stable, develop ]
26
30
ui :
27
31
bundle :
28
32
url : https://github.com/decidim/documentation-antora-ui/releases/download/v0.4/ui-bundle.zip
Original file line number Diff line number Diff line change 2
2
"name" : " decidim-documentation" ,
3
3
"private" : true ,
4
4
"scripts" : {
5
+ "prebuild" : " ./bin/playbook-changer.js" ,
5
6
"build" : " antora antora-playbook.yml $@" ,
7
+ "postbuild" : " ./bin/postbuild.js" ,
6
8
"test" : " ./bin/test"
7
9
},
8
10
"devDependencies" : {
You can’t perform that action at this time.
0 commit comments