Skip to content

Commit

Permalink
Deployed 2e2c7ba to dev with MkDocs 1.5.3 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Jan 3, 2024
1 parent 6be294a commit 6b0dd91
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
6 changes: 5 additions & 1 deletion dev/resources/architecture/components-hierarchy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1526,17 +1526,21 @@ <h1>Components hierarchy</h1>

<pre class="mermaid"><code>flowchart BT
KubernetesApp --&gt; PipelineComponent
KafkaApp --&gt; PipelineComponent
HelmApp --&gt; KubernetesApp
KafkaApp --&gt; HelmApp
StreamsBootstrap --&gt; HelmApp
StreamsApp --&gt; KafkaApp
StreamsApp --&gt; StreamsBootstrap
ProducerApp --&gt; KafkaApp
ProducerApp --&gt; StreamsBootstrap
KafkaConnector --&gt; PipelineComponent
KafkaSourceConnector --&gt; KafkaConnector
KafkaSinkConnector --&gt; KafkaConnector

click KubernetesApp "/kpops/user/core-concepts/components/kubernetes-app"
click HelmApp "/kpops/user/core-concepts/components/helm-app"
click KafkaApp "/kpops/user/core-concepts/components/kafka-app"
click StreamsBootstrap "/kpops/user/core-concepts/components/streams-bootstrap"
click StreamsApp "/kpops/user/core-concepts/components/streams-app"
click ProducerApp "/kpops/user/core-concepts/components/producer-app"
click KafkaConnector "/kpops/user/core-concepts/components/kafka-connector"
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

Binary file modified dev/sitemap.xml.gz
Binary file not shown.
6 changes: 5 additions & 1 deletion dev/user/core-concepts/components/overview/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1556,17 +1556,21 @@ <h1 id="overview">Overview<a class="headerlink" href="#overview" title="Permanen
definition <a href="../../../../resources/pipeline-components/pipeline/"><code>pipeline.yaml</code></a>.</p>
<pre class="mermaid"><code>flowchart BT
KubernetesApp --&gt; PipelineComponent
KafkaApp --&gt; PipelineComponent
HelmApp --&gt; KubernetesApp
KafkaApp --&gt; HelmApp
StreamsBootstrap --&gt; HelmApp
StreamsApp --&gt; KafkaApp
StreamsApp --&gt; StreamsBootstrap
ProducerApp --&gt; KafkaApp
ProducerApp --&gt; StreamsBootstrap
KafkaConnector --&gt; PipelineComponent
KafkaSourceConnector --&gt; KafkaConnector
KafkaSinkConnector --&gt; KafkaConnector

click KubernetesApp "/kpops/user/core-concepts/components/kubernetes-app"
click HelmApp "/kpops/user/core-concepts/components/helm-app"
click KafkaApp "/kpops/user/core-concepts/components/kafka-app"
click StreamsBootstrap "/kpops/user/core-concepts/components/streams-bootstrap"
click StreamsApp "/kpops/user/core-concepts/components/streams-app"
click ProducerApp "/kpops/user/core-concepts/components/producer-app"
click KafkaConnector "/kpops/user/core-concepts/components/kafka-connector"
Expand Down

0 comments on commit 6b0dd91

Please sign in to comment.