diff --git a/.vscode/aiven.code-snippets b/.vscode/aiven.code-snippets index 82688476c..80bc1fbb2 100644 --- a/.vscode/aiven.code-snippets +++ b/.vscode/aiven.code-snippets @@ -55,7 +55,7 @@ "prefix": ["image", "console", "svg", "icon"], "description": "Insert an image as component. See https://aquarium-library.aiven.io/?path=/docs/data-display-icons--docs", "body": [ - "import {ConsoleIcon} from \"@site/src/components/ConsoleIcons\"", + "import {ConsoleIcon} from \"@site/src/components/non-swizzled/ConsoleIcons\"", "", " $2" ] @@ -64,7 +64,7 @@ "prefix": ["label", "console", "ui"], "description": "Insert a label with its icon. See https://aquarium-library.aiven.io/?path=/docs/data-display-icons--docs", "body": [ - "import ConsoleLabel from \"@site/src/components/ConsoleIcons\"", + "import ConsoleLabel from \"@site/src/components/non-swizzled/ConsoleIcons\"", "", " $2" ] @@ -72,7 +72,7 @@ "Early availability badge": { "prefix": ["early availability", "badge", "ea"], "body": [ - "import EarlyBadge from \"@site/src/components/Badges/EarlyBadge\";", + "import EarlyBadge from \"@site/src/components/non-swizzled/Badges/EarlyBadge\";", "", "", "" @@ -81,23 +81,14 @@ "Limited availability badge": { "prefix": ["limited availability", "badge", "la"], "body": [ - "import LimitedBadge from \"@site/src/components/Badges/LimitedBadge\";", + "import LimitedBadge from \"@site/src/components/non-swizzled/Badges/LimitedBadge\";", "", "", "" ] }, - "Pro-platform badge": { - "prefix": ["enterprise", "badge"], - "body": [ - "import EnterpriseBadge from \"@site/src/components/Badges/EnterpriseBadge\";", - "", - "", - "" - ] - }, - "Import reusable comp": { - "prefix": ["reuse", "import", "include"], + "Import snippet": { + "prefix": ["reuse", "import", "include", "snippet"], "body": [ "import ${1:MySnippet} from \"@site/static/includes/$2\"", "", @@ -172,10 +163,20 @@ "scope": "markdown", "prefix": ["button", "cta"], "body": [ - "import Button from \"@site/src/components/Buttons\";", + "import Button from \"@site/src/components/non-swizzled/Buttons\";", "", "", "" ] + }, + "Insert secondary button": { + "scope": "markdown", + "prefix": ["button", "secondary", "cta"], + "body": [ + "import {ButtonSecondary} from \"@site/src/components/non-swizzled/Buttons\";", + "", + "$2", + "" + ] } } diff --git a/docs/get-started.md b/docs/get-started.md index b2409aaf0..12fe86cb7 100644 --- a/docs/get-started.md +++ b/docs/get-started.md @@ -3,11 +3,11 @@ title: Get started with Aiven sidebar_label: Get started --- -import Button from "@site/src/components/Buttons"; -import {ButtonSecondary} from "@site/src/components/Buttons"; -import Card from "@site/src/components/AivenCard"; +import Button from "@site/src/components/non-swizzled/Buttons"; +import {ButtonSecondary} from "@site/src/components/non-swizzled/Buttons"; +import Card from "@site/src/components/non-swizzled/Card"; import Overview from "@site/static/images/content/platform/platform-overview.png"; -import GridContainer from "@site/src/components/GridContainer"; +import GridContainer from "@site/src/components/non-swizzled/GridContainer"; import Cassandra from "@site/static/images/logos/cassandra.svg"; import ClickHouse from "@site/static/images/logos/clickhouse.svg"; import Dragonfly from "@site/static/images/logos/dragonfly.svg"; diff --git a/docs/integrations/cloudlogging.md b/docs/integrations/cloudlogging.md index 6a4bba1fb..021e44097 100644 --- a/docs/integrations/cloudlogging.md +++ b/docs/integrations/cloudlogging.md @@ -2,7 +2,7 @@ title: Google Cloud Logging --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" You can send your service logs to Google Cloud Logging to store, search, analyze, monitor, and alert on log data from your Aiven services. diff --git a/docs/integrations/cloudwatch/cloudwatch-logs-console.md b/docs/integrations/cloudwatch/cloudwatch-logs-console.md index f0c9cf1d8..bd9b40e87 100644 --- a/docs/integrations/cloudwatch/cloudwatch-logs-console.md +++ b/docs/integrations/cloudwatch/cloudwatch-logs-console.md @@ -2,7 +2,7 @@ title: Send logs to AWS CloudWatch from Aiven Console --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Send your Aiven service logs to the AWS CloudWatch using the [Aiven Console](https://console.aiven.io). diff --git a/docs/integrations/cloudwatch/cloudwatch-metrics.md b/docs/integrations/cloudwatch/cloudwatch-metrics.md index a40b1b618..e11749d4e 100644 --- a/docs/integrations/cloudwatch/cloudwatch-metrics.md +++ b/docs/integrations/cloudwatch/cloudwatch-metrics.md @@ -2,7 +2,7 @@ title: Send metrics to Amazon CloudWatch --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven enables you to send your service metrics to your [Amazon (AWS) CloudWatch](https://aws.amazon.com/cloudwatch/). diff --git a/docs/integrations/datadog/datadog-logs.md b/docs/integrations/datadog/datadog-logs.md index 77e197af4..a0870c319 100644 --- a/docs/integrations/datadog/datadog-logs.md +++ b/docs/integrations/datadog/datadog-logs.md @@ -2,7 +2,7 @@ title: Send logs to Datadog --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Use the Aiven Rsyslog integration to send logs from your Aiven services to your external Datadog account. diff --git a/docs/integrations/datadog/datadog-metrics.md b/docs/integrations/datadog/datadog-metrics.md index 846f0cad3..2dfcfe117 100644 --- a/docs/integrations/datadog/datadog-metrics.md +++ b/docs/integrations/datadog/datadog-metrics.md @@ -2,7 +2,7 @@ title: Send metrics to Datadog --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Send metrics from your Aiven service to your external Datadog account. diff --git a/docs/integrations/send-logs-to-elasticsearch.md b/docs/integrations/send-logs-to-elasticsearch.md index d652c4950..b8527ecb4 100644 --- a/docs/integrations/send-logs-to-elasticsearch.md +++ b/docs/integrations/send-logs-to-elasticsearch.md @@ -3,7 +3,7 @@ title: Send logs to Elasticsearch® sidebar_label: Elasticsearch --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" You can store logs from one of your Aiven services in an external Elasticsearch service. diff --git a/docs/platform/concepts/application-users.md b/docs/platform/concepts/application-users.md index 4b5e3fdf4..0f03b905c 100644 --- a/docs/platform/concepts/application-users.md +++ b/docs/platform/concepts/application-users.md @@ -2,7 +2,7 @@ title: Application users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" An application user is a type of user that provides programmatic access to the Aiven platform and services through the [Aiven API](/docs/tools/api.md), [CLI](/docs/tools/), [Aiven Terraform Provider](/docs/tools/terraform.md), and [Aiven Kubernetes Operator](/docs/tools/kubernetes). They're intended for non-human users that need to access Aiven. diff --git a/docs/platform/concepts/beta_services.md b/docs/platform/concepts/beta_services.md index df1ec1698..fd72df5ee 100644 --- a/docs/platform/concepts/beta_services.md +++ b/docs/platform/concepts/beta_services.md @@ -2,9 +2,8 @@ title: Service and feature releases --- -import ProBadge from "@site/src/components/Badges/ProBadge"; -import LimitedBadge from "@site/src/components/Badges/LimitedBadge"; -import EarlyBadge from "@site/src/components/Badges/EarlyBadge"; +import LimitedBadge from "@site/src/components/non-swizzled/Badges/LimitedBadge"; +import EarlyBadge from "@site/src/components/non-swizzled/Badges/EarlyBadge"; New services and features follow a release lifecycle that promotes quality by giving customers the chance to test them and provide feedback. diff --git a/docs/platform/concepts/maintenance-window.md b/docs/platform/concepts/maintenance-window.md index f2569a620..8b9a3b375 100644 --- a/docs/platform/concepts/maintenance-window.md +++ b/docs/platform/concepts/maintenance-window.md @@ -2,7 +2,7 @@ title: Service maintenance, updates and upgrades --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven applies some maintenance updates automatically and lets you decide when to apply major version upgrades. diff --git a/docs/platform/concepts/managed-users.md b/docs/platform/concepts/managed-users.md index 08ad62815..1c4fe3bee 100644 --- a/docs/platform/concepts/managed-users.md +++ b/docs/platform/concepts/managed-users.md @@ -2,7 +2,7 @@ title: Managed users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The managed users feature lets you centrally manage your organization's users and helps you to secure your organization in Aiven. diff --git a/docs/platform/concepts/service-forking.md b/docs/platform/concepts/service-forking.md index 3a2223823..998510288 100644 --- a/docs/platform/concepts/service-forking.md +++ b/docs/platform/concepts/service-forking.md @@ -5,7 +5,7 @@ title: Service forking import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" [Fork your Aiven service](/docs/platform/concepts/service-forking) to make a copy of the service, for example to create a snapshot to analyze an issue. diff --git a/docs/platform/concepts/service-power-cycle.md b/docs/platform/concepts/service-power-cycle.md index 5d5237b1a..107a5be0e 100644 --- a/docs/platform/concepts/service-power-cycle.md +++ b/docs/platform/concepts/service-power-cycle.md @@ -6,7 +6,7 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import StaticIp from "@site/static/includes/static-ip-cost-warning.md"; import AutoDelete from "@site/static/includes/auto-delete-poweredoff.md"; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Controlling when to power on and off your Aiven services allows you to control the use of resources and save credits. Idle resources are released and only the necessary data is kept after a power-off. diff --git a/docs/platform/concepts/service_backups.md b/docs/platform/concepts/service_backups.md index 9a9eacf2e..450e95693 100644 --- a/docs/platform/concepts/service_backups.md +++ b/docs/platform/concepts/service_backups.md @@ -2,7 +2,7 @@ title: Service backups --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import AutoDelete from "@site/static/includes/auto-delete-poweredoff.md"; import EditBackUpSchedule from "@site/static/includes/edit-backup-schedule.md" import Variables from "@site/static/variables.json" diff --git a/docs/platform/concepts/tls-ssl-certificates.md b/docs/platform/concepts/tls-ssl-certificates.md index 3a021b1a8..3d6dde0bf 100644 --- a/docs/platform/concepts/tls-ssl-certificates.md +++ b/docs/platform/concepts/tls-ssl-certificates.md @@ -2,7 +2,7 @@ title: TLS/SSL certificates --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" All traffic to Aiven services is always protected by TLS. It ensures that third parties can't eavesdrop or modify the data while in transit between Aiven services and the clients accessing them. diff --git a/docs/platform/howto/add-storage-space.md b/docs/platform/howto/add-storage-space.md index 0429358ac..48fff9c0c 100644 --- a/docs/platform/howto/add-storage-space.md +++ b/docs/platform/howto/add-storage-space.md @@ -2,7 +2,7 @@ title: Scale disk storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/btar/disable-backup-to-another-region.md b/docs/platform/howto/btar/disable-backup-to-another-region.md index 7889e0e6a..7369d1ea8 100644 --- a/docs/platform/howto/btar/disable-backup-to-another-region.md +++ b/docs/platform/howto/btar/disable-backup-to-another-region.md @@ -4,7 +4,7 @@ sidebar_label: Delete cross-region backup limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Delete an [additional service backup](/docs/platform/concepts/backup-to-another-region) [created](/docs/platform/howto/btar/enable-backup-to-another-region) in a region different from your primary backup region. diff --git a/docs/platform/howto/btar/enable-backup-to-another-region.md b/docs/platform/howto/btar/enable-backup-to-another-region.md index 4d4086889..bcdd00dcf 100644 --- a/docs/platform/howto/btar/enable-backup-to-another-region.md +++ b/docs/platform/howto/btar/enable-backup-to-another-region.md @@ -4,7 +4,7 @@ sidebar_label: Add cross-region backup limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Enable [the backup to another region (BTAR) feature](/docs/platform/concepts/backup-to-another-region) and create an additional cross-region service backup on top of a regular backup stored in the region where your service is hosted. diff --git a/docs/platform/howto/byoc/add-customer-info-custom-cloud.md b/docs/platform/howto/byoc/add-customer-info-custom-cloud.md index 976abe908..9eaf355bd 100644 --- a/docs/platform/howto/byoc/add-customer-info-custom-cloud.md +++ b/docs/platform/howto/byoc/add-customer-info-custom-cloud.md @@ -3,10 +3,10 @@ title: Manage customer contacts for a custom cloud sidebar_label: Update customer contacts --- -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Update the list of customer contacts for your [custom cloud](/docs/platform/concepts/byoc). diff --git a/docs/platform/howto/byoc/assign-project-custom-cloud.md b/docs/platform/howto/byoc/assign-project-custom-cloud.md index 7ddea34b1..b61307a0f 100644 --- a/docs/platform/howto/byoc/assign-project-custom-cloud.md +++ b/docs/platform/howto/byoc/assign-project-custom-cloud.md @@ -5,7 +5,7 @@ sidebar_label: Attach projects import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Select your organizations, units, or project that can access and use your [custom cloud](/docs/platform/concepts/byoc). diff --git a/docs/platform/howto/byoc/create-custom-cloud/create-aws-custom-cloud.md b/docs/platform/howto/byoc/create-custom-cloud/create-aws-custom-cloud.md index 8d4468965..539a441de 100644 --- a/docs/platform/howto/byoc/create-custom-cloud/create-aws-custom-cloud.md +++ b/docs/platform/howto/byoc/create-custom-cloud/create-aws-custom-cloud.md @@ -4,7 +4,7 @@ sidebar_label: Amazon Web Services keywords: [AWS, Amazon Web Services, byoc, bring your own cloud, custom cloud] --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/byoc/delete-custom-cloud.md b/docs/platform/howto/byoc/delete-custom-cloud.md index 3807fea69..37815b104 100644 --- a/docs/platform/howto/byoc/delete-custom-cloud.md +++ b/docs/platform/howto/byoc/delete-custom-cloud.md @@ -3,7 +3,7 @@ title: Delete a custom cloud sidebar_label: Delete custom clouds --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/byoc/download-infrastructure-template.md b/docs/platform/howto/byoc/download-infrastructure-template.md index a03985bf0..cb29062a0 100644 --- a/docs/platform/howto/byoc/download-infrastructure-template.md +++ b/docs/platform/howto/byoc/download-infrastructure-template.md @@ -4,7 +4,7 @@ sidebar_label: Download TF template & tfvars file keywords: [Terraform, deployment, deploy, byoc, bring your own cloud, custom cloud] --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/byoc/enable-byoc.md b/docs/platform/howto/byoc/enable-byoc.md index 5b70acc40..22b1e54aa 100644 --- a/docs/platform/howto/byoc/enable-byoc.md +++ b/docs/platform/howto/byoc/enable-byoc.md @@ -3,7 +3,7 @@ title: Enable bring your own cloud (BYOC) sidebar_label: Enable BYOC --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Enabling [the bring your own cloud (BYOC) feature](/docs/platform/concepts/byoc) allows you to [create custom clouds](/docs/platform/howto/byoc/create-custom-cloud) in your Aiven organization. diff --git a/docs/platform/howto/byoc/rename-custom-cloud.md b/docs/platform/howto/byoc/rename-custom-cloud.md index 69089f61c..98caa7f1e 100644 --- a/docs/platform/howto/byoc/rename-custom-cloud.md +++ b/docs/platform/howto/byoc/rename-custom-cloud.md @@ -5,7 +5,7 @@ sidebar_label: Rename custom clouds import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Change the name of your [custom cloud](/docs/platform/concepts/byoc). diff --git a/docs/platform/howto/byoc/tag-custom-cloud-resources.md b/docs/platform/howto/byoc/tag-custom-cloud-resources.md index c4179702a..2efdf0e5d 100644 --- a/docs/platform/howto/byoc/tag-custom-cloud-resources.md +++ b/docs/platform/howto/byoc/tag-custom-cloud-resources.md @@ -5,7 +5,7 @@ sidebar_label: Tag resources import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Tagging allows resource categorization, which simplifies governance, cost allocation, and system performance review. Custom cloud tags propagate to resources on the Aiven platform and in your own cloud infrastructure. diff --git a/docs/platform/howto/create_authentication_token.md b/docs/platform/howto/create_authentication_token.md index 1fd4db17f..57afbffb8 100644 --- a/docs/platform/howto/create_authentication_token.md +++ b/docs/platform/howto/create_authentication_token.md @@ -2,8 +2,8 @@ title: Create personal tokens --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Create personal token in the Aiven Console to use with the Aiven CLI or API. diff --git a/docs/platform/howto/create_new_service_user.md b/docs/platform/howto/create_new_service_user.md index 3e2fb2e18..fb86c58ed 100644 --- a/docs/platform/howto/create_new_service_user.md +++ b/docs/platform/howto/create_new_service_user.md @@ -2,7 +2,7 @@ title: Create service users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Service users are users that only exist in the scope of the corresponding Aiven service. They are unique to this service and not shared with any other services, diff --git a/docs/platform/howto/disk-autoscaler.md b/docs/platform/howto/disk-autoscaler.md index 4e41dbb63..b47862f90 100644 --- a/docs/platform/howto/disk-autoscaler.md +++ b/docs/platform/howto/disk-autoscaler.md @@ -4,8 +4,8 @@ title: Scale disk storage automatically import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" diff --git a/docs/platform/howto/download-invoices.md b/docs/platform/howto/download-invoices.md index f7794b579..4d81c2795 100644 --- a/docs/platform/howto/download-invoices.md +++ b/docs/platform/howto/download-invoices.md @@ -2,7 +2,7 @@ title: Download invoices --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" You can download monthly invoices from the Aiven Console in PDF or CSV format. diff --git a/docs/platform/howto/integrations/prometheus-metrics.md b/docs/platform/howto/integrations/prometheus-metrics.md index 99384614d..379a88128 100644 --- a/docs/platform/howto/integrations/prometheus-metrics.md +++ b/docs/platform/howto/integrations/prometheus-metrics.md @@ -2,7 +2,7 @@ title: Use Prometheus with Aiven --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Discover Prometheus as a tool for monitoring your Aiven services. Check why use it and how it works. Learn how to enable and configure Prometheus on your project. diff --git a/docs/platform/howto/list-monitoring.md b/docs/platform/howto/list-monitoring.md index 96543f6f5..ff360c4ad 100644 --- a/docs/platform/howto/list-monitoring.md +++ b/docs/platform/howto/list-monitoring.md @@ -2,7 +2,7 @@ title: Metrics, logs, and alerts --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Use metrics, logs, alerts, and dashboards to monitor the health of your services and integrations. diff --git a/docs/platform/howto/make-super-admin.md b/docs/platform/howto/make-super-admin.md index 12c931e63..e611cbe5f 100644 --- a/docs/platform/howto/make-super-admin.md +++ b/docs/platform/howto/make-super-admin.md @@ -2,7 +2,7 @@ title: Super admin --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The super admin role is a special role that has unrestricted access to an organization and all of its resources. This role should be limited to as few users as possible for organization setup and emergency use. For daily administrative tasks, assign users the [organization admin role](/docs/platform/concepts/permissions) instead. Aiven also highly recommends enabling [two-factor authentication](/docs/platform/howto/user-2fa) for super admin. diff --git a/docs/platform/howto/manage-application-users.md b/docs/platform/howto/manage-application-users.md index 7d387025d..1ec0ecc25 100644 --- a/docs/platform/howto/manage-application-users.md +++ b/docs/platform/howto/manage-application-users.md @@ -2,8 +2,8 @@ title: Manage application users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Application users give non-human users programmatic access to Aiven. diff --git a/docs/platform/howto/manage-domains.md b/docs/platform/howto/manage-domains.md index 44f972082..0f53aead6 100644 --- a/docs/platform/howto/manage-domains.md +++ b/docs/platform/howto/manage-domains.md @@ -2,7 +2,7 @@ title: Manage domains --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Adding a verified domain in Aiven adds an extra layer of security to managing your organization's users. When you verify a domain, your organization users automatically become [managed users](/docs/platform/concepts/managed-users). diff --git a/docs/platform/howto/manage-groups.md b/docs/platform/howto/manage-groups.md index 73d2ad8c1..91b834f4e 100644 --- a/docs/platform/howto/manage-groups.md +++ b/docs/platform/howto/manage-groups.md @@ -2,7 +2,7 @@ title: Manage groups of users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Create groups of users in your organization to make it easier to manage access to your organization's resources. diff --git a/docs/platform/howto/manage-org-users.md b/docs/platform/howto/manage-org-users.md index f4f03ebf0..f27781f32 100644 --- a/docs/platform/howto/manage-org-users.md +++ b/docs/platform/howto/manage-org-users.md @@ -2,7 +2,7 @@ title: Manage users in an organization --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Adding users to your organization lets you give them access to specific projects and services within that organization. diff --git a/docs/platform/howto/manage-permissions.md b/docs/platform/howto/manage-permissions.md index 4e4d23839..a89f78ae5 100644 --- a/docs/platform/howto/manage-permissions.md +++ b/docs/platform/howto/manage-permissions.md @@ -2,8 +2,8 @@ title: Manage permissions --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" You can grant [organization users](/docs/platform/howto/manage-org-users), [application users](/docs/platform/concepts/application-users), and [groups](/docs/platform/howto/manage-groups) access at the organization and project level through [roles and permissions](/docs/platform/concepts/permissions). diff --git a/docs/platform/howto/manage-project.md b/docs/platform/howto/manage-project.md index 1888e4303..9d95051d4 100644 --- a/docs/platform/howto/manage-project.md +++ b/docs/platform/howto/manage-project.md @@ -2,8 +2,8 @@ title: Manage projects --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Learn how to manage your projects with the Aiven Console. diff --git a/docs/platform/howto/manage-vpc-peering.md b/docs/platform/howto/manage-vpc-peering.md index 9b8203b6d..0e4669e50 100644 --- a/docs/platform/howto/manage-vpc-peering.md +++ b/docs/platform/howto/manage-vpc-peering.md @@ -2,7 +2,7 @@ title: Manage VPC peering --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Virtual Private Cloud (VPC) peering is a method of connecting separate AWS, Google Cloud, or Azure private networks with each other. It allows virtual machines in the different private networks to talk to each diff --git a/docs/platform/howto/migrate-services-cloud-region.md b/docs/platform/howto/migrate-services-cloud-region.md index 75fcbce7e..4560754c0 100644 --- a/docs/platform/howto/migrate-services-cloud-region.md +++ b/docs/platform/howto/migrate-services-cloud-region.md @@ -2,7 +2,7 @@ title: Migrate service to another cloud or region --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" When migrating a service, the migration happens in the background and does not affect your service until the service has been rebuilt at the diff --git a/docs/platform/howto/migrate-services-vpc.md b/docs/platform/howto/migrate-services-vpc.md index 00d7081f0..3032e792c 100644 --- a/docs/platform/howto/migrate-services-vpc.md +++ b/docs/platform/howto/migrate-services-vpc.md @@ -2,7 +2,7 @@ title: Migrate a public service to a Virtual Private Cloud (VPC) --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" When operating your Aiven service over the public Internet, you might consider enhancing security or connectivity by transitioning to a Virtual Private Cloud (VPC, also known as VNet). This move allows you to diff --git a/docs/platform/howto/public-access-in-vpc.md b/docs/platform/howto/public-access-in-vpc.md index 289c649ca..32f889948 100644 --- a/docs/platform/howto/public-access-in-vpc.md +++ b/docs/platform/howto/public-access-in-vpc.md @@ -2,7 +2,7 @@ title: Enable public access in VPCs --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" To enable public access for a service running within a virtual private cloud (VPC): diff --git a/docs/platform/howto/restrict-access.md b/docs/platform/howto/restrict-access.md index 55ab18520..f0593dc9c 100644 --- a/docs/platform/howto/restrict-access.md +++ b/docs/platform/howto/restrict-access.md @@ -3,7 +3,7 @@ title: Restrict network access to services sidebar_label: Restrict access --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Restrict access to your Aiven-managed service to a single IP, an address block, or any combination of both. diff --git a/docs/platform/howto/saml/add-identity-providers.md b/docs/platform/howto/saml/add-identity-providers.md index 9c0022531..09130b3a2 100644 --- a/docs/platform/howto/saml/add-identity-providers.md +++ b/docs/platform/howto/saml/add-identity-providers.md @@ -4,7 +4,7 @@ sidebar_label: Add identity providers keywords: [SAML, SSO] --- -import LimitedBadge from "@site/src/components/Badges/LimitedBadge"; +import LimitedBadge from "@site/src/components/non-swizzled/Badges/LimitedBadge"; import IdPStep1 from "@site/static/includes/idp-step1.md"; import IdPStep3 from "@site/static/includes/idp-step3.md" diff --git a/docs/platform/howto/scale-services.md b/docs/platform/howto/scale-services.md index 22fc8125d..594a75f0e 100644 --- a/docs/platform/howto/scale-services.md +++ b/docs/platform/howto/scale-services.md @@ -2,7 +2,7 @@ title: Change a service plan --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Adjust the plan of your services at any time to scale your services as needed and optimize costs. You can also [adjust disk storage][storage] without changing your plan. diff --git a/docs/platform/howto/search-services.md b/docs/platform/howto/search-services.md index 2d64a52ee..0365ca71e 100644 --- a/docs/platform/howto/search-services.md +++ b/docs/platform/howto/search-services.md @@ -2,7 +2,7 @@ title: Search for services --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/set-authentication-policies.md b/docs/platform/howto/set-authentication-policies.md index b46978537..5fbf166d8 100644 --- a/docs/platform/howto/set-authentication-policies.md +++ b/docs/platform/howto/set-authentication-policies.md @@ -2,7 +2,7 @@ title: Set authentication policies for organization users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The authentication policy for your organization specifies the ways that users in your organization and their personal tokens can access the organization on the Aiven platform. diff --git a/docs/platform/howto/tag-resources.md b/docs/platform/howto/tag-resources.md index 9a91ce34f..3f15bccf8 100644 --- a/docs/platform/howto/tag-resources.md +++ b/docs/platform/howto/tag-resources.md @@ -2,7 +2,7 @@ title: Use resource tags --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Use tags to add metadata to Aiven resources to categorize them or run custom logic on them. Tags can be attached to projects and services. diff --git a/docs/platform/howto/use-aws-privatelinks.md b/docs/platform/howto/use-aws-privatelinks.md index add10042a..e6688d58c 100644 --- a/docs/platform/howto/use-aws-privatelinks.md +++ b/docs/platform/howto/use-aws-privatelinks.md @@ -2,7 +2,7 @@ title: Use AWS PrivateLink with Aiven services --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import AivenConsolePrivateLinkConfiguration from "@site/static/images/content/platform/howto/use-aws-privatelink_image2.png"; AWS [PrivateLink](https://aws.amazon.com/privatelink/) brings Aiven services to the selected virtual private cloud (VPC) in your AWS account. diff --git a/docs/platform/howto/use-azure-privatelink.md b/docs/platform/howto/use-azure-privatelink.md index 0f2e88267..385d205e0 100644 --- a/docs/platform/howto/use-azure-privatelink.md +++ b/docs/platform/howto/use-azure-privatelink.md @@ -3,7 +3,7 @@ title: Use Azure Private Link with Aiven services early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/use-billing-groups.md b/docs/platform/howto/use-billing-groups.md index 949e52ed5..e5d01b120 100644 --- a/docs/platform/howto/use-billing-groups.md +++ b/docs/platform/howto/use-billing-groups.md @@ -2,7 +2,7 @@ title: Manage billing groups --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" With [billing groups](/docs/platform/concepts/billing-groups-overview) you can set up billing profiles to be used across all the projects in an organization. A consolidated [invoice](/docs/platform/howto/use-billing-groups) is created for each billing group. diff --git a/docs/platform/howto/use-google-private-service-connect.md b/docs/platform/howto/use-google-private-service-connect.md index bf5b39c65..6085a6fb6 100644 --- a/docs/platform/howto/use-google-private-service-connect.md +++ b/docs/platform/howto/use-google-private-service-connect.md @@ -3,7 +3,7 @@ title: Use Google Private Service Connect with Aiven services early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/platform/howto/user-2fa.md b/docs/platform/howto/user-2fa.md index 0bbc9540e..a2c2e4fa0 100644 --- a/docs/platform/howto/user-2fa.md +++ b/docs/platform/howto/user-2fa.md @@ -2,8 +2,8 @@ title: Manage two-factor authentication --- -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Two-factor authentication in Aiven provides an extra level of security by requiring a second authentication code in addition to the user password. diff --git a/docs/platform/howto/vpc-peering-aws.md b/docs/platform/howto/vpc-peering-aws.md index b11c8a273..c45bb3487 100644 --- a/docs/platform/howto/vpc-peering-aws.md +++ b/docs/platform/howto/vpc-peering-aws.md @@ -2,7 +2,7 @@ title: Set up VPC peering on AWS --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Learn how to set up VPC peering on AWS. diff --git a/docs/platform/reference/get-resource-IDs.md b/docs/platform/reference/get-resource-IDs.md index e465669cb..a90380224 100644 --- a/docs/platform/reference/get-resource-IDs.md +++ b/docs/platform/reference/get-resource-IDs.md @@ -2,7 +2,7 @@ title: Get resource IDs --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Resource IDs like organzation ID or user ID can be useful for working with the developer tools. You can get the IDs for resources in the [Aiven Console](https://console.aiven.io/). diff --git a/docs/products/alloydbomni/connect/connect-datagrip.md b/docs/products/alloydbomni/connect/connect-datagrip.md index 783d33789..dc17d59f2 100644 --- a/docs/products/alloydbomni/connect/connect-datagrip.md +++ b/docs/products/alloydbomni/connect/connect-datagrip.md @@ -3,7 +3,7 @@ title: Connect with DataGrip early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using [JetBrains DataGrip](https://www.jetbrains.com/datagrip/). diff --git a/docs/products/alloydbomni/connect/connect-dbeaver.md b/docs/products/alloydbomni/connect/connect-dbeaver.md index 8856b5b5b..6f3e452f2 100644 --- a/docs/products/alloydbomni/connect/connect-dbeaver.md +++ b/docs/products/alloydbomni/connect/connect-dbeaver.md @@ -3,7 +3,7 @@ title: Connect with DBeaver early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using [DBeaver](https://dbeaver.com/). diff --git a/docs/products/alloydbomni/connect/connect-go.md b/docs/products/alloydbomni/connect/connect-go.md index 15ac01e5f..0b10763ea 100644 --- a/docs/products/alloydbomni/connect/connect-go.md +++ b/docs/products/alloydbomni/connect/connect-go.md @@ -5,7 +5,7 @@ early: true import CodeBlock from '@theme/CodeBlock'; import MyComponentSource1 from '!!raw-loader!/code/products/postgresql/connect.go'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database from Go, making use of the `pg` library. diff --git a/docs/products/alloydbomni/connect/connect-java.md b/docs/products/alloydbomni/connect/connect-java.md index da5241037..2a5ec78b6 100644 --- a/docs/products/alloydbomni/connect/connect-java.md +++ b/docs/products/alloydbomni/connect/connect-java.md @@ -5,7 +5,7 @@ early: true import CodeBlock from '@theme/CodeBlock'; import MyComponentSource1 from '!!raw-loader!/code/products/postgresql/connect.java'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database from Java, using JDBC Driver. diff --git a/docs/products/alloydbomni/connect/connect-node.md b/docs/products/alloydbomni/connect/connect-node.md index ef58ceb57..53e8dad83 100644 --- a/docs/products/alloydbomni/connect/connect-node.md +++ b/docs/products/alloydbomni/connect/connect-node.md @@ -5,7 +5,7 @@ early: true import CodeBlock from '@theme/CodeBlock'; import MyComponentSource1 from '!!raw-loader!/code/products/postgresql/connect.js'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database from NodeJS, using the `pg` package. diff --git a/docs/products/alloydbomni/connect/connect-pgadmin.md b/docs/products/alloydbomni/connect/connect-pgadmin.md index 396166c50..f279400e3 100644 --- a/docs/products/alloydbomni/connect/connect-pgadmin.md +++ b/docs/products/alloydbomni/connect/connect-pgadmin.md @@ -3,7 +3,7 @@ title: Connect with pgAdmin early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using [pgAdmin](https://www.pgadmin.org/), which is a PostgreSQL® client useful for managing and querying databases. diff --git a/docs/products/alloydbomni/connect/connect-php.md b/docs/products/alloydbomni/connect/connect-php.md index 24595ab8d..26d5c51c6 100644 --- a/docs/products/alloydbomni/connect/connect-php.md +++ b/docs/products/alloydbomni/connect/connect-php.md @@ -5,7 +5,7 @@ early: true import CodeBlock from '@theme/CodeBlock'; import MyComponentSource1 from '!!raw-loader!/code/products/postgresql/connect.php'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database from PHP, using the built-in PDO module. diff --git a/docs/products/alloydbomni/connect/connect-psql.md b/docs/products/alloydbomni/connect/connect-psql.md index 2b17a787f..9afba82e3 100644 --- a/docs/products/alloydbomni/connect/connect-psql.md +++ b/docs/products/alloydbomni/connect/connect-psql.md @@ -3,7 +3,7 @@ title: Connect with psql early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using `psql`, which is a command line tool useful for managing and querying your database. diff --git a/docs/products/alloydbomni/connect/connect-python.md b/docs/products/alloydbomni/connect/connect-python.md index e49374057..c85c79aaa 100644 --- a/docs/products/alloydbomni/connect/connect-python.md +++ b/docs/products/alloydbomni/connect/connect-python.md @@ -5,7 +5,7 @@ early: true import CodeBlock from '@theme/CodeBlock'; import MyComponentSource1 from '!!raw-loader!/code/products/postgresql/connect.py'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using Python 3 and the [psycopg2](https://pypi.org/project/psycopg2/) library. diff --git a/docs/products/alloydbomni/connect/connect-rivery.md b/docs/products/alloydbomni/connect/connect-rivery.md index 6946437f7..9d07574de 100644 --- a/docs/products/alloydbomni/connect/connect-rivery.md +++ b/docs/products/alloydbomni/connect/connect-rivery.md @@ -3,7 +3,7 @@ title: Connect with Rivery early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using [Rivery](https://rivery.io/), a platform for data ingestion, transformation, orchestration, reverse ETL, and more. diff --git a/docs/products/alloydbomni/connect/connect-services.md b/docs/products/alloydbomni/connect/connect-services.md index 95d0b3643..2dc03d731 100644 --- a/docs/products/alloydbomni/connect/connect-services.md +++ b/docs/products/alloydbomni/connect/connect-services.md @@ -4,7 +4,7 @@ early: true --- import DocCardList from '@theme/DocCardList'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to the Aiven for AlloyDB Omni service using various programming languages or tools. diff --git a/docs/products/alloydbomni/connect/connect-skyvia.md b/docs/products/alloydbomni/connect/connect-skyvia.md index 0c980f248..e26c723c6 100644 --- a/docs/products/alloydbomni/connect/connect-skyvia.md +++ b/docs/products/alloydbomni/connect/connect-skyvia.md @@ -3,7 +3,7 @@ title: Connect with Skyvia early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using the [Skyvia](https://skyvia.com/) cloud data platform. diff --git a/docs/products/alloydbomni/connect/connect-zapier.md b/docs/products/alloydbomni/connect/connect-zapier.md index f392a7e10..a1e854c96 100644 --- a/docs/products/alloydbomni/connect/connect-zapier.md +++ b/docs/products/alloydbomni/connect/connect-zapier.md @@ -3,7 +3,7 @@ title: Connect with Zapier early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for AlloyDB Omni database using the [Zapier](https://zapier.com/) automation platform. diff --git a/docs/products/alloydbomni/get-started.md b/docs/products/alloydbomni/get-started.md index 008a99285..2bdf1725a 100644 --- a/docs/products/alloydbomni/get-started.md +++ b/docs/products/alloydbomni/get-started.md @@ -7,7 +7,7 @@ early: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" import Help from "@site/static/includes/cli-help.md" diff --git a/docs/products/alloydbomni/manage-credentials.md b/docs/products/alloydbomni/manage-credentials.md index f78888235..bb4d2b851 100644 --- a/docs/products/alloydbomni/manage-credentials.md +++ b/docs/products/alloydbomni/manage-credentials.md @@ -4,7 +4,7 @@ sidebar_label: Manage Google credentials early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/alloydbomni/use-columnar-engine.md b/docs/products/alloydbomni/use-columnar-engine.md index 9d425fe17..7126ba8bc 100644 --- a/docs/products/alloydbomni/use-columnar-engine.md +++ b/docs/products/alloydbomni/use-columnar-engine.md @@ -4,7 +4,7 @@ sidebar_label: Use columnar engine early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Enable or disable the Aiven for AlloyDB Omni columnar engine, and control how much RAM it can use to leverage AI and analytics capabilities of your service. diff --git a/docs/products/caching/howto/configure-acl-permissions.md b/docs/products/caching/howto/configure-acl-permissions.md index 36bf01191..91f7c1fd3 100644 --- a/docs/products/caching/howto/configure-acl-permissions.md +++ b/docs/products/caching/howto/configure-acl-permissions.md @@ -3,7 +3,7 @@ title: Configure ACL permissions in Aiven for Caching --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Caching uses [Access Control Lists (ACLs)](https://redis.io/docs/management/security/acl/) o manage the usage of commands and keys based on specific username and password combinations. Direct use of [ACL commands](https://redis.io/commands/acl-list/) is restricted to diff --git a/docs/products/caching/howto/manage-ssl-connectivity.md b/docs/products/caching/howto/manage-ssl-connectivity.md index 6d932535b..a09bb5395 100644 --- a/docs/products/caching/howto/manage-ssl-connectivity.md +++ b/docs/products/caching/howto/manage-ssl-connectivity.md @@ -4,7 +4,7 @@ title: Manage SSL connectivity import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Manage SSL connectivity for your Aiven for Caching service by enabling secure connections and configuring stunnel for clients without SSL support. diff --git a/docs/products/caching/howto/migrate-redis-aiven-via-console.md b/docs/products/caching/howto/migrate-redis-aiven-via-console.md index 8af9c1eca..2758d2e47 100644 --- a/docs/products/caching/howto/migrate-redis-aiven-via-console.md +++ b/docs/products/caching/howto/migrate-redis-aiven-via-console.md @@ -2,7 +2,7 @@ title: Migrate from Redis®* to Aiven for Caching using Aiven Console --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Migrate your Redis®* databases, whether on-premise or cloud-hosted, to Aiven for Caching, using Aiven Console's guided wizard. diff --git a/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey.md b/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey.md index 6bb116dad..dc1368307 100644 --- a/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey.md +++ b/docs/products/caching/howto/upgrade-aiven-for-caching-to-valkey.md @@ -5,7 +5,7 @@ sidebar_label: Upgrade to Aiven for Valkey™ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Upgrade your Aiven for Caching service to Aiven for Valkey using the Aiven Console or Aiven API. The process retains configurations, users, and data without disrupting your service. diff --git a/docs/products/cassandra/get-started.md b/docs/products/cassandra/get-started.md index 1ded0874f..ebb2b5f9d 100644 --- a/docs/products/cassandra/get-started.md +++ b/docs/products/cassandra/get-started.md @@ -6,7 +6,7 @@ keywords: [quick start] import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" Start using Aiven for Apache Cassandra® by creating and configuring a service, connecting to it, and playing with sample data. diff --git a/docs/products/cassandra/howto/connect-cqlsh-cli.md b/docs/products/cassandra/howto/connect-cqlsh-cli.md index 2174acbd1..5d9fbfe0e 100644 --- a/docs/products/cassandra/howto/connect-cqlsh-cli.md +++ b/docs/products/cassandra/howto/connect-cqlsh-cli.md @@ -2,7 +2,7 @@ title: Connect with cqlsh --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Connect to an Aiven for Apache Cassandra® service using `cqlsh`. diff --git a/docs/products/cassandra/howto/manage-cross-cluster-replication.md b/docs/products/cassandra/howto/manage-cross-cluster-replication.md index 9cbcd3799..efcfe0519 100644 --- a/docs/products/cassandra/howto/manage-cross-cluster-replication.md +++ b/docs/products/cassandra/howto/manage-cross-cluster-replication.md @@ -3,7 +3,7 @@ title: Manage cross-cluster replication in Aiven for Apache Cassandra® limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Learn how to update Apache Cassandra® services that has cross-cluster replication (CCR) enabled: change the service plan and add an extra disk space. Find out how to set up the replication factor and the consistency level for your CCR-enabled Apache Cassandra® services. diff --git a/docs/products/clickhouse/concepts/clickhouse-tiered-storage.md b/docs/products/clickhouse/concepts/clickhouse-tiered-storage.md index 19818478e..c42af4ee3 100644 --- a/docs/products/clickhouse/concepts/clickhouse-tiered-storage.md +++ b/docs/products/clickhouse/concepts/clickhouse-tiered-storage.md @@ -3,7 +3,7 @@ title: Tiered storage in Aiven for ClickHouse® sidebar_label: Tiered storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; The tiered storage feature introduces a method of organizing and storing data in two tiers for improved efficiency and cost optimization. The data is automatically moved to an appropriate tier based on your database's local disk usage. diff --git a/docs/products/clickhouse/concepts/data-integration-overview.md b/docs/products/clickhouse/concepts/data-integration-overview.md index a72514334..490f120ee 100644 --- a/docs/products/clickhouse/concepts/data-integration-overview.md +++ b/docs/products/clickhouse/concepts/data-integration-overview.md @@ -4,7 +4,7 @@ sidebar_label: Integrations keywords: [data service integration, data source integration, managed credentials integration, managed databases integration, named collections] --- -import {ConsoleIcon} from "@site/src/components/ConsoleIcons"; +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons"; Aiven for ClickHouse® supports different types of integration allowing you to efficiently connect with other services or data sources and access the data to be processed. diff --git a/docs/products/clickhouse/get-started.md b/docs/products/clickhouse/get-started.md index f877eb985..97311e5be 100644 --- a/docs/products/clickhouse/get-started.md +++ b/docs/products/clickhouse/get-started.md @@ -6,7 +6,7 @@ keywords: [quick start] import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" Start using Aiven for ClickHouse® by creating and configuring a service, connecting to it, and loading sample data. diff --git a/docs/products/clickhouse/howto/check-data-tiered-storage.md b/docs/products/clickhouse/howto/check-data-tiered-storage.md index c21b53089..e754bbe10 100644 --- a/docs/products/clickhouse/howto/check-data-tiered-storage.md +++ b/docs/products/clickhouse/howto/check-data-tiered-storage.md @@ -3,7 +3,7 @@ title: Check data distribution between storage devices in Aiven for ClickHouse® sidebar_label: Check data distribution --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Monitor how your data is distributed between the two layers of your tiered storage: SSD and object storage. diff --git a/docs/products/clickhouse/howto/data-service-integration.md b/docs/products/clickhouse/howto/data-service-integration.md index 501702612..cebdb9d66 100644 --- a/docs/products/clickhouse/howto/data-service-integration.md +++ b/docs/products/clickhouse/howto/data-service-integration.md @@ -4,8 +4,8 @@ sidebar_label: Integrate with data source keywords: [data service integration, data source integration, managed credentials integration, managed databases integration, named collections] --- -import {ConsoleIcon} from "@site/src/components/ConsoleIcons"; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/clickhouse/howto/enable-tiered-storage.md b/docs/products/clickhouse/howto/enable-tiered-storage.md index b9779face..08a3f0f68 100644 --- a/docs/products/clickhouse/howto/enable-tiered-storage.md +++ b/docs/products/clickhouse/howto/enable-tiered-storage.md @@ -3,7 +3,7 @@ title: Enable tiered storage in Aiven for ClickHouse® sidebar_label: Enable tiered storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/clickhouse/howto/integration-databases.md b/docs/products/clickhouse/howto/integration-databases.md index 267eab67a..0cdef92cb 100644 --- a/docs/products/clickhouse/howto/integration-databases.md +++ b/docs/products/clickhouse/howto/integration-databases.md @@ -2,7 +2,7 @@ title: Manage Aiven for ClickHouse® integration databases --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; You can set up and manage integration databases from the the view of your Aiven for ClickHouse service. diff --git a/docs/products/clickhouse/howto/list-tiered-storage.md b/docs/products/clickhouse/howto/list-tiered-storage.md index 3107370ce..378760cc5 100644 --- a/docs/products/clickhouse/howto/list-tiered-storage.md +++ b/docs/products/clickhouse/howto/list-tiered-storage.md @@ -2,7 +2,7 @@ title: Tiered storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Tiered storage in Aiven for ClickHouse® allows you to use storage resources efficiently and can help reduce storage costs of your service. diff --git a/docs/products/clickhouse/howto/load-dataset.md b/docs/products/clickhouse/howto/load-dataset.md index 4fd6971ac..137024fe6 100644 --- a/docs/products/clickhouse/howto/load-dataset.md +++ b/docs/products/clickhouse/howto/load-dataset.md @@ -2,7 +2,7 @@ title: Load sample data into ClickHouse® --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; The official ClickHouse® website offers [a list of example datasets](https://clickhouse.com/docs/en/getting-started/example-datasets/) to get you started. Each dataset has a description on how to download, diff --git a/docs/products/clickhouse/howto/manage-databases-tables.md b/docs/products/clickhouse/howto/manage-databases-tables.md index f1766dce9..d0f53cec0 100644 --- a/docs/products/clickhouse/howto/manage-databases-tables.md +++ b/docs/products/clickhouse/howto/manage-databases-tables.md @@ -3,8 +3,8 @@ title: Manage Aiven for ClickHouse® databases and tables sidebar_label: Manage databases and tables --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/clickhouse/howto/restore-backup.md b/docs/products/clickhouse/howto/restore-backup.md index 78d78b045..1b0fa153b 100644 --- a/docs/products/clickhouse/howto/restore-backup.md +++ b/docs/products/clickhouse/howto/restore-backup.md @@ -3,7 +3,7 @@ title: Fork and restore from Aiven for ClickHouse® backups sidebar_label: Fork & restore from backups --- -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; Choose a service [backup](/docs/products/clickhouse/concepts/disaster-recovery#service-backup) to fork from and restore your Aiven for ClickHouse® service. diff --git a/docs/products/dragonfly/howto/migrate-aiven-caching-df-console.md b/docs/products/dragonfly/howto/migrate-aiven-caching-df-console.md index d878f1731..24ef13090 100644 --- a/docs/products/dragonfly/howto/migrate-aiven-caching-df-console.md +++ b/docs/products/dragonfly/howto/migrate-aiven-caching-df-console.md @@ -3,7 +3,7 @@ title: Migrate Aiven for Caching or Aiven for Valkey™ to Aiven for Dragonfly sidebar_label: Migrate Caching or Valkey to Dragonfly --- import DragonflyLimitations from '@site/static/includes/dragonfly-limitations.md'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Migrate your Aiven for Caching or Aiven for Valkey databases to Aiven for Dragonfly using the Aiven Console migration tool. diff --git a/docs/products/dragonfly/howto/migrate-ext-redis-df-console.md b/docs/products/dragonfly/howto/migrate-ext-redis-df-console.md index c4232f184..245266cc1 100644 --- a/docs/products/dragonfly/howto/migrate-ext-redis-df-console.md +++ b/docs/products/dragonfly/howto/migrate-ext-redis-df-console.md @@ -4,7 +4,7 @@ sidebar_label: Migrate external Redis®* or Valkey to Dragonfly --- import DragonflyLimitations from '@site/static/includes/dragonfly-limitations.md'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Migrate external Redis® or Valkey databases to Aiven for Dragonfly® using the Aiven Console migration tool. diff --git a/docs/products/flink/get-started.md b/docs/products/flink/get-started.md index b55654957..c1a140248 100644 --- a/docs/products/flink/get-started.md +++ b/docs/products/flink/get-started.md @@ -5,7 +5,7 @@ keywords: [quick start] --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" Begin your experience with Aiven for Apache Flink® by setting up a service, configuring data integrations, and building streaming applications. diff --git a/docs/products/flink/howto/connect-bigquery.md b/docs/products/flink/howto/connect-bigquery.md index f3fcf41e5..f435593c4 100644 --- a/docs/products/flink/howto/connect-bigquery.md +++ b/docs/products/flink/howto/connect-bigquery.md @@ -2,7 +2,7 @@ title: Integrate Aiven for Apache Flink® with Google BigQuery --- -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Connect Aiven for Apache Flink® with Google BigQuery as a sink using the [Aiven client](/docs/tools/cli) or the [Aiven Console](https://console.aiven.io/). diff --git a/docs/products/flink/howto/create-integration.md b/docs/products/flink/howto/create-integration.md index a4fe89e6c..19071b60a 100644 --- a/docs/products/flink/howto/create-integration.md +++ b/docs/products/flink/howto/create-integration.md @@ -1,8 +1,8 @@ --- title: Create Apache Flink® data service integrations --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" With Aiven for Apache Flink®, you can create streaming data pipelines to connect various services. diff --git a/docs/products/grafana/howto/dashboard-previews.md b/docs/products/grafana/howto/dashboard-previews.md index a2bfdd227..60f783b83 100644 --- a/docs/products/grafana/howto/dashboard-previews.md +++ b/docs/products/grafana/howto/dashboard-previews.md @@ -1,8 +1,8 @@ --- title: Dashboard preview for Aiven for Grafana® --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Grafana's dashboard previews provide a visual overview of your dashboards, displaying each configured dashboard as a graphical thumbnail. diff --git a/docs/products/kafka/concepts/upgrade-procedure.md b/docs/products/kafka/concepts/upgrade-procedure.md index 9d2618730..188e510f0 100644 --- a/docs/products/kafka/concepts/upgrade-procedure.md +++ b/docs/products/kafka/concepts/upgrade-procedure.md @@ -25,7 +25,7 @@ This example demonstrates the steps in the automated upgrade procedure for a 3-node Apache Kafka service, visualized below: -3-node Kafka service +3-node Kafka service During an upgrade procedure: @@ -40,7 +40,7 @@ During an upgrade procedure: 1. **Transfer data and leadership:** The partition data and leadership are transferred to new nodes. - Kafka cluster illustration + Kafka cluster illustration :::warning This step is CPU intensive due to the additional data movement @@ -58,7 +58,7 @@ During an upgrade procedure: 1. **Complete process**: The process is completed once the last old node has been removed from the cluster. - Kafka cluster new node illustration + Kafka cluster new node illustration ## No downtime during upgrade diff --git a/docs/products/kafka/howto/add-manage-service-users.md b/docs/products/kafka/howto/add-manage-service-users.md index e2e0f85d7..48a6d14ec 100644 --- a/docs/products/kafka/howto/add-manage-service-users.md +++ b/docs/products/kafka/howto/add-manage-service-users.md @@ -2,7 +2,7 @@ title: Manage service users in Aiven for Apache Kafka® sidebar_label: Manage service users --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/kafka/howto/approvals.md b/docs/products/kafka/howto/approvals.md index f7788354e..723952c1d 100644 --- a/docs/products/kafka/howto/approvals.md +++ b/docs/products/kafka/howto/approvals.md @@ -3,7 +3,7 @@ title: Manage approvals limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The **Approvals** page allows you to manage requests for Aiven for Apache Kafka® resources owned by your group. These requests can include claims for existing topics or requests to create new topics. diff --git a/docs/products/kafka/howto/claim-topic.md b/docs/products/kafka/howto/claim-topic.md index 499042edd..899bd3caa 100644 --- a/docs/products/kafka/howto/claim-topic.md +++ b/docs/products/kafka/howto/claim-topic.md @@ -2,7 +2,7 @@ title: Claim topic ownership limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" To take ownership of a topic that your group does not currently own, you can submit a claim request. Once you send the request, the current owner can approve or decline it. diff --git a/docs/products/kafka/howto/configure-topic-tiered-storage.md b/docs/products/kafka/howto/configure-topic-tiered-storage.md index aa754fb6a..f4a5b8919 100644 --- a/docs/products/kafka/howto/configure-topic-tiered-storage.md +++ b/docs/products/kafka/howto/configure-topic-tiered-storage.md @@ -4,7 +4,7 @@ title: Enable and configure tiered storage for topics import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Apache Kafka® allows you to configure tiered storage and set retention policies for individual topics. diff --git a/docs/products/kafka/howto/connect-with-command-line.md b/docs/products/kafka/howto/connect-with-command-line.md index 988edcea4..ba9997785 100644 --- a/docs/products/kafka/howto/connect-with-command-line.md +++ b/docs/products/kafka/howto/connect-with-command-line.md @@ -2,8 +2,8 @@ title: Connect to Aiven for Apache Kafka® with command line tools --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Learn how to send and receive messages from an Aiven for Apache Kafka® service using command-line tools. diff --git a/docs/products/kafka/howto/create-topics-automatically.md b/docs/products/kafka/howto/create-topics-automatically.md index ae3377182..e3ea67e3d 100644 --- a/docs/products/kafka/howto/create-topics-automatically.md +++ b/docs/products/kafka/howto/create-topics-automatically.md @@ -3,8 +3,8 @@ title: Create Apache Kafka® topics automatically --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Apache Kafka® can automatically create a topic if a message is produced to a topic that doesn’t already exist. diff --git a/docs/products/kafka/howto/enable-follower-fetching.md b/docs/products/kafka/howto/enable-follower-fetching.md index c635a740b..1809d2145 100644 --- a/docs/products/kafka/howto/enable-follower-fetching.md +++ b/docs/products/kafka/howto/enable-follower-fetching.md @@ -5,8 +5,8 @@ sidebar_label: Enable follower fetching import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Enabling follower fetching in Aiven for Apache Kafka® allows your consumers to fetch data from the nearest replica instead of the leader, optimizing data fetching and enhancing performance. diff --git a/docs/products/kafka/howto/enable-governance.md b/docs/products/kafka/howto/enable-governance.md index 4c97b0e18..e691c6ccd 100644 --- a/docs/products/kafka/howto/enable-governance.md +++ b/docs/products/kafka/howto/enable-governance.md @@ -3,7 +3,7 @@ title: Enable governance for Aiven for Apache Kafka® sidebar_label: Enable governance limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Enable governance in Aiven for Apache Kafka® to establish a secure and compliant framework to manage your Aiven for Apache Kafka clusters efficiently. diff --git a/docs/products/kafka/howto/enable-kafka-tiered-storage.md b/docs/products/kafka/howto/enable-kafka-tiered-storage.md index 0e392ebee..30a1ba48b 100644 --- a/docs/products/kafka/howto/enable-kafka-tiered-storage.md +++ b/docs/products/kafka/howto/enable-kafka-tiered-storage.md @@ -5,8 +5,8 @@ sidebar_label: Enable tiered storage import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Tiered storage significantly improves the storage efficiency of your Aiven for Apache Kafka® service. diff --git a/docs/products/kafka/howto/enable-oidc.md b/docs/products/kafka/howto/enable-oidc.md index e012ca83b..40140ed7c 100644 --- a/docs/products/kafka/howto/enable-oidc.md +++ b/docs/products/kafka/howto/enable-oidc.md @@ -4,8 +4,8 @@ title: Enable OAUTH2/OIDC authentication for Apache Kafka® import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Apache Kafka® enables secure client authentication using OIDC/OAuth2, allowing clients to verify users through an authorization server. diff --git a/docs/products/kafka/howto/enabled-consumer-lag-predictor.md b/docs/products/kafka/howto/enabled-consumer-lag-predictor.md index e0f5ab0e0..85abeb696 100644 --- a/docs/products/kafka/howto/enabled-consumer-lag-predictor.md +++ b/docs/products/kafka/howto/enabled-consumer-lag-predictor.md @@ -5,8 +5,8 @@ limited: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" The [consumer lag predictor](/docs/products/kafka/concepts/consumer-lag-predictor) in Aiven for Apache Kafka® provides visibility into the time between message production and consumption, allowing for improved cluster performance and scalability. diff --git a/docs/products/kafka/howto/group-requests.md b/docs/products/kafka/howto/group-requests.md index 0892a055d..2a5e3739d 100644 --- a/docs/products/kafka/howto/group-requests.md +++ b/docs/products/kafka/howto/group-requests.md @@ -2,7 +2,7 @@ title: Manage group requests limited: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The **Group requests** page allows you to view and track requests you and other members of your group made for Aiven for Apache Kafka® resources. These requests can include claims for existing topics or requests to create new topics. diff --git a/docs/products/kafka/howto/kafdrop.md b/docs/products/kafka/howto/kafdrop.md index fc339300d..e4c965cc7 100644 --- a/docs/products/kafka/howto/kafdrop.md +++ b/docs/products/kafka/howto/kafdrop.md @@ -1,7 +1,7 @@ --- title: Use Kafdrop Web UI with Aiven for Apache Kafka® --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" [Kafdrop](https://github.com/obsidiandynamics/kafdrop) is a web UI for Apache Kafka® to monitor clusters, view topics and consumer groups, and integrate with the Schema Registry. It supports Avro, JSON, and Protobuf. @@ -29,8 +29,8 @@ Kafdrop supports both [SASL and SSL authentication methods](/docs/products/kafka/concepts/auth-types). This example uses SSL, which requires a keystore and truststore. -1. Follow the instructions in the - [keystore and truststore documentation](/docs/products/kafka/howto/keystore-truststore) +1. Follow + [keystore and truststore](/docs/products/kafka/howto/keystore-truststore) to create the necessary files. 1. Create a Kafdrop configuration file named `kafdrop.properties` with the following content. Replace `KEYSTORE_PWD` and `TRUSTSTORE_PWD` with your keystore and diff --git a/docs/products/kafka/howto/kafka-sasl-auth.md b/docs/products/kafka/howto/kafka-sasl-auth.md index 33f95c741..8fe51412e 100644 --- a/docs/products/kafka/howto/kafka-sasl-auth.md +++ b/docs/products/kafka/howto/kafka-sasl-auth.md @@ -4,8 +4,8 @@ title: Enable and configure SASL authentication --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Apache Kafka® provides [multiple authentication methods](/docs/products/kafka/concepts/auth-types) to secure your Apache Kafka® data, including the highly secure Simple Authentication and Security Layer ([SASL](https://en.wikipedia.org/wiki/Simple_Authentication_and_Security_Layer)). diff --git a/docs/products/kafka/howto/kafka-tiered-storage-get-started.md b/docs/products/kafka/howto/kafka-tiered-storage-get-started.md index 6ed740a93..4f92feaa4 100644 --- a/docs/products/kafka/howto/kafka-tiered-storage-get-started.md +++ b/docs/products/kafka/howto/kafka-tiered-storage-get-started.md @@ -2,8 +2,8 @@ title: Get started with tiered storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Apache Kafka tiered storage optimizes resources by storing recent, frequently accessed data on faster local disks. As data becomes less active, it moves to more economical, slower storage, balancing diff --git a/docs/products/kafka/howto/manage-acls.md b/docs/products/kafka/howto/manage-acls.md index bc4833b6d..c97e0bbd2 100644 --- a/docs/products/kafka/howto/manage-acls.md +++ b/docs/products/kafka/howto/manage-acls.md @@ -4,7 +4,7 @@ title: Manage access control lists in Aiven for Apache Kafka® import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Access control lists (ACLs) in Aiven for Apache Kafka® define permissions for topics, schemas, consumer groups, and transactional IDs. ACLs control which authenticated users or applications (principals) can perform specific diff --git a/docs/products/kafka/howto/prevent-full-disks.md b/docs/products/kafka/howto/prevent-full-disks.md index 00c9fb61a..c39e20de4 100644 --- a/docs/products/kafka/howto/prevent-full-disks.md +++ b/docs/products/kafka/howto/prevent-full-disks.md @@ -2,7 +2,7 @@ title: Prevent full disks --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; diff --git a/docs/products/kafka/howto/tiered-storage-overview-page.md b/docs/products/kafka/howto/tiered-storage-overview-page.md index 018eb7296..dc21a0a8e 100644 --- a/docs/products/kafka/howto/tiered-storage-overview-page.md +++ b/docs/products/kafka/howto/tiered-storage-overview-page.md @@ -4,8 +4,8 @@ sidebar_label: Tiered storage overview page --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import {ConsoleIcon} from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import {ConsoleIcon} from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for Apache Kafka® offers a comprehensive overview of tiered storage, allowing you to understand its usage and make informed decisions. diff --git a/docs/products/kafka/kafka-connect/howto/azure-blob-sink.md b/docs/products/kafka/kafka-connect/howto/azure-blob-sink.md index 2bf2892ba..c1df211ae 100644 --- a/docs/products/kafka/kafka-connect/howto/azure-blob-sink.md +++ b/docs/products/kafka/kafka-connect/howto/azure-blob-sink.md @@ -5,7 +5,7 @@ sidebar_label: Azure Blob sink connector import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; The Azure Blob Storage sink connector moves data from Apache Kafka® topics to Azure Blob Storage containers for long-term storage, such as archiving or creating backups. diff --git a/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md b/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md index c64cc35c2..516c2a8c5 100644 --- a/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md +++ b/docs/products/kafka/kafka-connect/howto/clickhouse-sink-connector.md @@ -4,7 +4,7 @@ sidebar_label: ClickHouse sink connector --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; The ClickHouse sink connector delivers data from Apache Kafka® topics to a ClickHouse database for efficient querying and analysis. @@ -27,6 +27,8 @@ Before you begin, ensure that you have the following: ## Limitations + + The ClickHouse sink connector has the following limitations related to data consistency and exactly-once delivery: @@ -39,6 +41,8 @@ and exactly-once delivery: to maintain data consistency in ClickHouse. For detailed instructions, see [Remove duplicate records](#remove-duplicate-records). + + ### Remove duplicate records {#remove-duplicate-records} Ensure all potential duplicates are processed before removing them: diff --git a/docs/products/kafka/kafka-connect/howto/debezium-source-connector-mysql.md b/docs/products/kafka/kafka-connect/howto/debezium-source-connector-mysql.md index 427d3d9e1..6de5f2261 100644 --- a/docs/products/kafka/kafka-connect/howto/debezium-source-connector-mysql.md +++ b/docs/products/kafka/kafka-connect/howto/debezium-source-connector-mysql.md @@ -3,7 +3,7 @@ title: Create a Debezium source connector from MySQL to Apache Kafka® --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The MySQL Debezium source connector extracts changes committed to the database binary log (binlog) and writes them to an Apache Kafka® topic in a standard format, allowing them to be transformed and read by multiple consumers. diff --git a/docs/products/kafka/kafka-connect/howto/enable-connect.md b/docs/products/kafka/kafka-connect/howto/enable-connect.md index 961612bb1..3bff4b064 100644 --- a/docs/products/kafka/kafka-connect/howto/enable-connect.md +++ b/docs/products/kafka/kafka-connect/howto/enable-connect.md @@ -2,7 +2,7 @@ title: Enable Apache Kafka® Connect on Aiven for Apache Kafka® --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" For a low-cost way to get started with Aiven for Apache Kafka® Connect, you can run Kafka Connect on the same nodes as your Apache Kafka cluster, sharing the resources. The Kafka service must be running on a business or premium plan. diff --git a/docs/products/kafka/kafka-connect/howto/gcp-pubsub-source.md b/docs/products/kafka/kafka-connect/howto/gcp-pubsub-source.md index caec566c6..e312a2deb 100644 --- a/docs/products/kafka/kafka-connect/howto/gcp-pubsub-source.md +++ b/docs/products/kafka/kafka-connect/howto/gcp-pubsub-source.md @@ -3,7 +3,7 @@ title: Create a Google Pub/Sub source connector to Apache Kafka® --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" The [Google Pub/Sub source connector](https://github.com/googleapis/java-pubsub-group-kafka-connector) enables you to push from a Google Pub/Sub subscription to an Aiven for Apache Kafka® topic. diff --git a/docs/products/kafka/kafka-connect/howto/ibm-mq-sink-connector.md b/docs/products/kafka/kafka-connect/howto/ibm-mq-sink-connector.md index 79c86001d..1338b065c 100644 --- a/docs/products/kafka/kafka-connect/howto/ibm-mq-sink-connector.md +++ b/docs/products/kafka/kafka-connect/howto/ibm-mq-sink-connector.md @@ -3,7 +3,7 @@ title: Create an IBM MQ sink connector in Aiven for Apache Kafka® --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"; The IBM MQ sink connector allows you to route messages from Apache Kafka® topics to IBM MQ queues. diff --git a/docs/products/kafka/kafka-mirrormaker/howto/exactly-once-delivery.md b/docs/products/kafka/kafka-mirrormaker/howto/exactly-once-delivery.md index 9858d73bc..00a414bc4 100644 --- a/docs/products/kafka/kafka-mirrormaker/howto/exactly-once-delivery.md +++ b/docs/products/kafka/kafka-mirrormaker/howto/exactly-once-delivery.md @@ -5,8 +5,8 @@ sidebar_label: Exactly-once delivery import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Exactly-once delivery in Aiven for Apache Kafka MirrorMaker 2 replicates each message exactly once between clusters, preventing duplicates or data loss. diff --git a/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy.md b/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy.md index 764e01293..6ff78cfb6 100644 --- a/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy.md +++ b/docs/products/kafka/karapace/howto/enable-oauth-oidc-kafka-rest-proxy.md @@ -4,8 +4,8 @@ title: Enable OAuth2/OIDC support for Apache Kafka® REST proxy import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Secure your Apache Kafka® resources by integrating OAuth 2.0/OpenID Connect (OIDC) with the Karapace REST proxy and enabling REST proxy authorization. This setup ensures that only authorized individuals can manage Apache Kafka resources diff --git a/docs/products/kafka/karapace/howto/enable-schema-reader-strict-mode.md b/docs/products/kafka/karapace/howto/enable-schema-reader-strict-mode.md index fbbdfb0c7..451e4f659 100644 --- a/docs/products/kafka/karapace/howto/enable-schema-reader-strict-mode.md +++ b/docs/products/kafka/karapace/howto/enable-schema-reader-strict-mode.md @@ -5,8 +5,8 @@ sidebar_label: Shutdown for invalid schema records import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" You can configure the Karapace schema registry to shut down when corrupt schema records are detected in the `_schemas` topic. diff --git a/docs/products/metrics/howto/download-influxdb-data.md b/docs/products/metrics/howto/download-influxdb-data.md index c8a5ad294..4fcd835f4 100644 --- a/docs/products/metrics/howto/download-influxdb-data.md +++ b/docs/products/metrics/howto/download-influxdb-data.md @@ -5,8 +5,8 @@ sidebar_label: Download InfluxDB data import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Download a backup of your Aiven for InfluxDB service data by requesting a backup. This creates a snapshot of your latest data, ready for download. diff --git a/docs/products/metrics/howto/migrate-influxdb-thanos.md b/docs/products/metrics/howto/migrate-influxdb-thanos.md index 5d31107df..0f80f317f 100644 --- a/docs/products/metrics/howto/migrate-influxdb-thanos.md +++ b/docs/products/metrics/howto/migrate-influxdb-thanos.md @@ -2,7 +2,7 @@ title: Migrate Aiven for InfluxDB to Aiven for Metrics --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Migrate your Aiven for InfluxDB databases to Aiven for Thanos Metrics using the Aiven Console migration tool. diff --git a/docs/products/metrics/howto/migrate-m3db-thanos.md b/docs/products/metrics/howto/migrate-m3db-thanos.md index 727ea9267..68e9ab44d 100644 --- a/docs/products/metrics/howto/migrate-m3db-thanos.md +++ b/docs/products/metrics/howto/migrate-m3db-thanos.md @@ -2,7 +2,7 @@ title: Migrate Aiven for M3DB to Aiven for Metrics --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Migrate your Aiven for M3DB databases to Aiven for Thanos Metrics using the Aiven Console migration tool. diff --git a/docs/products/metrics/howto/storage-usage.md b/docs/products/metrics/howto/storage-usage.md index 20170e5ed..df5f4e3f4 100644 --- a/docs/products/metrics/howto/storage-usage.md +++ b/docs/products/metrics/howto/storage-usage.md @@ -2,7 +2,7 @@ title: Manage storage --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Get a comprehensive view of your storage usage with Aiven for Metrics. The Storage page in the [Aiven console](https://console.aiven.io/) provides valuable data to help you effectively manage and understand your object storage consumption and associated costs. diff --git a/docs/products/mysql/get-started.md b/docs/products/mysql/get-started.md index a3ad6f8d7..b06dfecef 100644 --- a/docs/products/mysql/get-started.md +++ b/docs/products/mysql/get-started.md @@ -6,7 +6,7 @@ keywords: [quick start] import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" Start using Aiven for MySQL® by creating a service, connecting to it, and loading sample data. diff --git a/docs/products/mysql/howto/create-tables-without-primary-keys.md b/docs/products/mysql/howto/create-tables-without-primary-keys.md index cb42d79af..f29e27a75 100644 --- a/docs/products/mysql/howto/create-tables-without-primary-keys.md +++ b/docs/products/mysql/howto/create-tables-without-primary-keys.md @@ -2,7 +2,7 @@ title: Create new tables without primary keys --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" If your Aiven for MySQL® service was created after 2020-06-03, by default it does not allow creating new tables without primary keys. diff --git a/docs/products/opensearch/howto/control_access_to_content.md b/docs/products/opensearch/howto/control_access_to_content.md index 9dd9fa4dc..79db73b60 100644 --- a/docs/products/opensearch/howto/control_access_to_content.md +++ b/docs/products/opensearch/howto/control_access_to_content.md @@ -2,7 +2,7 @@ title: Manage users and access control in Aiven for OpenSearch® sidebar_label: Manage users and access control --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Manage users and permissions in Aiven for OpenSearch by creating Access Control Lists (ACLs) in the Aiven Console. diff --git a/docs/products/opensearch/howto/custom-dictionary-files.md b/docs/products/opensearch/howto/custom-dictionary-files.md index 0ea5a912a..24ad3541f 100644 --- a/docs/products/opensearch/howto/custom-dictionary-files.md +++ b/docs/products/opensearch/howto/custom-dictionary-files.md @@ -4,7 +4,7 @@ title: Custom dictionary files import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Custom dictionary files are user-defined files that enhance query analysis and improve search relevance in OpenSearch. By adding domain-specific vocabulary and rules, these files refine search results to be more accurate and relevant. diff --git a/docs/products/opensearch/howto/migrate-snapshot-data-opensearch.md b/docs/products/opensearch/howto/migrate-snapshot-data-opensearch.md index 68215bd63..921ed0d15 100644 --- a/docs/products/opensearch/howto/migrate-snapshot-data-opensearch.md +++ b/docs/products/opensearch/howto/migrate-snapshot-data-opensearch.md @@ -6,8 +6,8 @@ limited: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for OpenSearch lets you restore data from external OpenSearch or Elasticsearch snapshots, enabling migration from third-party repositories. diff --git a/docs/products/opensearch/howto/opensearch-log-integration.md b/docs/products/opensearch/howto/opensearch-log-integration.md index b2fd4ba20..a3c4fcc6c 100644 --- a/docs/products/opensearch/howto/opensearch-log-integration.md +++ b/docs/products/opensearch/howto/opensearch-log-integration.md @@ -2,7 +2,7 @@ title: Manage OpenSearch® log integration --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven provides a service integration that allows you to send your logs from several services, such as Aiven for Apache Kafka®, PostgreSQL®, Apache Cassandra®, OpenSearch®, Caching, and Grafana®, to Aiven for OpenSearch®, allowing you to use OpenSearch to gain more insight and control over your logs. diff --git a/docs/products/opensearch/howto/os-metrics.md b/docs/products/opensearch/howto/os-metrics.md index 8a76b3aee..726550ef0 100644 --- a/docs/products/opensearch/howto/os-metrics.md +++ b/docs/products/opensearch/howto/os-metrics.md @@ -6,8 +6,8 @@ sidebar_label: OpenSearch metrics with Prometheus import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import HostMetrics from "@site/static/includes/host-metrics.md"; -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import LimitedBadge from "@site/src/components/Badges/LimitedBadge"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import LimitedBadge from "@site/src/components/non-swizzled/Badges/LimitedBadge"; Monitor and optimize your Aiven for OpenSearch service with metrics available via Prometheus. These metrics help track cluster health, replication status, and overall performance. diff --git a/docs/products/postgresql/get-started.md b/docs/products/postgresql/get-started.md index 6a59cb648..6db58f20a 100644 --- a/docs/products/postgresql/get-started.md +++ b/docs/products/postgresql/get-started.md @@ -6,7 +6,7 @@ keywords: [quick start] import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import CreateService from "@site/static/includes/create-service-console.md" Start using Aiven for PostgreSQL® by creating a service, connecting to it, and loading sample data. diff --git a/docs/products/postgresql/howto/manage-pool.md b/docs/products/postgresql/howto/manage-pool.md index 929af1e91..4756fd9e0 100644 --- a/docs/products/postgresql/howto/manage-pool.md +++ b/docs/products/postgresql/howto/manage-pool.md @@ -2,7 +2,7 @@ title: Manage connection pooling --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" [Connection pooling](/docs/products/postgresql/concepts/pg-connection-pooling) lets you maintain very large numbers of connections to a database while minimizing the consumption of server resources. diff --git a/docs/products/postgresql/howto/optimize-pg-slow-queries.md b/docs/products/postgresql/howto/optimize-pg-slow-queries.md index ff36a6c47..e0c4453fe 100644 --- a/docs/products/postgresql/howto/optimize-pg-slow-queries.md +++ b/docs/products/postgresql/howto/optimize-pg-slow-queries.md @@ -4,8 +4,8 @@ sidebar_label: Optimize queries keywords: ["AI", "Artificial intelligence", "Aiven AI Database Optimizer"] --- -import EarlyBadge from "@site/src/components/Badges/EarlyBadge"; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import EarlyBadge from "@site/src/components/non-swizzled/Badges/EarlyBadge"; +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import FAQ from "@site/static/includes/faq-ai.md" Optimize slow queries to ensure maximum service performance. Use Aiven's AI capabilities or `pg_stat_statements` to identify optimization opportunities. diff --git a/docs/products/postgresql/howto/pgbouncer-stats.md b/docs/products/postgresql/howto/pgbouncer-stats.md index 7e27dffe1..334375ab9 100644 --- a/docs/products/postgresql/howto/pgbouncer-stats.md +++ b/docs/products/postgresql/howto/pgbouncer-stats.md @@ -2,8 +2,8 @@ title: Access PgBouncer statistics --- -import ConsoleIcon from "@site/src/components/ConsoleIcons" -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" PgBouncer is used at Aiven as a [connection pooler](/docs/products/postgresql/concepts/pg-connection-pooling) to lower the performance impact of opening new connections to Aiven for PostgreSQL®. diff --git a/docs/products/postgresql/howto/restore-backup.md b/docs/products/postgresql/howto/restore-backup.md index 6a894c4c5..9000f698a 100644 --- a/docs/products/postgresql/howto/restore-backup.md +++ b/docs/products/postgresql/howto/restore-backup.md @@ -3,7 +3,7 @@ title: Restore PostgreSQL® from a backup sidebar_label: Restore from a backup --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Aiven for PostgreSQL® databases are automatically backed up and can be restored from a backup at any point in time within the **backup retention period**, which [varies by plan](/docs/products/postgresql/concepts/pg-backups). The restore is created by forking: a new PostgreSQL instance is created and content from the original database is restored into it. diff --git a/docs/products/postgresql/howto/upgrade.md b/docs/products/postgresql/howto/upgrade.md index f15720f2f..06e97082c 100644 --- a/docs/products/postgresql/howto/upgrade.md +++ b/docs/products/postgresql/howto/upgrade.md @@ -3,7 +3,7 @@ title: Perform a PostgreSQL® major version upgrade sidebar_label: Upgrade to a major version --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" PostgreSQL® in-place upgrades allows to upgrade an instances to a new major version without needing to fork and redirect the traffic. The whole procedure usually takes 60 seconds or less for small databases. @@ -29,7 +29,7 @@ We recommend to test the upgrade on [a fork](/docs/platform/concepts/service-for the database to be upgraded. Testing on a fork provides the benefit of verifying the impact of the upgrade for the specific service without affecting the running service, mostly to: - + 1. Ensure that the upgrade succeeds and is performed quickly enough, which might not be the case if there are many databases or large objects. @@ -38,7 +38,7 @@ affecting the running service, mostly to: `pg_upgrade --link`. A fork will reveal this scenario. 1. Test query performance directly after upgrade under real world load, when no statistics are available and caches are cold. - + ### Upgrade to major versions in sequence :::important diff --git a/docs/products/services.md b/docs/products/services.md index 35ed5c43e..d9338bc1e 100644 --- a/docs/products/services.md +++ b/docs/products/services.md @@ -3,8 +3,8 @@ title: Services sidebar_label: Overview --- -import Card from "@site/src/components/AivenCard"; -import GridContainer from "@site/src/components/GridContainer"; +import Card from "@site/src/components/non-swizzled/Card"; +import GridContainer from "@site/src/components/non-swizzled/GridContainer"; import Cassandra from "@site/static/images/logos/cassandra.svg"; import ClickHouse from "@site/static/images/logos/clickhouse.svg"; import Dragonfly from "@site/static/images/logos/dragonfly.svg"; @@ -17,7 +17,7 @@ import PG from "@site/static/images/logos/pg.svg"; import Valkey from "@site/static/images/logos/valkey.svg"; import AlloyDBOmni from "@site/static/images/logos/alloydbomni.svg"; -Use our fully managed services to stream, store, or analyze your data. Deploy individual services and advanced data pipelines in minutes. +Use our fully managed services to stream, store, or serve your data. Deploy individual services and advanced data pipelines in minutes. ## Stream diff --git a/docs/products/valkey/concepts/read-replica.md b/docs/products/valkey/concepts/read-replica.md index 4ce778e0d..83cc250f7 100644 --- a/docs/products/valkey/concepts/read-replica.md +++ b/docs/products/valkey/concepts/read-replica.md @@ -4,8 +4,8 @@ sidebar_label: Valkey read replica early: true --- -import Button from "@site/src/components/Buttons"; -import GridContainer from "@site/src/components/GridContainer"; +import Button from "@site/src/components/non-swizzled/Buttons"; +import GridContainer from "@site/src/components/non-swizzled/GridContainer"; Aiven for Valkey read replica replicates data from a primary service to a replica service across different DNS zones, clouds, or regions, enhancing data availability and supporting disaster recovery. diff --git a/docs/products/valkey/howto/create-valkey-read-replica.md b/docs/products/valkey/howto/create-valkey-read-replica.md index b8ce7ee36..dd17e2275 100644 --- a/docs/products/valkey/howto/create-valkey-read-replica.md +++ b/docs/products/valkey/howto/create-valkey-read-replica.md @@ -6,7 +6,7 @@ early: true import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" [Aiven for Valkey read replica](/docs/products/valkey/concepts/read-replica) enables data replication from a primary to a replica service, improving performance and increasing redundancy for high availability and disaster recovery. diff --git a/docs/products/valkey/howto/migrate-caching-valkey-to-aiven-for-valkey.md b/docs/products/valkey/howto/migrate-caching-valkey-to-aiven-for-valkey.md index 7f664d051..1db0966aa 100644 --- a/docs/products/valkey/howto/migrate-caching-valkey-to-aiven-for-valkey.md +++ b/docs/products/valkey/howto/migrate-caching-valkey-to-aiven-for-valkey.md @@ -1,8 +1,8 @@ --- title: Migrate Aiven for Caching or Valkey to Aiven for Valkey™ --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" -import ConsoleIcon from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" +import ConsoleIcon from "@site/src/components/non-swizzled/ConsoleIcons" Migrate your Aiven for Caching or Valkey databases to Aiven for Valkey™ using the Aiven Console migration tool. diff --git a/docs/products/valkey/reference/valkey-metrics-in-prometheus.md b/docs/products/valkey/reference/valkey-metrics-in-prometheus.md index aba9c1414..6f7098a41 100644 --- a/docs/products/valkey/reference/valkey-metrics-in-prometheus.md +++ b/docs/products/valkey/reference/valkey-metrics-in-prometheus.md @@ -6,7 +6,7 @@ sidebar_label: Valkey™ metrics in Prometheus import Tabs from "@theme/Tabs"; import TabItem from "@theme/TabItem"; import HostMetrics from "@site/static/includes/host-metrics.md"; -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Monitor and optimize your Aiven for Valkey service with metrics available via Prometheus. These metrics help track cluster health, replication status, and overall performance. diff --git a/docs/tools.md b/docs/tools.md index 35c457c79..d546d0547 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -3,8 +3,8 @@ title: Aiven dev tools sidebar_label: Overview --- -import Card from "@site/src/components/AivenCard"; -import GridContainer from "@site/src/components/GridContainer"; +import Card from "@site/src/components/non-swizzled/Card"; +import GridContainer from "@site/src/components/non-swizzled/GridContainer"; import K8sIcon from "@site/static/images/logos/kubernetes.svg"; import AI from "@site/static/images/logos/star-ai.svg"; diff --git a/docs/tools/aiven-console/howto/create-manage-teams.md b/docs/tools/aiven-console/howto/create-manage-teams.md index 9069a89bb..6378d3778 100644 --- a/docs/tools/aiven-console/howto/create-manage-teams.md +++ b/docs/tools/aiven-console/howto/create-manage-teams.md @@ -2,7 +2,7 @@ title: Manage teams --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" Teams are groups of users that you can assign to projects. diff --git a/docs/tools/query-optimizer.md b/docs/tools/query-optimizer.md index f2ce726a3..70db32de1 100644 --- a/docs/tools/query-optimizer.md +++ b/docs/tools/query-optimizer.md @@ -3,7 +3,7 @@ title: Standalone SQL query optimizer early: true --- -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons" import FAQ from "@site/static/includes/faq-ai.md" Use Aiven's AI-powered **SQL query optimizer** for PostgreSQL® and MySQL® to get query optimization recomendations for an ad-hoc query. diff --git a/src/components/Badges/EnterpriseBadge/index.tsx b/src/components/Badges/EnterpriseBadge/index.tsx deleted file mode 100644 index 4e1df9d06..000000000 --- a/src/components/Badges/EnterpriseBadge/index.tsx +++ /dev/null @@ -1,10 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.css'; -import stylesGeneric from '../styles.module.css'; - -export default function EnterpriseBadge(): JSX.Element { - return ( - enterprise - ); -} diff --git a/src/components/Badges/EnterpriseBadge/styles.module.css b/src/components/Badges/EnterpriseBadge/styles.module.css deleted file mode 100644 index 8e5e9bfb3..000000000 --- a/src/components/Badges/EnterpriseBadge/styles.module.css +++ /dev/null @@ -1,15 +0,0 @@ -.badge { - background-color: var(--aiven-primary-orange); - border-radius: var(--badge-radius); - color: white; - font-weight: 400; - margin: 0; - padding: 4px 8px; - font-size: 80%; - vertical-align: middle; - display: inline-block; -} - -.badge { - text-transform: uppercase; -} diff --git a/src/components/Badges/ProBadge/index.tsx b/src/components/Badges/ProBadge/index.tsx deleted file mode 100644 index afc133e4e..000000000 --- a/src/components/Badges/ProBadge/index.tsx +++ /dev/null @@ -1,8 +0,0 @@ -import React from 'react'; -import clsx from 'clsx'; -import styles from './styles.module.css'; -import stylesGeneric from '../styles.module.css'; - -export default function ProBadge(): JSX.Element { - return pro; -} diff --git a/src/components/Badges/ProBadge/styles.module.css b/src/components/Badges/ProBadge/styles.module.css deleted file mode 100644 index 8fa01d7e5..000000000 --- a/src/components/Badges/ProBadge/styles.module.css +++ /dev/null @@ -1,3 +0,0 @@ -.badge { - background-color: var(--aiven-primary-orange); -} diff --git a/src/components/Badges/EarlyBadge/index.tsx b/src/components/non-swizzled/Badges/EarlyBadge/index.tsx similarity index 100% rename from src/components/Badges/EarlyBadge/index.tsx rename to src/components/non-swizzled/Badges/EarlyBadge/index.tsx diff --git a/src/components/Badges/EarlyBadge/styles.module.css b/src/components/non-swizzled/Badges/EarlyBadge/styles.module.css similarity index 100% rename from src/components/Badges/EarlyBadge/styles.module.css rename to src/components/non-swizzled/Badges/EarlyBadge/styles.module.css diff --git a/src/components/Badges/LimitedBadge/index.tsx b/src/components/non-swizzled/Badges/LimitedBadge/index.tsx similarity index 100% rename from src/components/Badges/LimitedBadge/index.tsx rename to src/components/non-swizzled/Badges/LimitedBadge/index.tsx diff --git a/src/components/Badges/LimitedBadge/styles.module.css b/src/components/non-swizzled/Badges/LimitedBadge/styles.module.css similarity index 100% rename from src/components/Badges/LimitedBadge/styles.module.css rename to src/components/non-swizzled/Badges/LimitedBadge/styles.module.css diff --git a/src/components/Badges/styles.module.css b/src/components/non-swizzled/Badges/styles.module.css similarity index 100% rename from src/components/Badges/styles.module.css rename to src/components/non-swizzled/Badges/styles.module.css diff --git a/src/components/Buttons/index.tsx b/src/components/non-swizzled/Buttons/index.tsx similarity index 100% rename from src/components/Buttons/index.tsx rename to src/components/non-swizzled/Buttons/index.tsx diff --git a/src/components/Buttons/styles.module.css b/src/components/non-swizzled/Buttons/styles.module.css similarity index 100% rename from src/components/Buttons/styles.module.css rename to src/components/non-swizzled/Buttons/styles.module.css diff --git a/src/components/AivenCard/index.tsx b/src/components/non-swizzled/Card/index.tsx similarity index 97% rename from src/components/AivenCard/index.tsx rename to src/components/non-swizzled/Card/index.tsx index f231df421..d81041c9f 100644 --- a/src/components/AivenCard/index.tsx +++ b/src/components/non-swizzled/Card/index.tsx @@ -1,5 +1,4 @@ import React from 'react'; -import clsx from 'clsx'; import styles from './styles.module.css'; import Link from '@docusaurus/Link'; import {ConsoleIcon} from '../ConsoleIcons'; diff --git a/src/components/AivenCard/styles.module.css b/src/components/non-swizzled/Card/styles.module.css similarity index 100% rename from src/components/AivenCard/styles.module.css rename to src/components/non-swizzled/Card/styles.module.css diff --git a/src/components/ConsoleIcons/index.tsx b/src/components/non-swizzled/ConsoleIcons/index.tsx similarity index 100% rename from src/components/ConsoleIcons/index.tsx rename to src/components/non-swizzled/ConsoleIcons/index.tsx diff --git a/src/components/GridContainer/index.tsx b/src/components/non-swizzled/GridContainer/index.tsx similarity index 100% rename from src/components/GridContainer/index.tsx rename to src/components/non-swizzled/GridContainer/index.tsx diff --git a/src/components/GridContainer/styles.module.css b/src/components/non-swizzled/GridContainer/styles.module.css similarity index 100% rename from src/components/GridContainer/styles.module.css rename to src/components/non-swizzled/GridContainer/styles.module.css diff --git a/src/theme/DocItem/Content/index.tsx b/src/theme/DocItem/Content/index.tsx index 7189ef3a0..941296b5a 100644 --- a/src/theme/DocItem/Content/index.tsx +++ b/src/theme/DocItem/Content/index.tsx @@ -5,9 +5,8 @@ import {useDoc} from '@docusaurus/plugin-content-docs/client'; import Heading from '@theme/Heading'; import MDXContent from '@theme/MDXContent'; import type {Props} from '@theme/DocItem/Content'; -import EnterpriseBadge from '@site/src/components/Badges/EnterpriseBadge'; -import LimitedBadge from '@site/src/components/Badges/LimitedBadge'; -import EarlyBadge from '@site/src/components/Badges/EarlyBadge'; +import LimitedBadge from '@site/src/components/non-swizzled/Badges/LimitedBadge'; +import EarlyBadge from '@site/src/components/non-swizzled/Badges/EarlyBadge'; /** Title can be declared inside md content or declared through diff --git a/static/includes/create-service-console.md b/static/includes/create-service-console.md index 149523a0b..4d431b595 100644 --- a/static/includes/create-service-console.md +++ b/static/includes/create-service-console.md @@ -1,4 +1,4 @@ -import ConsoleLabel from "@site/src/components/ConsoleIcons" +import ConsoleLabel from "@site/src/components/non-swizzled/ConsoleIcons"