Fetches Salesforce documentation pages (developer.salesforce.com, lightningdesignsystem.com). Use when fetching SF docs — normal fetching returns irrelevant JS, not page content.
Salesforce documentation pages use JavaScript rendering. Direct HTML fetching returns incomplete content. Match the URL to the correct method below, then read the corresponding reference file for the full procedure.
| URL Contains | Doc Type | Reference |
|---|---|---|
/docs/platform/ | Platform | reference/platform-docs.md |
/docs/atlas.en-us. | Atlas | reference/atlas-docs.md |
lightningdesignsystem.com | SLDS | reference/slds-docs.md |
Each reference file contains the complete fetch procedure for that doc type, including the exact commands to run. Do not improvise — follow the documented method, as each doc type has specific quirks.
Confirm the fetched content is actual documentation (headings, paragraphs, code blocks) and not JavaScript artifacts or error pages. If the output is empty or malformed, report the issue rather than returning garbage.