Skip to content

Commit 5a10c05

Browse files
author
Felix Hennig
committed
Docs spike: Distributed component (#371)
This branch demonstrates the changes required to the documentation to move to distributed components. - `antora.yml`: Remove most settings, set version and name identical to the version and component name in the _documentation_ repository. - `modules`: There is only a `trino` module now, which is part of the distributed `home` component. The previous modules have been turned into nested directories in the `pages`. The module `nav.adoc` file now needs to be referred to in the `documentation` repository. This PR did not update all the `xrefs`. Since the page structure changed, these need to be updated.
1 parent fae25b1 commit 5a10c05

42 files changed

Lines changed: 55 additions & 60 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/antora.yml

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

docs/modules/ROOT/nav.adoc

Lines changed: 0 additions & 2 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/assets/images/trino-web-ui-finished.png renamed to docs/modules/trino/assets/images/trino-web-ui-finished.png

File renamed without changes.

docs/modules/getting_started/assets/images/trino-web-ui.png renamed to docs/modules/trino/assets/images/trino-web-ui.png

File renamed without changes.

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

File renamed without changes.

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

File renamed without changes.

docs/modules/getting_started/examples/code/install-operator-output.txt renamed to docs/modules/trino/examples/getting_started/code/install-operator-output.txt

File renamed without changes.

docs/modules/getting_started/examples/code/install-operator-output.txt.j2 renamed to docs/modules/trino/examples/getting_started/code/install-operator-output.txt.j2

File renamed without changes.

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

File renamed without changes.

0 commit comments

Comments
 (0)