Fetch Pinoox doc page
fetch_docRetrieves full Markdown documentation from the Pinoox docs repository by specifying a file path and optional language code.
Instructions
Fetch full markdown from github.com/pinoox/docs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Doc path, e.g. en/basic/routers.md | |
| lang | No | Documentation language code (default: en) |