Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into adr-pdb
Browse files Browse the repository at this point in the history
  • Loading branch information
sbernauer committed Sep 29, 2023
2 parents 8474bf8 + b6a3c7a commit ba3a65f
Show file tree
Hide file tree
Showing 27 changed files with 717 additions and 434 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ build-ui:
node_modules/.bin/gulp --cwd ui bundle

clean:
rm -r build
rm -rf build
# 'cache' is the configured cache dir in the playbook
rm -r cache
rm -rf cache

# The netlify repo is checked out without any blobs. This script
# iterates through the release branches and checks them out one-by-one
Expand Down
83 changes: 10 additions & 73 deletions antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,18 @@ content:
- release/23.7
- release/23.4
- release/23.1
- release/22.11
- release/22.09
- release/22.06
# stackablectl
- url: https://github.com/stackabletech/stackablectl.git
# management tools
- url: https://github.com/stackabletech/stackable-cockpit.git
start_path: docs
branches: main
# demos
- url: https://github.com/stackabletech/demos.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
# internal operators
- url: https://github.com/stackabletech/commons-operator.git
start_path: docs
Expand All @@ -36,21 +41,13 @@ content:
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat # (required for 0.4 and below)
- old-release-docs/0.4
- old-release-docs/0.3
- old-release-docs/0.2
- url: https://github.com/stackabletech/secret-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat # (required for 0.6 and below)
tags:
- docs/0.6
- docs/0.5
- url: https://github.com/stackabletech/listener-operator.git
start_path: docs
branches:
Expand All @@ -66,143 +63,83 @@ content:
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat # (required for 0.6 and below)
- old-release-docs/0.6
- old-release-docs/0.5
tags:
- docs/0.4
- url: https://github.com/stackabletech/druid-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.8
- old-release-docs/0.7
tags:
- docs/0.6
- url: https://github.com/stackabletech/hbase-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.5
- old-release-docs/0.4
- old-release-docs/0.3
- url: https://github.com/stackabletech/hdfs-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.6
- old-release-docs/0.5
tags:
- docs/0.4
- url: https://github.com/stackabletech/hive-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
tags:
- docs/0.8
- docs/0.7
- docs/0.6
- url: https://github.com/stackabletech/kafka-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
tags:
- docs/0.8
- docs/0.7
- docs/0.6
- url: https://github.com/stackabletech/nifi-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat # (required for 0.8 and below)
- old-release-docs/0.8
- old-release-docs/0.7
- old-release-docs/0.6
- url: https://github.com/stackabletech/opa-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
tags:
- docs/0.11
- docs/0.10
- docs/0.9
- url: https://github.com/stackabletech/spark-k8s-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
tags:
- docs/0.6
- docs/0.5
- docs/0.4
- docs/0.3
- docs/0.2
- url: https://github.com/stackabletech/superset-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.7
- old-release-docs/0.6
- old-release-docs/0.5
- url: https://github.com/stackabletech/trino-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.8
- old-release-docs/0.7
tags:
- docs/0.6
- docs/0.5
- docs/0.4
- url: https://github.com/stackabletech/zookeeper-operator.git
start_path: docs
branches:
- main
- release-23.7
- release-23.4
- release-23.1
- distributed-component-compat
- old-release-docs/0.12
- old-release-docs/0.11
- old-release-docs/0.10

ui:
bundle:
Expand Down
1 change: 1 addition & 0 deletions antora.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Stackable Documentation
nav:
- modules/ROOT/nav.adoc
- modules/concepts/nav.adoc
- modules/demos/nav.adoc
- modules/tutorials/nav.adoc
- modules/reference/nav.adoc
- modules/operators/nav.adoc
Expand Down
7 changes: 5 additions & 2 deletions gitpod-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,11 @@ content:
- url: /workspace/documentation
tags: []
branches: [HEAD, release/*]
# stackablectl
- url: https://github.com/stackabletech/stackablectl.git
# management tools
- url: https://github.com/stackabletech/stackable-cockpit.git
start_path: docs
# demos
- url: https://github.com/stackabletech/demos.git
start_path: docs
# internal operators
- url: https://github.com/stackabletech/commons-operator.git
Expand Down
Loading

0 comments on commit ba3a65f

Please sign in to comment.