Skip to content

Commit

Permalink
Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanNWatt committed Oct 29, 2024
1 parent a11e0c5 commit e5edca1
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion doc_site/docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
sphinx==7.3.0
# sphinx-rtd-theme==1.3.0rc1
sphinxawesome-theme==5.2.0
myst-parser
myst-parser
sphinx-design
2 changes: 2 additions & 0 deletions doc_site/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,11 @@ def get_latest_git_tag():
'sphinx.ext.extlinks',
'sphinx.ext.autosummary',
'sphinx.ext.intersphinx',
'sphinx_design',
'myst_parser'

]
myst_enable_extensions = ["colon_fence"]

source_suffix = {
'.rst': 'restructuredtext',
Expand Down
1 change: 1 addition & 0 deletions doc_site/docs/source/partials/status_beta.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{bdg-warning}`Beta`
2 changes: 2 additions & 0 deletions doc_site/docs/source/partials/status_development.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{bdg-danger}`In Development`

1 change: 1 addition & 0 deletions doc_site/docs/source/partials/status_release.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{bdg-success}`Released`
3 changes: 3 additions & 0 deletions doc_site/docs/source/terraform/submodule/airbyte.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Airbyte


{bdg-warning}`Beta`

### Overview

This module deploys Airbyte, an open-source data integration platform, on Kubernetes. It sets up the necessary Helm release, configures the database, and exposes the Airbyte webserver. This module also includes OAuth2 proxy configuration for secure access.
Expand Down
10 changes: 10 additions & 0 deletions doc_site/docs/source/terraform/submodule/clickhouse.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Clickhouse

Hi
{bdg-primary}`primary`, {bdg-primary-line}`primary-line`

```{bdg-primary}
primary
```

```{bdg-primary-line}
primary-line
```
### Overview

This module deploys a ClickHouse database on Kubernetes. It uses the official ClickHouse Helm chart to set up a reliable columnar database instance, suitable for high-performance analytics and data warehousing in the cluster. The module also provides outputs for easy access to database connection details.
Expand Down
3 changes: 3 additions & 0 deletions modules/airbyte/.terraform-docs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
formatter: "markdown table"

content: |-
{{ .Header }}
{{ include "../../doc_site/docs/source/partials/status_beta.md" }}
## Overview
Expand Down
3 changes: 3 additions & 0 deletions modules/airbyte/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Airbyte


{bdg-warning}`Beta`

### Overview

This module deploys Airbyte, an open-source data integration platform, on Kubernetes. It sets up the necessary Helm release, configures the database, and exposes the Airbyte webserver. This module also includes OAuth2 proxy configuration for secure access.
Expand Down
3 changes: 3 additions & 0 deletions modules/argo_cd/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,14 @@ formatter: "markdown table"

content: |-
{{ .Header }}
{{ include "../../doc_site/docs/source/partials/status_release.md" }}
## Overview
This module deploys Argo CD, a declarative, GitOps continuous delivery tool for Kubernetes. It sets up the necessary Helm release, configures SSO integration, and exposes the Argo CD server. The module includes OAuth2 configuration for secure access.
```{tip}
This implementation uses the official Argo CD Helm chart. You can find more details in the [Argo CD documentation](https://github.com/argoproj/argo-helm/tree/main/charts/argo-cd).
Expand Down
2 changes: 2 additions & 0 deletions modules/argo_workflows/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ formatter: "markdown table"

content: |-
{{ .Header }}
{{ include "../../doc_site/docs/source/partials/status_release.md" }}
## Overview
Expand Down
2 changes: 2 additions & 0 deletions modules/clickhouse/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ formatter: "markdown table"

content: |-
{{ .Header }}
{{ include "../../doc_site/docs/source/partials/status_development.md" }}
## Overview
Expand Down
10 changes: 10 additions & 0 deletions modules/clickhouse/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Clickhouse

Hi
{bdg-primary}`primary`, {bdg-primary-line}`primary-line`

```{bdg-primary}
primary
```

```{bdg-primary-line}
primary-line
```
### Overview

This module deploys a ClickHouse database on Kubernetes. It uses the official ClickHouse Helm chart to set up a reliable columnar database instance, suitable for high-performance analytics and data warehousing in the cluster. The module also provides outputs for easy access to database connection details.
Expand Down
2 changes: 2 additions & 0 deletions modules/superset/.terraform-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ formatter: "markdown table"

content: |-
{{ .Header }}
{{ include "../../doc_site/docs/source/partials/status_release.md" }}
## Overview
Expand Down

0 comments on commit e5edca1

Please sign in to comment.