get_doc_content
Retrieve complete HTML documentation content for specific entries from DevDocs libraries. Provide documentation slug and entry path to access full reference materials.
Instructions
Fetch the full HTML content for a specific documentation entry. Use the path from search results.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc_slug | Yes | The slug of the documentation (e.g., 'javascript', 'python~3.12') | |
| path | Yes | The path to the specific entry (from search results) |