Skip to content

Commit 53be277

Browse files
authored
Added stackablectl (#218)
1 parent 8c5681e commit 53be277

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

antora-playbook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ content:
1414
- url: https://github.com/stackabletech/documentation.git
1515
branches: main
1616

17+
- url: https://github.com/stackabletech/stackablectl.git
18+
branches: main
19+
tags: docs/*
20+
start_path: docs
21+
1722
- url: https://github.com/stackabletech/commons-operator.git
1823
branches: main
1924
tags: docs/*

local-antora-playbook.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,11 @@ content:
1515
- url: ./
1616
branches: HEAD
1717

18+
- url: https://github.com/stackabletech/stackablectl.git
19+
branches: main
20+
tags: docs/*
21+
start_path: docs
22+
1823
- url: https://github.com/stackabletech/commons-operator.git
1924
branches: main
2025
tags: docs/*

supplemental-ui/partials/navbar.hbs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<a class="navbar-sub-item" href="{{{ relativize "/home/getting_started.html" }}}">Getting Started</a>
33
<a class="navbar-sub-item" href="{{{ relativize "/home/concepts/s3.html" }}}">Concepts</a>
44
<a class="navbar-sub-item" href="{{{ relativize "/home/tutorials/end-to-end_data_pipeline_example.html" }}}">Tutorials</a>
5+
<a class="navbar-sub-item" href="{{{ relativize "/stackablectl/stable/index.html" }}}">stackablectl</a>
56
<div class="navbar-sub-item drop-down">
67
Operators
78
<div class="drop-down-content">

0 commit comments

Comments
 (0)