Skip to content

Commit

Permalink
Deployed 6ca0081 to 2.0 with MkDocs 1.4.2 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
bakdata-bot committed Oct 12, 2023
1 parent e2bc335 commit fa020f4
Show file tree
Hide file tree
Showing 4 changed files with 54 additions and 54 deletions.
2 changes: 1 addition & 1 deletion 2.0/schema/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$ref": "#/definitions/PipelineConfig",
"definitions": {
"HelmConfig": {
"description": "Global Helm configuration",
"description": "Global Helm configuration.",
"properties": {
"api_version": {
"description": "Kubernetes API version used for Capabilities.APIVersions",
Expand Down
44 changes: 22 additions & 22 deletions 2.0/schema/pipeline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"definitions": {
"FromSection": {
"additionalProperties": false,
"description": "Holds multiple input topics",
"description": "Holds multiple input topics.",
"properties": {
"components": {
"additionalProperties": {
Expand All @@ -28,7 +28,7 @@
},
"FromTopic": {
"additionalProperties": false,
"description": "Input topic",
"description": "Input topic.",
"properties": {
"role": {
"description": "Custom identifier belonging to a topic; define only if `type` is `pattern` or `None`",
Expand All @@ -48,7 +48,7 @@
"type": "object"
},
"HelmRepoConfig": {
"description": "Helm repository configuration",
"description": "Helm repository configuration.",
"properties": {
"repo_auth_flags": {
"allOf": [
Expand Down Expand Up @@ -85,7 +85,7 @@
"type": "object"
},
"InputTopicTypes": {
"description": "Input topic types\n\nINPUT (input topic), PATTERN (extra-topic-pattern or input-topic-pattern)",
"description": "Input topic types.\n\nINPUT (input topic), PATTERN (extra-topic-pattern or input-topic-pattern)",
"enum": [
"input",
"pattern"
Expand All @@ -97,7 +97,7 @@
"additionalProperties": {
"type": "string"
},
"description": "Settings specific to Kafka Connectors",
"description": "Settings specific to Kafka Connectors.",
"properties": {
"connector.class": {
"title": "Connector.Class",
Expand All @@ -111,7 +111,7 @@
"type": "object"
},
"KafkaSinkConnector": {
"description": "Kafka sink connector model",
"description": "Kafka sink connector model.",
"properties": {
"app": {
"allOf": [
Expand Down Expand Up @@ -183,7 +183,7 @@
},
"type": {
"default": "kafka-sink-connector",
"description": "Kafka sink connector model",
"description": "Kafka sink connector model.",
"enum": [
"kafka-sink-connector"
],
Expand All @@ -206,7 +206,7 @@
"type": "object"
},
"KafkaSourceConnector": {
"description": "Kafka source connector model",
"description": "Kafka source connector model.",
"properties": {
"app": {
"allOf": [
Expand Down Expand Up @@ -283,7 +283,7 @@
},
"type": {
"default": "kafka-source-connector",
"description": "Kafka source connector model",
"description": "Kafka source connector model.",
"enum": [
"kafka-source-connector"
],
Expand Down Expand Up @@ -384,13 +384,13 @@
"type": "object"
},
"KubernetesAppConfig": {
"description": "Settings specific to Kubernetes Apps",
"description": "Settings specific to Kubernetes Apps.",
"properties": {},
"title": "KubernetesAppConfig",
"type": "object"
},
"OutputTopicTypes": {
"description": "Types of output topic\n\nOUTPUT (output topic), ERROR (error topic)",
"description": "Types of output topic.\n\nOUTPUT (output topic), ERROR (error topic)",
"enum": [
"output",
"error"
Expand All @@ -399,7 +399,7 @@
"type": "string"
},
"ProducerApp": {
"description": "Producer component\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.",
"description": "Producer component.\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.",
"properties": {
"app": {
"allOf": [
Expand Down Expand Up @@ -462,7 +462,7 @@
},
"type": {
"default": "producer-app",
"description": "Producer component\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.",
"description": "Producer component.\nThis producer holds configuration to use as values for the streams bootstrap producer helm chart. Note that the producer does not support error topics.",
"enum": [
"producer-app"
],
Expand All @@ -485,7 +485,7 @@
"type": "object"
},
"ProducerStreamsConfig": {
"description": "Kafka Streams settings specific to Producer",
"description": "Kafka Streams settings specific to Producer.",
"properties": {
"brokers": {
"description": "Brokers",
Expand Down Expand Up @@ -519,7 +519,7 @@
"type": "object"
},
"ProducerValues": {
"description": "Settings specific to producers",
"description": "Settings specific to producers.",
"properties": {
"nameOverride": {
"description": "Override name with this value",
Expand All @@ -543,7 +543,7 @@
"type": "object"
},
"RepoAuthFlags": {
"description": "Authorisation-related flags for `helm repo`",
"description": "Authorisation-related flags for `helm repo`.",
"properties": {
"ca_file": {
"description": "Path to CA bundle file to verify certificates of HTTPS-enabled servers",
Expand Down Expand Up @@ -578,7 +578,7 @@
"type": "object"
},
"StreamsApp": {
"description": "StreamsApp component that configures a streams bootstrap app",
"description": "StreamsApp component that configures a streams bootstrap app.",
"properties": {
"app": {
"allOf": [
Expand Down Expand Up @@ -645,7 +645,7 @@
},
"type": {
"default": "streams-app",
"description": "StreamsApp component that configures a streams bootstrap app",
"description": "StreamsApp component that configures a streams bootstrap app.",
"enum": [
"streams-app"
],
Expand All @@ -668,7 +668,7 @@
"type": "object"
},
"StreamsAppAutoScaling": {
"description": "Kubernetes Event-driven Autoscaling config",
"description": "Kubernetes Event-driven Autoscaling config.",
"properties": {
"consumerGroup": {
"description": "Name of the consumer group used for checking the offset on the topic and processing the related lag.",
Expand Down Expand Up @@ -771,7 +771,7 @@
"type": "object"
},
"StreamsConfig": {
"description": "Streams Bootstrap streams section",
"description": "Streams Bootstrap streams section.",
"properties": {
"brokers": {
"description": "Brokers",
Expand Down Expand Up @@ -854,7 +854,7 @@
"type": "object"
},
"ToSection": {
"description": "Holds multiple output topics",
"description": "Holds multiple output topics.",
"properties": {
"models": {
"additionalProperties": {
Expand All @@ -880,7 +880,7 @@
},
"TopicConfig": {
"additionalProperties": false,
"description": "Configure an output topic",
"description": "Configure an output topic.",
"properties": {
"configs": {
"additionalProperties": {
Expand Down
62 changes: 31 additions & 31 deletions 2.0/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,157 +2,157 @@
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<url>
<loc>https://bakdata.github.io/kpops/2.0/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/developer/auto-generation/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/developer/formatting/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/architecture/components-hierarchy/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/examples/defaults/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/examples/pipeline/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/pipeline-components/pipeline/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/pipeline-defaults/defaults/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/variables/cli_env_vars/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/resources/variables/config_env_vars/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/what-is-kpops/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/config/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/defaults/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-app/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-connector/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-sink-connector/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kafka-source-connector/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/kubernetes-app/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/overview/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/producer-app/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/components/streams-app/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/variables/environment_variables/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/core-concepts/variables/substitution/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/examples/atm-fraud-pipeline/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/getting-started/quick-start/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/getting-started/setup/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/getting-started/teardown/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/migration-guide/v1-v2/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/references/cli-commands/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/references/editor-integration/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
<url>
<loc>https://bakdata.github.io/kpops/2.0/user/references/ci-integration/github-actions/</loc>
<lastmod>2023-09-19</lastmod>
<lastmod>2023-10-12</lastmod>
<changefreq>daily</changefreq>
</url>
</urlset>
Binary file modified 2.0/sitemap.xml.gz
Binary file not shown.

0 comments on commit fa020f4

Please sign in to comment.