Skip to content

Commit cdc7523

Browse files
committed
docs: adjust demo flow
swap demo with cloud button
1 parent 6aaee5f commit cdc7523

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

mintlify/introduction/what-is-bytebase.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ In short, Bytebase unifies the process of **changing the database** with the **p
3838

3939
<img src="/content/docs/what-is-bytebase/venn.webp" alt="venn" width="300" />
4040

41+
## Demo Bytebase
42+
43+
Explore Bytebase’s features at [demo.bytebase.com](https://demo.bytebase.com). This is a shared workspace and we reset the data periodically.
44+
4145
## Compare
4246

4347
### Schema Migration Tools

src/components/shared/header/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -393,8 +393,8 @@ const Header = () => {
393393
</ul>
394394
<div className="ml-auto flex items-center gap-2 md:mr-10 sm:hidden">
395395
<GithubStarCounter />
396-
<Button href={Route.DEMO} theme="primary-outline" className="w-[88px]" size="sm">
397-
Demo
396+
<Button href={Route.DOCS_CLOUD} theme="primary-outline" className="w-[88px]" size="sm">
397+
Cloud
398398
</Button>
399399
<Button href={Route.DOCS_SELF_HOST} theme="gray-filled" className="w-[116px]" size="sm">
400400
Self-host

src/components/shared/mobile-menu/mobile-menu.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,8 +270,8 @@ const MobileMenu = () => {
270270
<Button href={Route.DOCS_SELF_HOST} theme="gray-filled" size="md">
271271
Self-host
272272
</Button>
273-
<Button href={Route.DEMO} theme="primary-outline" size="md">
274-
Demo
273+
<Button href={Route.DOCS_CLOUD} theme="primary-outline" size="md">
274+
Cloud
275275
</Button>
276276
</div>
277277
</div>

0 commit comments

Comments
 (0)