get_proudnet_page
Retrieve content from specific ProudNet documentation pages to access detailed information about the networking library's features and usage.
Instructions
Get content from a specific ProudNet documentation page
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| path | Yes | Path to the documentation page (e.g., /guides/getting-started) | 
Input Schema (JSON Schema)
{
  "properties": {
    "path": {
      "description": "Path to the documentation page (e.g., /guides/getting-started)",
      "type": "string"
    }
  },
  "required": [
    "path"
  ],
  "type": "object"
}