Skip to content

Commit 2758a9b

Browse files
committed
add update step
1 parent 8c1fead commit 2758a9b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

fern/products/docs/pages/enterprise/self-hosted.mdx

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ However, features requiring external connections aren't supported, including [As
3232
Fern provides your documentation site as a ready-to-run Docker container that you can deploy on your own infrastructure.
3333

3434
1. **Download the Docker image** - Fern provides the location of the most up-to-date Docker image containing the documentation frontend
35-
2. **Upload your fern folder** - Add your documentation source files to the container
36-
3. **Run the container** - Spin up your local server using standard Docker commands
37-
4. **Configure hosting** - Set up your server environment and decide how to publish/share the documentation
35+
1. **Upload your fern folder** - Add your documentation source files to the container
36+
1. **Run the container** - Spin up your local server using standard Docker commands
37+
1. **Configure hosting** - Set up your server environment and decide how to publish/share the documentation
38+
1. **Receive updated Docker images** - Fern releases new versions of the Docker image that your team can evaluate and deploy when ready.
3839

3940
### Architecture Diagram
4041

@@ -48,6 +49,9 @@ sequenceDiagram
4849
C->>S: Upload fern folder
4950
C->>S: Run Docker command
5051
S->>S: Host documentation locally
52+
F->>C: Releases updated Docker image
53+
C->>C: Evaluate new version
54+
C->>S: Deploy updated image
5155
```
5256

5357

0 commit comments

Comments
 (0)