Skip to content

Commit

Permalink
Fix figs
Browse files Browse the repository at this point in the history
Signed-off-by: obaydullahmhs <[email protected]>
  • Loading branch information
obaydullahmhs committed Oct 3, 2024
1 parent 9eaf61a commit ee93226
Show file tree
Hide file tree
Showing 13 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/guides/kafka/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ KubeDB supports The following Kafka versions. Supported version are applicable f

## User Guide
- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Kafka Clustering supported by KubeDB
- [Combined Clustering](/docs/guides/kafka/clustering/combined-cluster/index.md)
- [Topology Clustering](/docs/guides/kafka/clustering/topology-cluster/index.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/clustering/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Clustering Modes for Kafka
menu:
docs_{{ .version }}:
identifier: kf-clustering
name: Kafka Clustering
name: Clustering
parent: kf-kafka-guides
weight: 20
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/concepts/connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Deletion policy `WipeOut` will delete the connector from the ConnectCluster when
## Next Steps

- Learn how to use KubeDB to run Apache Kafka cluster [here](/docs/guides/kafka/quickstart/kafka/index.md).
- Learn how to use KubeDB to run Apache Kafka Connect cluster [here](/docs/guides/kafka/connectcluster/overview.md).
- Learn how to use KubeDB to run Apache Kafka Connect cluster [here](/docs/guides/kafka/connectcluster/quickstart).
- Detail concepts of [KafkaConnectorVersion object](/docs/guides/kafka/concepts/kafkaconnectorversion.md).
- Learn to use KubeDB managed Kafka objects using [CLIs](/docs/guides/kafka/cli/cli.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/kafka/concepts/kafkaconnectorversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ helm upgrade -i kubedb oci://ghcr.io/appscode-charts/kubedb \

- Learn about Kafka CRD [here](/docs/guides/kafka/concepts/kafka.md).
- Learn about ConnectCluster CRD [here](/docs/guides/kafka/concepts/connectcluster.md).
- Deploy your first ConnectCluster with KubeDB by following the guide [here](/docs/guides/kafka/connectcluster/overview.md).
- Deploy your first ConnectCluster with KubeDB by following the guide [here](/docs/guides/kafka/connectcluster/quickstart).
2 changes: 1 addition & 1 deletion docs/guides/kafka/concepts/schemaregistryversion.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,4 @@ helm upgrade -i kubedb oci://ghcr.io/appscode-charts/kubedb \

- Learn about Kafka CRD [here](/docs/guides/kafka/concepts/kafka.md).
- Learn about SchemaRegistry CRD [here](/docs/guides/kafka/concepts/schemaregistry.md).
- Deploy your first ConnectCluster with KubeDB by following the guide [here](/docs/guides/kafka/connectcluster/overview.md).
- Deploy your first ConnectCluster with KubeDB by following the guide [here](/docs/guides/kafka/connectcluster/quickstart).
2 changes: 1 addition & 1 deletion docs/guides/kafka/connectcluster/connectcluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ If you are just testing some basic functionalities, you might want to avoid addi
## Next Steps

- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Use [kubedb cli](/docs/guides/kafka/cli/cli.md) to manage databases like kubectl for Kubernetes.
- Detail concepts of [ConnectCluster object](/docs/guides/kafka/concepts/connectcluster.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: ConnectCluster Quickstart
menu:
docs_{{ .version }}:
identifier: kf-connectcluster-guides-quickstart
name: Overview
name: Quickstart
parent: kf-connectcluster-guides
weight: 5
menu_name: docs_{{ .version }}
Expand Down Expand Up @@ -39,7 +39,7 @@ demo Active 9s

> Note: YAML files used in this tutorial are stored in [guides/kafka/quickstart/connectcluster/yamls](https://github.com/kubedb/docs/tree/{{< param "info.version" >}}/docs/guides/kafka/quickstart/connectcluster/yamls) folder in GitHub repository [kubedb/docs](https://github.com/kubedb/docs).
> We have designed this tutorial to demonstrate a production setup of KubeDB managed Apache Kafka Connect Cluster. If you just want to try out KubeDB, you can bypass some safety features following the tips [here](/docs/guides/kafka/connectcluster/overview.md#tips-for-testing).
> We have designed this tutorial to demonstrate a production setup of KubeDB managed Apache Kafka Connect Cluster. If you just want to try out KubeDB, you can bypass some safety features following the tips [here](/docs/guides/kafka/connectcluster/quickstart#tips-for-testing).
## Find Available ConnectCluster Versions

Expand Down Expand Up @@ -515,7 +515,7 @@ If you are just testing some basic functionalities, you might want to avoid addi
## Next Steps

- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Use [kubedb cli](/docs/guides/kafka/cli/cli.md) to manage databases like kubectl for Kubernetes.
- Detail concepts of [ConnectCluster object](/docs/guides/kafka/concepts/connectcluster.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/kafka/migration/migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ section_menu_id: guides
# Kafka Migration Guide

This guide will help you to migrate your existing Kafka cluster to KubeDB.
Suppose you are running kafka cluster on-prem or on any other cloud provider and want to migrate to KubeDB. This guide will help you to migrate your existing Kafka cluster to KubeDB Kafka. Also, you can migrate your KubeDB Kafka cluster to another KubeDB Kafka cluster.

## Before You Begin

Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/monitoring/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: Monitor Kafka with Prometheus & Grafana
menu:
docs_{{ .version }}:
identifier: kf-monitoring-kafka
name: Kafka Monitoring
name: Monitoring
parent: kf-kafka-guides
weight: 50
menu_name: docs_{{ .version }}
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/quickstart/kafka/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ If you are just testing some basic functionalities, you might want to avoid addi
## Next Steps

- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Kafka Clustering supported by KubeDB
- [Combined Clustering](/docs/guides/kafka/clustering/combined-cluster/index.md)
- [Topology Clustering](/docs/guides/kafka/clustering/topology-cluster/index.md)
Expand Down
2 changes: 1 addition & 1 deletion docs/guides/kafka/restproxy/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ If you are just testing some basic functionalities, you might want to avoid addi
## Next Steps

- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Use [kubedb cli](/docs/guides/kafka/cli/cli.md) to manage databases like kubectl for Kubernetes.
- Detail concepts of [ConnectCluster object](/docs/guides/kafka/concepts/connectcluster.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
2 changes: 1 addition & 1 deletion docs/guides/kafka/schemaregistry/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ If you are just testing some basic functionalities, you might want to avoid addi
## Next Steps

- [Quickstart Kafka](/docs/guides/kafka/quickstart/kafka/index.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/overview.md) with KubeDB Operator.
- [Quickstart ConnectCluster](/docs/guides/kafka/connectcluster/quickstart) with KubeDB Operator.
- Use [kubedb cli](/docs/guides/kafka/cli/cli.md) to manage databases like kubectl for Kubernetes.
- Detail concepts of [ConnectCluster object](/docs/guides/kafka/concepts/connectcluster.md).
- Want to hack on KubeDB? Check our [contribution guidelines](/docs/CONTRIBUTING.md).
Binary file modified docs/images/kafka/migration/migration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee93226

Please sign in to comment.