Skip to content

Commit 40e60dc

Browse files
authored
Small edits to Self-hosted documentation page (#433)
1 parent 6d88aa5 commit 40e60dc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
2-
title: Self-Hosted Documentation
2+
title: Self-hosted documentation
33
description: Fern supports self-hosting so that you can run your docs site on your own infrastructure.
44
---
55

66
<Note>Self-hosted documentation is only available for the enterprise plan.</Note>
77

88
Fern documentation websites are hosted on Fern's infrastructure by default. Self-hosting allows you to deploy your documentation site on your own infrastructure to meet specific security or compliance requirements.
99

10-
## When to Use Self-Hosting
10+
## When to use self-hosting
1111

1212
Self-hosting is typically required for organizations that operate without internet access, have strict compliance requirements, or need full control over their documentation servers.
1313

@@ -17,7 +17,7 @@ When you self-host, you're responsible for server setup, security, maintenance,
1717
Unless you have specific requirements that prevent using Fern's default hosting, we recommend **using our managed hosting solution** for easier setup and maintenance.
1818
</Warning>
1919

20-
### Feature Support
20+
### Feature support
2121

2222
Self-hosted deployments include core Fern documentation website features like auto-generated API references, interactive documentation, SDK code snippets, search, and customizable branding.
2323

@@ -27,7 +27,7 @@ However, features requiring external connections aren't supported, including [As
2727
**PDF export** and **offline AI chat functionality** are in development for self-hosted deployments. [Email us](mailto:[email protected]) if you're interested in these features.
2828
</Info>
2929

30-
## Setup Process
30+
## Setup process
3131

3232
Fern provides your documentation site as a ready-to-run Docker container that you can deploy on your own infrastructure.
3333

@@ -37,7 +37,7 @@ Fern provides your documentation site as a ready-to-run Docker container that yo
3737
1. **Configure hosting** - Set up your server environment and decide how to publish/share the documentation
3838
1. **Receive updated Docker images** - Fern releases new versions of the Docker image that your team can evaluate and deploy when ready.
3939

40-
### Architecture Diagram
40+
### Architecture diagram
4141

4242
```mermaid
4343
sequenceDiagram
@@ -46,12 +46,12 @@ sequenceDiagram
4646
participant S as Customer Server
4747
4848
F->>C: Provides Docker image
49-
C->>S: Upload fern folder
50-
C->>S: Run Docker command
51-
S->>S: Host documentation locally
49+
C->>S: Uploads fern folder
50+
C->>S: Runs Docker command
51+
S->>S: Hosts documentation locally
5252
F->>C: Releases updated Docker image
5353
C->>C: Evaluate new version
54-
C->>S: Deploy updated image
54+
C->>S: Deploys updated image
5555
```
5656

5757

0 commit comments

Comments
 (0)