Skip to content

Commit 0e934d2

Browse files
author
Felix Hennig
committed
moved nav to partial (#393)
*Please add a description here. This will become the commit message of the merge request later.*
1 parent 7002e50 commit 0e934d2

29 files changed

Lines changed: 61 additions & 31 deletions

docs/antora.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
name: druid
1+
---
2+
name: home
23
version: "23.1"
3-
title: Stackable Operator for Apache Druid
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 & 5 deletions
This file was deleted.
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# yamllint disable-file
2+
3+
# tag::authclass[]
4+
apiVersion: authentication.stackable.tech/v1alpha1
5+
kind: AuthenticationClass
6+
metadata:
7+
name: ldap-auth
8+
spec:
9+
[...]
10+
#end::authclass[]
11+
12+
# tag::druid[]
13+
apiVersion: druid.stackable.tech/v1alpha1
14+
kind: DruidCluster
15+
metadata:
16+
name: druid
17+
spec:
18+
clusterConfig:
19+
authentication:
20+
- authenticationClass: ldap-auth
21+
[...]
22+
# end::druid[]

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

File renamed without changes.

docs/modules/getting_started/examples/code/expected_query_result.json renamed to docs/modules/druid/examples/getting_started/expected_query_result.json

File renamed without changes.

docs/modules/getting_started/examples/code/getting-started.sh renamed to docs/modules/druid/examples/getting_started/getting_started.sh

File renamed without changes.

docs/modules/getting_started/examples/code/getting-started.sh.j2 renamed to docs/modules/druid/examples/getting_started/getting_started.sh.j2

File renamed without changes.
File renamed without changes.

docs/modules/getting_started/examples/code/ingestion_spec.json renamed to docs/modules/druid/examples/getting_started/ingestion_spec.json

File renamed without changes.

docs/modules/getting_started/examples/code/query.json renamed to docs/modules/druid/examples/getting_started/query.json

File renamed without changes.

0 commit comments

Comments
 (0)