Skip to content

Commit b16c8b0

Browse files
d-bytebaseclaude
andauthored
docs: simplify Docker deployment documentation (#782)
- Remove redundant terminal-startup-output-success.mdx snippet - Simplify startup success messages across all documentation - Remove "Estimated time: 5 minutes" from installation section - Move installation command to the top of deploy-with-docker.mdx - Clean up repetitive explanations about Bytebase startup 🤖 Generated with [Claude Code](https://claude.ai/code) Co-authored-by: Claude <[email protected]>
1 parent 16cf651 commit b16c8b0

File tree

5 files changed

+7
-43
lines changed

5 files changed

+7
-43
lines changed

mintlify/get-started/install/deploy-with-docker.mdx

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@ title: Deploy with Docker
33
---
44

55
import TerminalDockerRunVolume from '/snippets/install/terminal-docker-run-volume.mdx';
6-
import TerminalStartupOutputSuccess from '/snippets/install/terminal-startup-output-success.mdx';
6+
7+
## Installation
8+
9+
<TerminalDockerRunVolume />
10+
11+
Bytebase is now accessible at http://localhost:8080.
712

813
## Prerequisites
914

@@ -20,16 +25,6 @@ import TerminalStartupOutputSuccess from '/snippets/install/terminal-startup-out
2025

2126
</Note>
2227

23-
## Installation
24-
25-
Estimated time: **5 minutes**.
26-
27-
<TerminalDockerRunVolume />
28-
29-
Once you see the Bytebase logo, you can access the console at http://localhost:8080.
30-
31-
<TerminalStartupOutputSuccess />
32-
3328
If you need to transfer images to a completely air-gapped environment:
3429

3530
```bash

mintlify/get-started/step-by-step/deploy-with-docker.mdx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ title: 'Step 1: Deploy with Docker'
33
---
44

55
import TerminalDockerRunVolume from '/snippets/install/terminal-docker-run-volume.mdx';
6-
import TerminalStartupOutputSuccess from '/snippets/install/terminal-startup-output-success.mdx';
76

87
<Card
98
title="Tutorial: First Schema Change in 5 Minutes"
@@ -20,9 +19,7 @@ Run the following command to start Bytebase on container port `8080` and map it
2019

2120
<TerminalDockerRunVolume />
2221

23-
Bytebase starts successfully if you see following message. Visit Bytebase at [localhost:8080](http://localhost:8080/) from the browser.
24-
25-
<TerminalStartupOutputSuccess />
22+
Visit Bytebase at [localhost:8080](http://localhost:8080/).
2623

2724
<Tip>
2825

mintlify/snippets/install/terminal-startup-output-success.mdx

Lines changed: 0 additions & 15 deletions
This file was deleted.

mintlify/tutorials/first-schema-change.mdx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ featured: true
1111
---
1212

1313
import TerminalDockerRunVolume from '/snippets/install/terminal-docker-run-volume.mdx';
14-
import TerminalStartupOutputSuccess from '/snippets/install/terminal-startup-output-success.mdx';
1514

1615
In this tutorial, you'll use the default sample databases to get familiar with the product in the quickest way.
1716

@@ -22,12 +21,6 @@ In this tutorial, you'll use the default sample databases to get familiar with t
2221

2322
<TerminalDockerRunVolume />
2423

25-
Bytebase starts successfully if you see following message.
26-
27-
<TerminalStartupOutputSuccess />
28-
29-
Now you have Bytebase running in Docker.
30-
3124
![dk-bb-running](/content/docs/tutorials/first-schema-change/dk-bb-running.webp)
3225

3326
1. Open Bytebase in [localhost:8080](http://localhost:8080/), fill in the fields and click **Create admin account**. You'll be redirected to Workspace.

mintlify/tutorials/just-in-time-database-access-part1.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ estimated_time: '30 mins'
1111
---
1212

1313
import TerminalDockerRunVolume from '/snippets/install/terminal-docker-run-volume.mdx';
14-
import TerminalStartupOutputSuccess from '/snippets/install/terminal-startup-output-success.mdx';
1514

1615
In a production environment, an incident arises that requires a developer to access the production database for troubleshooting. However, the developer does not have the necessary access privileges. To address this, the developer can request Just-in-Time (JIT) access to the production database. Bytebase streamlines this process, allowing developers to efficiently request and obtain temporary access when needed.
1716

@@ -44,11 +43,6 @@ Before you begin, make sure you have:
4443

4544
<TerminalDockerRunVolume />
4645

47-
Bytebase starts successfully if you see following message.
48-
49-
<TerminalStartupOutputSuccess />
50-
51-
Now you have Bytebase running in Docker.
5246

5347
1. Open your browser and navigate to http://localhost:8080, you should see the Bytebase Signup page. The first registration user will be granted as the `Workspace Admin`.
5448

0 commit comments

Comments
 (0)