Skip to content

Commit 903b83b

Browse files
author
Felix Hennig
committed
Spike/distributed component (#313)
*Please add a description here. This will become the commit message of the merge request later.*
1 parent 6777557 commit 903b83b

26 files changed

Lines changed: 43 additions & 35 deletions

docs/antora.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
name: hbase
1+
---
2+
name: home
23
version: "23.1"
3-
title: Stackable Operator for Apache HBase
4-
nav:
5-
- modules/getting_started/nav.adoc
6-
- modules/ROOT/nav.adoc
7-
prerelease: false

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/modules/getting_started/nav.adoc

Lines changed: 0 additions & 3 deletions
This file was deleted.

docs/modules/getting_started/examples/code/getting_started.sh renamed to docs/modules/hbase/examples/getting_started/getting_started.sh

File renamed without changes.

docs/modules/getting_started/examples/code/getting_started.sh.j2 renamed to docs/modules/hbase/examples/getting_started/getting_started.sh.j2

File renamed without changes.

docs/modules/getting_started/examples/code/hbase.yaml renamed to docs/modules/hbase/examples/getting_started/hbase.yaml

File renamed without changes.
File renamed without changes.

docs/modules/getting_started/examples/code/install_output.txt renamed to docs/modules/hbase/examples/getting_started/install_output.txt

File renamed without changes.

docs/modules/getting_started/examples/code/install_output.txt.j2 renamed to docs/modules/hbase/examples/getting_started/install_output.txt.j2

File renamed without changes.
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#! /usr/bin/env bash
2+
set -euo pipefail
3+
4+
cd "$(dirname "$0")"
5+
./getting_started.sh helm
6+

0 commit comments

Comments
 (0)