Skip to content

Commit 219ac29

Browse files
authored
fix(docs): Replace ✅ with - for better accessibility (#885)
* fix(docs): Replace ✅ with - for better accessibility * fix(docs): fix broken link in release.mdx * refactor(docs): remove environment setup link from release page * docs: update setup instructions for gitops
1 parent f596e1c commit 219ac29

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
lines changed

mintlify/change-database/change-workflow.mdx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -105,31 +105,31 @@ Bytebase offers two workflows to integrate with your existing processes:
105105

106106
### Choose UI-Driven Workflow If:
107107

108-
**You prefer visual interfaces** — Point-and-click change management with immediate feedback
108+
- **You prefer visual interfaces** — Point-and-click change management with immediate feedback
109109

110-
**You need centralized control** — All database changes managed in one dedicated platform
110+
- **You need centralized control** — All database changes managed in one dedicated platform
111111

112-
**Multiple teams involved** — DBAs, security, and compliance teams need visibility and approval rights
112+
- **Multiple teams involved** — DBAs, security, and compliance teams need visibility and approval rights
113113

114-
**No existing CI/CD for databases** — Get started quickly without setting up additional infrastructure
114+
- **No existing CI/CD for databases** — Get started quickly without setting up additional infrastructure
115115

116-
**Ad-hoc changes are common** — Hotfixes and emergency changes need quick turnaround
116+
- **Ad-hoc changes are common** — Hotfixes and emergency changes need quick turnaround
117117

118118
**Best for:** Teams establishing database DevOps practices, organizations with dedicated DBAs, enterprises requiring multi-level approvals
119119

120120
[Learn more about UI-Driven Workflow →](/change-database/plan)
121121

122122
### Choose GitOps Workflow If:
123123

124-
**Database schema = Application code** — Migration scripts live alongside your application
124+
- **Database schema = Application code** — Migration scripts live alongside your application
125125

126-
**Existing CI/CD pipelines** — Database changes follow your established deployment process
126+
- **Existing CI/CD pipelines** — Database changes follow your established deployment process
127127

128-
**Developer-centric culture** — Engineers own the full stack including database
128+
- **Developer-centric culture** — Engineers own the full stack including database
129129

130-
**Git is your source of truth** — All changes tracked through version control
130+
- **Git is your source of truth** — All changes tracked through version control
131131

132-
**Automation first** — Minimize manual intervention in deployments
132+
- **Automation first** — Minimize manual intervention in deployments
133133

134134
**Best for:** DevOps teams, microservices architectures, organizations practicing Infrastructure-as-Code
135135

@@ -143,4 +143,4 @@ Bytebase offers two workflows to integrate with your existing processes:
143143
- UI-Driven for complex migrations, hotfixes, or sensitive production changes
144144
- Different workflows for different teams or projects
145145

146-
Both workflows share the same underlying CI/CD lifecycle, ensuring consistency regardless of how changes are initiated.
146+
Both workflows share the same underlying CI/CD lifecycle, ensuring consistency regardless of how changes are initiated.

mintlify/gitops/release.mdx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ Bytebase integrates with popular CI/CD platforms to automate database releases t
66

77
## Setup
88

9-
Before creating releases:
9+
Before creating releases, you'll need to [install the GitOps integration](/gitops/installation).
1010

11-
1. [Install GitOps Integration](/gitops/installation) - Connect Bytebase to your VCS
12-
2. [Configure Database Environments](/administration/environment) - Set up your database environments (test, staging, production)
1311

1412
## Examples
1513

0 commit comments

Comments
 (0)