Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 0 additions & 28 deletions deploy/github.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -140,31 +140,3 @@ If you encounter problems with the GitHub app, resetting the connection can solv
</Step>
</Steps>

### Feedback add-ons are unavailable

The edit suggestions and raise issues feedback features are only available for public GitHub repositories. If these options are unavailable in your dashboard, check your repository visibility.

If your repository is public and you cannot enable the edit suggestions or raise issues options in your dashboard, revalidate your Git settings.

<Steps>
<Step title="Navigate to Git Settings">
Go to [Git Settings](https://app.mintlify.com/settings/deployment/git-settings) in your dashboard.
</Step>
<Step title="Revalidate your settings">
Click the green check mark in the corner of the Git settings box to revalidate your repository settings. This forces an update to your repository settings to reflect whether your repository is public or private.

<Frame>
<img
src="/images/github/revalidate-settings-light.png"
alt="The Git Settings page in the Mintlify dashboard. An orange arrow points to the green check mark that revalidates the repository settings."
className="block dark:hidden"
/>

<img
src="/images/github/revalidate-settings-dark.png"
alt="The Git Settings page in the Mintlify dashboard. An orange arrow points to the green check mark that revalidates the repository settings."
className="hidden dark:block"
/>
</Frame>
</Step>
</Steps>
Loading