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
Supports private GitHub and GitLab instances. [Contact support](mailto:support@buildwithfern.com) to set up.
41
-
</Card>
42
38
</CardGroup>
43
39
44
40
## Getting started
45
41
46
-
Log in to the [Dashboard](https://dashboard.buildwithfern.com/), connect your GitHub repository, and open Fern Editor from the top navigation.
42
+
<Steps>
43
+
44
+
### Connect a Git provider
45
+
46
+
<Notetitle="Private instances">
47
+
Private GitHub and GitLab instances are supported. [Contact support](mailto:support@buildwithfern.com) to set up.
48
+
</Note>
49
+
50
+
<Tabs>
51
+
<Tabtitle="GitHub">
52
+
Install the [Fern GitHub app](https://github.com/apps/fern-api), then [connect your repository](/learn/dashboard/configuration/github-repo) in the [Dashboard](https://dashboard.buildwithfern.com/).
53
+
</Tab>
54
+
<Tabtitle="GitLab">
55
+
GitLab requires manual setup:
56
+
57
+
1.[Create a personal access token](https://gitlab.com/-/user_settings/personal_access_tokens) in GitLab with the following scopes: `api`, `read_repository`, `write_repository`. Set the expiration date far into the future to avoid disrupting your Editor experience — you can revoke the token at any time.
58
+
2. Contact Fern support via Slack or [email](mailto:support@buildwithfern.com) with your access token and GitLab repository URL.
59
+
3. Once Fern configures the connection, [connect your repository](/learn/dashboard/configuration/github-repo) in the [Dashboard](https://dashboard.buildwithfern.com/).
60
+
</Tab>
61
+
</Tabs>
62
+
63
+
### Set up permissions
64
+
65
+
Configure [member permissions](/learn/dashboard/configuration/permissions) for your organization to control who can use Fern Editor. Admins and Editors can make changes; Viewers have read-only access.
66
+
67
+
### Open the Editor
47
68
48
-
From the Editor you can drag and drop media, create and delete pages, update branding (logo, favicon, title), and switch to dev mode for source code editing.
69
+
Log in to the [Dashboard](https://dashboard.buildwithfern.com/) and open Fern Editor from the **Overview** tab. From here you can drag and drop media, create and delete pages, update branding (logo, favicon, title), and switch to dev mode for source code editing.
49
70
50
-
To manage access, see [Member permissions](/learn/dashboard/configuration/permissions). Admins and Editors can use the Editor; Viewers have read-only access.
71
+
</Steps>
51
72
52
73
<Notetitle="Browser and device support">
53
74
Fern Editor supports modern Chromium browsers on desktop. Mobile editing and support for other browsers are coming soon.
0 commit comments