From f8686fa88e11f9a272124943a2334694c94c64e9 Mon Sep 17 00:00:00 2001
From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com>
Date: Fri, 24 Oct 2025 22:28:13 +0000
Subject: [PATCH 1/4] Update changelog.mdx
---
changelog.mdx | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++
1 file changed, 59 insertions(+)
diff --git a/changelog.mdx b/changelog.mdx
index 45f277f24..dea6bc1e3 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -5,6 +5,65 @@ rss: true
noindex: true
---
+
+ ## Dashboard and insights improvements
+
+ - Added assistant placement configuration in dashboard for customizing AI assistant positioning
+ - Improved insights page with fixed date selectors for "today" and "yesterday"
+ - Enhanced feedback table with improved search functionality
+ - Added loading state for categories table for better user experience
+ - Changed to `enableAskAISearchBar` configuration for AI search bar control
+ - Ungated analytics features for broader access
+
+ ## API playground and OpenAPI enhancements
+
+ - Refactored API playground endpoint fields to use new schema graph for better performance
+ - Fixed props adjacent to `$refs` and `x-` props getting lost in OpenAPI parsing
+ - Preprocessed `apiReferenceData2` to include MDX, `docs.json`, and filtering by auth groups
+ - Fixed API playground modal header styling
+ - Improved API examples display in playground modal even when assistant sidebar is open
+
+ ## Authentication and security improvements
+
+ - Fixed authentication prefill values not getting properly prefilled in API playground
+ - Ungated analytics from authentication requirements for easier access
+ - Added GitLab to setup checklist for better onboarding
+
+ ## Web editor and deployment enhancements
+
+ - Re-added manual create preview button for easier preview deployment creation
+ - Added fetcher in dashboard for branch protections data
+ - Added fetcher in dashboard for PR status tracking
+ - Improved button styling for organization invitation acceptance
+ - Fixed disabled state for editor publish button
+ - Removed code block background in editor for cleaner appearance
+
+ ## Performance and infrastructure
+
+ - Implemented full git sync for better repository synchronization
+ - Added processing for net new files from git
+ - Cached MCP response for improved performance
+ - Improved sitemap to normalize `/index` paths
+ - Enhanced protocol handling in site management service
+ - Scaled cache static props to 3x current size for better performance
+
+ ## Bug fixes and reliability
+
+ - Fixed custom meta tags from `seo.metatags` to survive client-side hydration
+ - Fixed page header text overflow with `break-all` styling
+ - Removed full width constraint for page size options
+ - Fixed button size for accept organization invitations
+ - Disabled save placements buttons if nothing changed to prevent unnecessary saves
+ - Fixed keyboard shortcut display showing "Ctrl+I" without plus sign on non-macOS computers
+
+ ## Assistant and AI improvements
+
+ - Dashboard endpoint for starter question generation
+ - Used tool messages instead of Trieve search for better AI responses
+ - Small fixes for query bucketing in assistant analytics
+ - Fixed fetching issues in assistant functionality
+
+
## Assistant and AI improvements
From 523d2e43f3254563dfa151b80f6b5f83eed52191 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Fri, 24 Oct 2025 15:40:36 -0700
Subject: [PATCH 2/4] edits
---
changelog.mdx | 35 ++++++++++++-----------------------
1 file changed, 12 insertions(+), 23 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index dea6bc1e3..997293acc 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -8,33 +8,30 @@ noindex: true
## Dashboard and insights improvements
- - Added assistant placement configuration in dashboard for customizing AI assistant positioning
- Improved insights page with fixed date selectors for "today" and "yesterday"
- Enhanced feedback table with improved search functionality
- - Added loading state for categories table for better user experience
- - Changed to `enableAskAISearchBar` configuration for AI search bar control
- - Ungated analytics features for broader access
+ - Added loading state for categories table
+
+ ## Assistant improvements
+
+ - Added assistant placement configuration in dashboard
+ - Added dashboard endpoint for starter question generation
+ - Use tool messages for improved assistant responses
+ - Small fixes for query bucketing in assistant analytics
+ - Fixed fetching issues in assistant functionality
## API playground and OpenAPI enhancements
- Refactored API playground endpoint fields to use new schema graph for better performance
+ - Improved API examples display in playground modal even when assistant sidebar is open
- Fixed props adjacent to `$refs` and `x-` props getting lost in OpenAPI parsing
- - Preprocessed `apiReferenceData2` to include MDX, `docs.json`, and filtering by auth groups
- Fixed API playground modal header styling
- - Improved API examples display in playground modal even when assistant sidebar is open
-
- ## Authentication and security improvements
-
- - Fixed authentication prefill values not getting properly prefilled in API playground
- - Ungated analytics from authentication requirements for easier access
- - Added GitLab to setup checklist for better onboarding
## Web editor and deployment enhancements
- - Re-added manual create preview button for easier preview deployment creation
+ - Restored manual create preview button for easier preview deployment creation
- Added fetcher in dashboard for branch protections data
- Added fetcher in dashboard for PR status tracking
- - Improved button styling for organization invitation acceptance
- Fixed disabled state for editor publish button
- Removed code block background in editor for cleaner appearance
@@ -44,24 +41,16 @@ noindex: true
- Added processing for net new files from git
- Cached MCP response for improved performance
- Improved sitemap to normalize `/index` paths
- - Enhanced protocol handling in site management service
- - Scaled cache static props to 3x current size for better performance
## Bug fixes and reliability
+ - Fixed authentication prefill values not getting properly prefilled in API playground
- Fixed custom meta tags from `seo.metatags` to survive client-side hydration
- Fixed page header text overflow with `break-all` styling
- Removed full width constraint for page size options
- Fixed button size for accept organization invitations
- - Disabled save placements buttons if nothing changed to prevent unnecessary saves
- Fixed keyboard shortcut display showing "Ctrl+I" without plus sign on non-macOS computers
- ## Assistant and AI improvements
-
- - Dashboard endpoint for starter question generation
- - Used tool messages instead of Trieve search for better AI responses
- - Small fixes for query bucketing in assistant analytics
- - Fixed fetching issues in assistant functionality
From b73fbbee66ec6389f5b131ad0d8f4bfbd841658c Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Fri, 24 Oct 2025 15:42:02 -0700
Subject: [PATCH 3/4] Update changelog.mdx
---
changelog.mdx | 1 +
1 file changed, 1 insertion(+)
diff --git a/changelog.mdx b/changelog.mdx
index 997293acc..301d67fd8 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -32,6 +32,7 @@ noindex: true
- Restored manual create preview button for easier preview deployment creation
- Added fetcher in dashboard for branch protections data
- Added fetcher in dashboard for PR status tracking
+ - Improved editor state management, enabling state to persist across browser sessions
- Fixed disabled state for editor publish button
- Removed code block background in editor for cleaner appearance
From ef4a83e2ac8f0158cec0e3d02d5f29dae6f17c86 Mon Sep 17 00:00:00 2001
From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
Date: Mon, 27 Oct 2025 11:36:28 -0700
Subject: [PATCH 4/4] reviewer feedback
---
changelog.mdx | 12 ++++--------
1 file changed, 4 insertions(+), 8 deletions(-)
diff --git a/changelog.mdx b/changelog.mdx
index 301d67fd8..b57410550 100644
--- a/changelog.mdx
+++ b/changelog.mdx
@@ -6,7 +6,7 @@ noindex: true
---
- ## Dashboard and insights improvements
+ ## Insights improvements
- Improved insights page with fixed date selectors for "today" and "yesterday"
- Enhanced feedback table with improved search functionality
@@ -15,10 +15,7 @@ noindex: true
## Assistant improvements
- Added assistant placement configuration in dashboard
- - Added dashboard endpoint for starter question generation
- - Use tool messages for improved assistant responses
- - Small fixes for query bucketing in assistant analytics
- - Fixed fetching issues in assistant functionality
+ - Improved assistant responses with fixes to context fetching and tool messages
## API playground and OpenAPI enhancements
@@ -38,9 +35,8 @@ noindex: true
## Performance and infrastructure
- - Implemented full git sync for better repository synchronization
- - Added processing for net new files from git
- - Cached MCP response for improved performance
+ - Implemented full Git sync in the web editor for better repository synchronization
+ - Cached MCP responses for improved performance
- Improved sitemap to normalize `/index` paths
## Bug fixes and reliability