usePatternFlyDocs
Get markdown documentation and JSON schemas for PatternFly components by providing a component name or a list of documentation URLs.
Instructions
Get markdown documentation and component JSON schemas for PatternFly resources and components.
**Usage**:
1. Input a component or resource name (e.g., "Button", "Writing") or a list of up to 15 documentation URLs at a time (typically from searchPatternFlyDocs results).
**Returns**:
- Markdown documentation
- Component JSON schemas, if available
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| urlList | No | The list of URLs to fetch the documentation from (max 15 at a time | |
| name | No | The name of a PatternFly component or resource to fetch documentation for (e.g., "Button", "Table", "Writing") | |
| version | No | Filter results by a specific PatternFly version (e.g. "current", "latest", "v6") |