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
<imgsrc="/images/quickstart/mintlify-domain-light.png"alt="Screenshot of Mintlify dashboard showing the unique project URL in light mode"className="block dark:hidden" />
31
+
<imgsrc="/images/quickstart/mintlify-domain-dark.png"alt="Screenshot of Mintlify dashboard showing the unique project URL in dark mode"className="hidden dark:block" />
30
32
</Frame>
31
33
32
34
This URL becomes available immediately and updates when you make changes to your documentation. Use this URL for testing and sharing with your team during development.
@@ -35,27 +37,28 @@ This URL becomes available immediately and updates when you make changes to your
35
37
36
38
Mintlify provides a GitHub App that automates deployment when you push changes to your repository.
37
39
38
-
Install the GitHub App by following the instructions from the onboarding checklist or from your dashboard.
40
+
Install the GitHub App by following these steps:
39
41
40
-
1. Navigate to **Settings** in your Mintlify dashboard.
41
-
2. Select **GitHub App** from the sidebar.
42
-
3. Select **Install GitHub App**. This opens a new tab to the GitHub App installation page.
43
-
4. Select the organization or user account where you want to install the app. Then select the repositories that you want to connect.
42
+
1. Navigate to **Settings** in your Mintlify dashboard
43
+
2. Select **GitHub App** from the sidebar
44
+
3. Select **Install GitHub App** (opens a new tab to the GitHub App installation page)
45
+
4. Select the organization or user account where you want to install the app
<imgsrc="/images/quickstart/github-app-installation-light.png"alt="Screenshot of GitHub App installation page showing repository selection in light mode"className="block dark:hidden" />
50
+
<imgsrc="/images/quickstart/github-app-installation-dark.png"alt="Screenshot of GitHub App installation page showing repository selection in dark mode"className="hidden dark:block" />
48
51
</Frame>
49
52
50
53
<Info>
51
54
Update the GitHub App permissions if you move your documentation to a different repository.
52
55
</Info>
53
56
54
-
### Authorize your GitHub Account
57
+
### Authorize Your GitHub Account
55
58
56
-
1. Navigate to **Settings** in your Mintlify dashboard.
57
-
2. Select **My Profile** from the sidebar.
58
-
3. Select **Authorize GitHub account**. This opens a new tab to the GitHub authorization page.
59
+
1. Navigate to **Settings** in your Mintlify dashboard
60
+
2. Select **My Profile** from the sidebar
61
+
3. Select **Authorize GitHub account** (opens a new tab to the GitHub authorization page)
59
62
60
63
<Info>
61
64
An admin for your GitHub organization may need to authorize your account depending on your organization settings.
0 commit comments