Skip to content

Align PHP SDK docs with public API surface#266

Closed
fern-api[bot] wants to merge 35 commits intomainfrom
Devon/sdks-php-reference
Closed

Align PHP SDK docs with public API surface#266
fern-api[bot] wants to merge 35 commits intomainfrom
Devon/sdks-php-reference

Conversation

@fern-api
Copy link
Copy Markdown

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

Align PHP SDK docs with public API: add 94 missing pages, remove 73 Python-only pages, fix type leaks

Devon-White and others added 30 commits April 1, 2026 09:00
…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
…ensive

Fix code example highlighting across all SDK pages
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 3, 2026

❌ Link Check Failed

Preview: https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs

❌ 11 Broken Link(s)

Broken URL Status Found On
https://server.com/sales 404 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/sdks/guides/mapping-numbers
https://server.com/support 404 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/sdks/guides/mapping-numbers
https://server.com/billing 404 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/sdks/guides/mapping-numbers
https://github.githubassets.com/ 404 https://github.com/signalwire/docs/issues/new/choose
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/list-swml-webhook-addresses
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/delete-swml-webhook
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/list-swml-webhooks
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/get-swml-webhook
https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/update-swml-webhook 500 https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/apis/rest/swml-webhook/create-swml-webhook
https://your-server.com/agent Network error: Network unreachable. Check internet connection or VPN settings (error sending request for url (https://your-server.com/agent)) https://signalwire-preview-aa8edf37-2c61-4dc7-a1f1-e6b29474dfb0.docs.buildwithfern.com/docs/sdks/guides/phone-numbers

View workflow run

Devon-White and others added 2 commits April 3, 2026 14:55
- 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>
@Devon-White Devon-White force-pushed the Devon/sdks-php-reference branch from dd85b63 to 58a8bbd Compare April 3, 2026 19:21
@Devon-White
Copy link
Copy Markdown
Collaborator

Closing in favor of #261 which targets Devon/sdks

@Devon-White Devon-White closed this Apr 3, 2026
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.

2 participants