File tree Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Expand file tree Collapse file tree 4 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
- url : ../clojurephant
7
7
branches : [HEAD]
8
8
start_path : docs/
9
+ - url : ../clojurephant-tooling
10
+ branches : [HEAD]
11
+ start_path : docs/
9
12
ui :
10
13
bundle :
11
14
url : https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
Original file line number Diff line number Diff line change 7
7
- url : https://github.com/clojurephant/clojurephant.git
8
8
branches : [main]
9
9
start_path : docs/
10
+ - url : https://github.com/clojurephant/clojurephant-tooling.git
11
+ branches : [main]
12
+ start_path : docs/
10
13
ui :
11
14
bundle :
12
15
url : https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable
Original file line number Diff line number Diff line change 1
1
{
2
+ "name" : " clojurephant.github.io" ,
3
+ "private" : true ,
2
4
"devDependencies" : {
3
5
"@antora/cli" : " ^3.0.3" ,
4
6
"@antora/lunr-extension" : " ^1.0.0-alpha.8" ,
8
10
"vinyl-fs" : {
9
11
"glob-stream" : " ~7.0"
10
12
}
13
+ },
14
+ "scripts" : {
15
+ "build" : " antora --fetch ./antora-playbook.yml" ,
16
+ "build:local" : " antora --fetch ./antora-local-playbook.yml"
11
17
}
12
18
}
Original file line number Diff line number Diff line change 30
30
<a class =" navbar-link" href =" #" >Repositories</a >
31
31
<div class =" navbar-dropdown" >
32
32
<a class =" navbar-item" href =" https://github.com/clojurephant/clojurephant" >clojurephant</a >
33
+ <a class =" navbar-item" href =" https://github.com/clojurephant/clojurephant-tooling" >clojurephant-tooling</a >
33
34
<a class =" navbar-item" href =" https://github.com/clojurephant/sample-clojurephant-clj-lib" >
34
35
sample-clojurephant-clj-lib
35
36
</a >
You can’t perform that action at this time.
0 commit comments