Skip to content

Commit 8d7ade5

Browse files
d-bytebaseclaude
andauthored
docs: reorganize Features tab into Database CI/CD and SQL Editor (#852)
- 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 <[email protected]>
1 parent 2a3d7bc commit 8d7ade5

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

mintlify/docs.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
]
7979
},
8080
{
81-
"tab": "Features",
81+
"tab": "Database CI/CD",
8282
"groups": [
8383
{
8484
"group": "Database CI/CD",
@@ -148,7 +148,12 @@
148148
},
149149
"change-database/troubleshoot"
150150
]
151-
},
151+
}
152+
]
153+
},
154+
{
155+
"tab": "SQL Editor",
156+
"groups": [
152157
{
153158
"group": "SQL Editor",
154159
"pages": [

mintlify/introduction/what-is-bytebase.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ It's a unified platform specifically built for your **developer, security, DBA,
1212

1313
## 🚀 Managing Schema Changes at Scale
1414

15-
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:
15+
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:
1616

1717
**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.
1818

@@ -26,7 +26,7 @@ In addition to these workflows, the platform provides overarching capabilities f
2626

2727
## 🛡️ Governing Data Access at Scale
2828

29-
This workflow governs how your database data is accessed, replacing the need for disparate SQL clients and shared credentials.
29+
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.
3030

3131
**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.
3232

0 commit comments

Comments
 (0)