From 255d69aa133686d4ec9304511e38a704f5b0a2b7 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 3 Feb 2026 02:30:56 +0000
Subject: [PATCH 1/2] Update optimize/feedback.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
---
optimize/feedback.mdx | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/optimize/feedback.mdx b/optimize/feedback.mdx
index ce9bacf1a..c66f2d308 100644
--- a/optimize/feedback.mdx
+++ b/optimize/feedback.mdx
@@ -51,6 +51,12 @@ The feedback tab displays information according to the [feedback add-ons](https:
- **Thumbs rating**: Simple thumbs up/down voting to gauge overall satisfaction with pages.
- **Contextual feedback**: Free form feedback about the content of a page.
- **Code snippet feedback**: Feedback specifically on code snippets.
+- **Edit suggestions**: Allow users to suggest edits to your documentation directly through GitHub. Only available for public GitHub repositories.
+- **Raise issues**: Allow users to create GitHub issues to report problems or request improvements. Only available for public GitHub repositories.
+
+
+ **Edit suggestions** and **raise issues** features are only available for public GitHub repositories. These features are automatically disabled when your repository is private to protect your source code and internal documentation structure.
+
If you disable telemetry in your `docs.json` file, feedback features are not available on your documentation pages.
From 27ad875dfe60c7e90ff90cd37aa157c1256aecba Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Tue, 3 Feb 2026 02:31:13 +0000
Subject: [PATCH 2/2] Update deploy/github.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
---
deploy/github.mdx | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
diff --git a/deploy/github.mdx b/deploy/github.mdx
index 0c2ec57ef..df56d0986 100644
--- a/deploy/github.mdx
+++ b/deploy/github.mdx
@@ -127,7 +127,13 @@ If you encounter problems with the GitHub app, resetting the connection can solv
### Feedback add-ons are unavailable
-If you cannot enable the edit suggestions or raise issues options in your dashboard and your repository is public, revalidate your Git settings.
+The **edit suggestions** and **raise issues** feedback features are only available for public GitHub repositories. These features are automatically disabled for private repositories to protect your source code and internal documentation structure.
+
+
+ If your repository is private, you cannot enable edit suggestions or raise issues. This is a security feature, not a configuration issue. Making your repository public will automatically enable these options.
+
+
+If your repository is public but you still cannot enable these options, revalidate your Git settings:
@@ -150,4 +156,8 @@ If you cannot enable the edit suggestions or raise issues options in your dashbo
/>
-
\ No newline at end of file
+
+
+
+ When a repository changes from public to private, edit suggestions and raise issues are automatically disabled across all deployments, including preview deployments.
+
\ No newline at end of file