Skip to content

Commit 7d66cb1

Browse files
committed
docs: add august 10 through august 16 changelog
1 parent 1c504e2 commit 7d66cb1

File tree

1 file changed

+57
-0
lines changed

1 file changed

+57
-0
lines changed

changelog.mdx

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,63 @@ rss: true
55
noindex: true
66
---
77

8+
<Update label="August 10 - August 16" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Performance optimizations, LLM integrations, web editor polish, and API playground enhancements" }}>
9+
10+
## Performance and build optimizations
11+
12+
- MDX transpilation now happens at deployment time instead of on every page load in uncached NextJS serverless environments, improving time to first byte for uncached pages.
13+
- Content-based hashing prevents re-transpilation when MDX hasn't changed, reducing update workflow times by ~50% for customers with large page counts (deployments over 5 minutes should be roughly halved)
14+
- Preview deployment viewing in the dashboard is now faster with added database indexes and query parallelization in our backend
15+
- Reduced page size by eliminating duplicate `navigation` data in each page's `rsc` payload—performance gains most noticeable with high page counts or complex navigation structures
16+
- More aggressive prefetching enables instant page loads more frequently
17+
18+
## API playground and OpenAPI enhancements
19+
20+
- OpenAPI to MCP conversion moved to backend, enabling hosted MCP servers to contain tools (expect clearer documentation and config options soon)
21+
- Added Ruby support to API playground
22+
- We added a feature such that you can now [specify API pages using just your docs.json](/api-playground/openapi-setup#auto-populate-api-pages) without creating any new mdx files.
23+
- Support for [`webhook` pages](/api-playground/openapi-setup#webhooks) in docs navigation from OpenAPI specs
24+
- Optimized AI model context by removing anchor link specifications from markdown links when navigating to Anthropic, OpenAI, or other providers
25+
26+
## Web editor improvements
27+
28+
- File creation/renaming now saves changes when clicking away instead of requiring Enter key press
29+
- Fixed branch navigation where changing URL to specific branch would redirect to last active branch instead of intended destination
30+
- Properly URL encode branch titles containing `/` to prevent navigation breakage
31+
- Fixed `Ctrl+K` link shortcut in monorepo dashboard Editor that was prepending docs repo path and creating broken links
32+
33+
## Analytics and LLM integrations
34+
35+
- Custom `llms.txt` and `llms-full.txt` support—add to docs repo root to serve at `/llms.txt` and `/llms-full.txt` endpoints for LLM customization
36+
- Added [Hightouch analytics integration](/integrations/analytics/hightouch#hightouch)
37+
- Enhanced context menu analytics tracking (dashboard viewing coming soon)
38+
- Added e2e tests for `llms.txt` and `llms-full.txt` to ensure correct serving
39+
40+
## Component and styling enhancements
41+
42+
- Support for custom classnames in `h{1-4}` tags for applying custom heading styles
43+
- Fixed `h{1-4}` tags rendering as `Heading` components with chips in custom page mode
44+
- Added CSS selectors to [breadcrumbs](/navigation#breadcrumbs) for custom CSS targeting
45+
- Fixed stretched open-graph images by analyzing dimensions to maintain proportions at 56px height
46+
- Corrected `VSCode` to `VS Code` in contextual menu when enabled
47+
- Fixed headings within custom components appearing in table of contents alongside semantic headings
48+
49+
## Bug fixes and reliability
50+
51+
- Fixed PDF render issues with certain page titles by sanitizing characters that cause generation problems
52+
- Resolved CLI error `Cannot convert undefined or null to object` when encountering empty OpenAPI JSON files
53+
- Fixed custom `docs.json` open-graph metatags being overwritten by generated ones
54+
- Fixed RSS feed button clicks when landing on anchor links by using origin + pathname for RSS links
55+
- Improved CLI download speed by removing sourcemaps
56+
57+
## Technical improvements
58+
59+
- Added visual tests to CI pipeline for earlier regression detection
60+
- Enhanced error handling and debugging capabilities
61+
- Comprehensive testing coverage for new features and edge cases
62+
63+
</Update>
64+
865
<Update label="August 3 - August 9" tags={["Improvements"]} rss={{ title: "Weekly Updates", description: "Search API, OAuth polish, asset serving, and MCP tooling" }}>
966
## Authentication improvements
1067

0 commit comments

Comments
 (0)