Skip to content

Commit

Permalink
Deployed 6b11a11 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 Jul 8, 2024
1 parent a0f4ffd commit 79a5f12
Show file tree
Hide file tree
Showing 51 changed files with 3,300 additions and 562 deletions.
22 changes: 22 additions & 0 deletions dev/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -1138,6 +1138,8 @@








Expand Down Expand Up @@ -1269,6 +1271,26 @@








<li class="md-nav__item">
<a href="/kpops/dev/user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
624 changes: 323 additions & 301 deletions dev/developer/api/index.html

Large diffs are not rendered by default.

22 changes: 22 additions & 0 deletions dev/developer/auto-generation/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1160,6 +1160,8 @@








Expand Down Expand Up @@ -1291,6 +1293,26 @@








<li class="md-nav__item">
<a href="../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/developer/contributing/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,8 @@








Expand Down Expand Up @@ -1293,6 +1295,26 @@








<li class="md-nav__item">
<a href="../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/developer/getting-started/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1162,6 +1162,8 @@








Expand Down Expand Up @@ -1293,6 +1295,26 @@








<li class="md-nav__item">
<a href="../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1216,6 +1216,8 @@ <h1>KPOps Documentation</h1>








Expand Down Expand Up @@ -1347,6 +1349,26 @@ <h1>KPOps Documentation</h1>








<li class="md-nav__item">
<a href="user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
Binary file modified dev/objects.inv
Binary file not shown.
22 changes: 22 additions & 0 deletions dev/resources/architecture/components-hierarchy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1151,6 +1151,8 @@








Expand Down Expand Up @@ -1282,6 +1284,26 @@








<li class="md-nav__item">
<a href="../../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/resources/examples/defaults/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@








Expand Down Expand Up @@ -1287,6 +1289,26 @@








<li class="md-nav__item">
<a href="../../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/resources/examples/pipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@








Expand Down Expand Up @@ -1287,6 +1289,26 @@








<li class="md-nav__item">
<a href="../../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
22 changes: 22 additions & 0 deletions dev/resources/pipeline-components/pipeline/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@








Expand Down Expand Up @@ -1287,6 +1289,26 @@








<li class="md-nav__item">
<a href="../../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
9 changes: 2 additions & 7 deletions dev/resources/pipeline-config/config.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
# CONFIGURATION
#
# Custom Python module defining project-specific KPOps components
components_module: null
# Base directory to the pipelines (default is current working directory)
pipeline_base_dir: .
# The Kafka brokers address.
# REQUIRED
kafka_brokers: "http://broker1:9092,http://broker2:9092"
# Configure the topic name variables you can use in the pipeline definition.
topic_name_config:
topic_name_config:
# Configures the value for the variable ${output_topic_name}
default_output_topic_name: ${pipeline.name}-${component.name}
# Configures the value for the variable ${error_topic_name}
Expand All @@ -27,9 +25,6 @@ kafka_rest:
kafka_connect:
# Address of Kafka Connect.
url: "http://localhost:8083"
# The timeout in seconds that specifies when actions like deletion or deploy
# timeout.
timeout: 300
# Flag for `helm upgrade --install`.
# Create the release namespace if not present.
create_namespace: false
Expand All @@ -42,7 +37,7 @@ helm_config:
# Kubernetes API version used for Capabilities.APIVersions
api_version: null
# Configure Helm Diff.
helm_diff_config:
helm_diff_config:
# Set of keys that should not be checked.
ignore:
- name
Expand Down
22 changes: 22 additions & 0 deletions dev/resources/pipeline-defaults/defaults/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1156,6 +1156,8 @@








Expand Down Expand Up @@ -1287,6 +1289,26 @@








<li class="md-nav__item">
<a href="../../../user/migration-guide/v6-v7/" class="md-nav__link">


<span class="md-ellipsis">
Migrate from v6 to v7
</span>


</a>
</li>




</ul>
</nav>

Expand Down
Loading

0 comments on commit 79a5f12

Please sign in to comment.