Skip to content

Commit f216e33

Browse files
d-bytebaseclaude
andauthored
docs: reorganize GitOps into dedicated workflow tab under Database CI/CD (#853)
- Move GitOps section from nested group to dedicated "GitOps Workflow" tab - Maintain pages under Database CI/CD tab for better organization - Pages included: vcs-integration/overview and vcs-integration/release 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 8d7ade5 commit f216e33

File tree

2 files changed

+7
-10
lines changed

2 files changed

+7
-10
lines changed

mintlify/docs.json

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@
9292
"change-database/synchronize-schema",
9393
"change-database/stored-procedure",
9494
"change-database/schema-editor",
95-
"change-database/schema-diagram",
9695
"change-database/online-schema-migration-for-mysql"
9796
]
9897
},
@@ -114,7 +113,8 @@
114113
"group": "Rollout",
115114
"pages": [
116115
"administration/environment-policy/rollout-policy",
117-
"change-database/scheduled-rollout"
116+
"change-database/scheduled-rollout",
117+
"change-database/change-history"
118118
]
119119
},
120120
{
@@ -124,18 +124,10 @@
124124
"change-database/rollback-schema-changes"
125125
]
126126
},
127-
{
128-
"group": "Version",
129-
"pages": ["change-database/change-history"]
130-
},
131127
{
132128
"group": "Monitor",
133129
"pages": ["change-database/drift-detection"]
134130
},
135-
{
136-
"group": "GitOps",
137-
"pages": ["vcs-integration/overview", "vcs-integration/release"]
138-
},
139131
{
140132
"group": "Settings",
141133
"pages": [
@@ -148,6 +140,10 @@
148140
},
149141
"change-database/troubleshoot"
150142
]
143+
},
144+
{
145+
"group": "GitOps Workflow",
146+
"pages": ["vcs-integration/overview", "vcs-integration/release"]
151147
}
152148
]
153149
},
@@ -162,6 +158,7 @@
162158
"sql-editor/admin-mode",
163159
"sql-editor/mask-data",
164160
"sql-editor/manage-sql-scripts",
161+
"sql-editor/schema-diagram",
165162
"sql-editor/ai-assistant",
166163
{
167164
"group": "Settings",
File renamed without changes.

0 commit comments

Comments
 (0)