Skip to content

Commit bc66fc2

Browse files
committed
Add clojurephant-tooling to docs
1 parent 3a0e53f commit bc66fc2

File tree

4 files changed

+13
-0
lines changed

4 files changed

+13
-0
lines changed

antora-local-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ content:
66
- url: ../clojurephant
77
branches: [HEAD]
88
start_path: docs/
9+
- url: ../clojurephant-tooling
10+
branches: [HEAD]
11+
start_path: docs/
912
ui:
1013
bundle:
1114
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable

antora-playbook.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ content:
77
- url: https://github.com/clojurephant/clojurephant.git
88
branches: [main]
99
start_path: docs/
10+
- url: https://github.com/clojurephant/clojurephant-tooling.git
11+
branches: [main]
12+
start_path: docs/
1013
ui:
1114
bundle:
1215
url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/HEAD/raw/build/ui-bundle.zip?job=bundle-stable

package.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
{
2+
"name": "clojurephant.github.io",
3+
"private": true,
24
"devDependencies": {
35
"@antora/cli": "^3.0.3",
46
"@antora/lunr-extension": "^1.0.0-alpha.8",
@@ -8,5 +10,9 @@
810
"vinyl-fs": {
911
"glob-stream": "~7.0"
1012
}
13+
},
14+
"scripts": {
15+
"build": "antora --fetch ./antora-playbook.yml",
16+
"build:local": "antora --fetch ./antora-local-playbook.yml"
1117
}
1218
}

supplemental_ui/partials/header-content.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<a class="navbar-link" href="#">Repositories</a>
3131
<div class="navbar-dropdown">
3232
<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>
3334
<a class="navbar-item" href="https://github.com/clojurephant/sample-clojurephant-clj-lib">
3435
sample-clojurephant-clj-lib
3536
</a>

0 commit comments

Comments
 (0)