Skip to content

Fix code example highlighting across all SDK pages#257

Merged
Devon-White merged 4 commits intoDevon/sdksfrom
fern/fix-highlighting-comprehensive
Apr 3, 2026
Merged

Fix code example highlighting across all SDK pages#257
Devon-White merged 4 commits intoDevon/sdksfrom
fern/fix-highlighting-comprehensive

Conversation

@fern-api
Copy link
Copy Markdown

@fern-api fern-api bot commented Apr 2, 2026

Comprehensive fix for code block highlighting across 129 SDK documentation pages. All 857 SDK pages were audited.

Changes

  • Overview/general pages (Events, Constants, Skills, Prefabs, Helpers, Chat, PubSub, Lookup, etc.): Removed all highlighting — everything on these pages is relevant
  • Abstract class index pages (Actions, Message, Call, REST namespaces like Fabric, Compat, Video, etc.): Removed highlighting — these are namespace/overview pages
  • Class index pages with constructors (RestClient, Agent, AgentSession, SearchEngine, etc.): Reduced to highlight only the constructor line
  • Single-line code blocks: Removed highlighting (highlighting 1 of 1 lines is pointless)
  • Method pages: Ensured only the specific method call line is highlighted
  • Blocks where page topic does not appear: Removed highlighting

Summary

  • 129 files modified
  • 230 highlights removed
  • 18 highlights refined
  • 248 total changes

Requested by: Fern Support

Comprehensive fix for code block highlighting across 129 SDK documentation pages:
- Overview/general pages: removed all highlighting (everything is relevant)
- Abstract class index pages: removed highlighting (namespace/overview pages)
- Class index pages with constructors: reduced to highlight only constructor line
- Single-line code blocks: removed highlighting (pointless)
- Method pages: ensured only the specific method call is highlighted
- Blocks where page topic doesn't appear: removed highlighting

Total: 230 highlights removed, 18 highlights refined across 129 files.
All 857 SDK pages audited.
@Devon-White Devon-White merged commit cdac14e into Devon/sdks Apr 3, 2026
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant