Align PHP SDK docs with public API surface#266
Closed
fern-api[bot] wants to merge 35 commits intomainfrom
Closed
Conversation
…ase methods Co-Authored-By: Claude <noreply@anthropic.com>
… batches 2,3,5,6,7,8)
Enhanced ~168 MDX files across agents/function-result, agents/context-builder,
agents/agent-server, relay/call, relay/client, relay/actions, relay/message,
and rest/fabric with full copy-pasteable code examples and Fern {line-number}
highlighting on the relevant method calls.
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…aces Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
…wml-builder, pom-builder Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Co-Authored-By: Claude <noreply@anthropic.com>
Convert SDK markdown links to reference-style
local link fixes for guides and tech ref.
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.
…all examples copy-pasteable with imports and setup
…e format with ParamFields
…ensive Fix code example highlighting across all SDK pages
- Add 800 PHP SDK reference pages, guide updates, and navigation - Align PHP SDK docs with public API: add 94 missing method pages, remove invalid ones - Fix broken links in index pages - Fix orphaned Card closing tags to pass fern check validation Co-Authored-By: Claude <noreply@anthropic.com>
dd85b63 to
58a8bbd
Compare
Collaborator
|
Closing in favor of #261 which targets Devon/sdks |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Align PHP SDK docs with public API: add 94 missing pages, remove 73 Python-only pages, fix type leaks