You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/enterprise/self-hosted.mdx
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
-
title: Self-Hosted Documentation
2
+
title: Self-hosted documentation
3
3
description: Fern supports self-hosting so that you can run your docs site on your own infrastructure.
4
4
---
5
5
6
6
<Note>Self-hosted documentation is only available for the enterprise plan.</Note>
7
7
8
8
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.
9
9
10
-
## When to Use Self-Hosting
10
+
## When to use self-hosting
11
11
12
12
Self-hosting is typically required for organizations that operate without internet access, have strict compliance requirements, or need full control over their documentation servers.
13
13
@@ -17,7 +17,7 @@ When you self-host, you're responsible for server setup, security, maintenance,
17
17
Unless you have specific requirements that prevent using Fern's default hosting, we recommend **using our managed hosting solution** for easier setup and maintenance.
18
18
</Warning>
19
19
20
-
### Feature Support
20
+
### Feature support
21
21
22
22
Self-hosted deployments include core Fern documentation website features like auto-generated API references, interactive documentation, SDK code snippets, search, and customizable branding.
23
23
@@ -27,7 +27,7 @@ However, features requiring external connections aren't supported, including [As
27
27
**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.
28
28
</Info>
29
29
30
-
## Setup Process
30
+
## Setup process
31
31
32
32
Fern provides your documentation site as a ready-to-run Docker container that you can deploy on your own infrastructure.
33
33
@@ -37,7 +37,7 @@ Fern provides your documentation site as a ready-to-run Docker container that yo
37
37
1.**Configure hosting** - Set up your server environment and decide how to publish/share the documentation
38
38
1.**Receive updated Docker images** - Fern releases new versions of the Docker image that your team can evaluate and deploy when ready.
0 commit comments