From 6745fc56d7247c48b024c7d9552c1aa7c189907c Mon Sep 17 00:00:00 2001 From: Danny Date: Wed, 27 Aug 2025 21:01:32 -0700 Subject: [PATCH] docs: reorganize Features tab into Database CI/CD and SQL Editor MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Split Features tab into two separate tabs for better organization - Database CI/CD tab contains schema migration and change management features - SQL Editor tab includes SQL editor, database permissions, and data masking - Add cross-references from what-is-bytebase page to respective sections 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude --- mintlify/docs.json | 9 +++++++-- mintlify/introduction/what-is-bytebase.mdx | 4 ++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/mintlify/docs.json b/mintlify/docs.json index 6d8b7d2d3..c38403853 100644 --- a/mintlify/docs.json +++ b/mintlify/docs.json @@ -78,7 +78,7 @@ ] }, { - "tab": "Features", + "tab": "Database CI/CD", "groups": [ { "group": "Database CI/CD", @@ -148,7 +148,12 @@ }, "change-database/troubleshoot" ] - }, + } + ] + }, + { + "tab": "SQL Editor", + "groups": [ { "group": "SQL Editor", "pages": [ diff --git a/mintlify/introduction/what-is-bytebase.mdx b/mintlify/introduction/what-is-bytebase.mdx index d70a1dc75..bf8657c47 100644 --- a/mintlify/introduction/what-is-bytebase.mdx +++ b/mintlify/introduction/what-is-bytebase.mdx @@ -12,7 +12,7 @@ It's a unified platform specifically built for your **developer, security, DBA, ## 🚀 Managing Schema Changes at Scale -This section covers how Bytebase makes all database changes safer and more efficient. By providing a structured process, it also enhances security by **eliminating the need for engineers to make direct changes against databases**. Bytebase supports two distinct workflows for schema changes: +This section covers how Bytebase makes all database changes safer and more efficient. By providing a structured process, it also enhances security by **eliminating the need for engineers to make direct changes against databases**. Learn more in the [Database CI/CD](/change-database/change-workflow) section. Bytebase supports two distinct workflows for schema changes: **UI-driven Workflow**: Provides a complete, console-based process with built-in risk analysis and multi-step approvals, offering a secure and self-contained way to manage schema changes. @@ -26,7 +26,7 @@ In addition to these workflows, the platform provides overarching capabilities f ## 🛡️ Governing Data Access at Scale -This workflow governs how your database data is accessed, replacing the need for disparate SQL clients and shared credentials. +This workflow governs how your database data is accessed, replacing the need for disparate SQL clients and shared credentials. Explore the full capabilities in the [SQL Editor](/sql-editor/overview) section. **Centralized Access Control:** Grant data query permissions based on role, not on sharing database passwords. This provides a single place to manage who can see what across your entire environment.