Skip to content

Commit 99889c6

Browse files
Added troubleshooting section for disabled repository options (#1210)
* Update settings/github.mdx * add troubleshooting for public repo feedback * add images --------- Co-authored-by: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com> Co-authored-by: Ethan Palm <[email protected]>
1 parent 870d812 commit 99889c6

File tree

3 files changed

+28
-0
lines changed

3 files changed

+28
-0
lines changed
174 KB
Loading
177 KB
Loading

settings/github.mdx

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ Change the organization, repository, or branch that your documentation is built
4848

4949
## Troubleshooting
5050

51+
### GitHub app connection issues
52+
5153
If you encounter problems with the GitHub app, resetting the connection can solve most problems.
5254

5355
<Steps>
@@ -60,3 +62,29 @@ If you encounter problems with the GitHub app, resetting the connection can solv
6062
2. Authorize your account in the [My Profile](https://dashboard.mintlify.com/settings/account) section of your dashboard.
6163
</Step>
6264
</Steps>
65+
66+
### Feedback add-ons are unavailable
67+
68+
If you cannot enable the edit suggestions or raise issues options in your dashboard and your repository is public, revalidate your Git settings.
69+
70+
<Steps>
71+
<Step title="Navigate to Git Settings">
72+
Go to [Git Settings](https://dashboard.mintlify.com/settings/deployment/git-settings) in your dashboard.
73+
</Step>
74+
<Step title="Revalidate your settings">
75+
Click the green check mark in the corner of the Git settings box to revalidate your repository settings. This will force update your repository settings to reflect whether your repository is public or private.
76+
77+
<Frame>
78+
<img
79+
src="/images/github/revalidate-settings-light.png"
80+
alt="The Git Settings page in the Mintlify dashboard. An orange arrow points to the green check mark that revalidates the repository settings."
81+
className="block dark:hidden"
82+
/>
83+
<img
84+
src="/images/github/revalidate-settings-dark.png"
85+
alt="The Git Settings page in the Mintlify dashboard. An orange arrow points to the green check mark that revalidates the repository settings."
86+
className="hidden dark:block"
87+
/>
88+
</Frame>
89+
</Step>
90+
</Steps>

0 commit comments

Comments
 (0)