diff --git a/mintlify/change-database/online-schema-migration-for-mysql.mdx b/mintlify/change-database/online-schema-migration-for-mysql.mdx index b92574d7..607ac118 100644 --- a/mintlify/change-database/online-schema-migration-for-mysql.mdx +++ b/mintlify/change-database/online-schema-migration-for-mysql.mdx @@ -1,6 +1,5 @@ --- title: Online Schema Migration for MySQL -description: This guide shows you how to use gh-ost to migrate your MySQL databases in Bytebase. --- [gh-ost](https://github.com/github/gh-ost) is a triggerless online schema migration tool for MySQL. Bytebase leverages gh-ost to migrate MySQL table schemas with minimal downtime. diff --git a/mintlify/get-started/cloud.mdx b/mintlify/get-started/cloud.mdx index d26e899d..5361e51a 100644 --- a/mintlify/get-started/cloud.mdx +++ b/mintlify/get-started/cloud.mdx @@ -1,6 +1,5 @@ --- title: Cloud -description: Get started with Bytebase Cloud - a fully managed Database DevSecOps platform --- [Bytebase Cloud](https://hub.bytebase.com/) is a fully managed Database DevSecOps platform. Get started instantly without installing or managing any infrastructure. diff --git a/mintlify/get-started/connect/azure.mdx b/mintlify/get-started/connect/azure.mdx index bbae5abd..47ca8211 100644 --- a/mintlify/get-started/connect/azure.mdx +++ b/mintlify/get-started/connect/azure.mdx @@ -1,6 +1,5 @@ --- title: Azure Database Connections -description: Configure secure database connections for Azure SQL Database and Azure-managed databases --- Learn how to configure secure connections to Azure-managed databases using Managed Identity authentication and best practices for production deployments. diff --git a/mintlify/get-started/connect/gcp.mdx b/mintlify/get-started/connect/gcp.mdx index 2ab8439c..32a953cd 100644 --- a/mintlify/get-started/connect/gcp.mdx +++ b/mintlify/get-started/connect/gcp.mdx @@ -1,6 +1,5 @@ --- title: GCP Database Connections -description: Configure secure database connections for Cloud SQL and other GCP-managed databases --- import PostgreSQLConfig from '/snippets/get-started/instance/postgresql.mdx'; diff --git a/mintlify/get-started/connect/overview.mdx b/mintlify/get-started/connect/overview.mdx index 60cebb7f..b2d914da 100644 --- a/mintlify/get-started/connect/overview.mdx +++ b/mintlify/get-started/connect/overview.mdx @@ -1,6 +1,5 @@ --- title: Overview -description: Connect Bytebase to your databases - from basic setup to cloud-native authentication --- Learn how to connect Bytebase to your database instances and configure basic connection settings. diff --git a/mintlify/get-started/self-host-vs-cloud.mdx b/mintlify/get-started/self-host-vs-cloud.mdx index d95bb765..76bdce0d 100644 --- a/mintlify/get-started/self-host-vs-cloud.mdx +++ b/mintlify/get-started/self-host-vs-cloud.mdx @@ -1,6 +1,5 @@ --- title: Self-Host vs Cloud -description: Choose the right Bytebase deployment for your databases --- diff --git a/mintlify/get-started/self-host/external-access.mdx b/mintlify/get-started/self-host/external-access.mdx index 3ff59292..f090f040 100644 --- a/mintlify/get-started/self-host/external-access.mdx +++ b/mintlify/get-started/self-host/external-access.mdx @@ -1,6 +1,5 @@ --- title: External Access Configuration -description: Configure external access, WebSocket, and ingress for your Bytebase deployment --- This guide covers how to configure external access for your Bytebase deployment across different deployment methods.