Skip to content

Commit d54e1e3

Browse files
d-bytebaseclaude
andauthored
refactor: improve heading readability with better emoji placement (#850)
* refactor: improve heading readability with better emoji placement Move emojis to the beginning of section headings for better visual hierarchy and improved readability in the introduction page. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: reduce venn diagram image size for better readability Set width to 400px to prevent the image from being too large on the page. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> * fix: further reduce venn diagram size to 300px Adjust image width from 400px to 300px for optimal display. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> --------- Co-authored-by: Claude <[email protected]>
1 parent 134e432 commit d54e1e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mintlify/introduction/what-is-bytebase.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Bytebase is the DevSecOps platform that sits between your team and your database
1010

1111
It's a unified platform specifically built for your **developer, security, DBA, and platform engineering teams** to collaborate. Its value becomes particularly critical as your organization grows, reducing the friction of managing a large number of databases and instances. Bytebase achieves this by consolidating two distinct workflows.
1212

13-
## Managing Schema Changes at Scale 🚀
13+
## 🚀 Managing Schema Changes at Scale
1414

1515
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:
1616

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

2525
**1-Click DML Rollback**: Provides streamlined, 1-click rollback for data changes (DML), allowing for instant recovery from unintended UPDATE or DELETE statements.
2626

27-
## Governing Data Access at Scale 🛡️
27+
## 🛡️ Governing Data Access at Scale
2828

2929
This workflow governs how your database data is accessed, replacing the need for disparate SQL clients and shared credentials.
3030

@@ -36,7 +36,7 @@ This workflow governs how your database data is accessed, replacing the need for
3636

3737
In short, Bytebase unifies the process of **changing the database** with the **process of accessing its data**, giving you a single pane of glass for true database DevSecOps.
3838

39-
![venn](/content/docs/what-is-bytebase/venn.webp)
39+
<img src="/content/docs/what-is-bytebase/venn.webp" alt="venn" width="300" />
4040

4141
## Compare
4242

0 commit comments

Comments
 (0)