docs-v2/layouts/partials/api/renderer.html

13 lines
309 B
HTML

{{/*
API Renderer
Renders API documentation using Hugo-native templates.
This partial is maintained for backward compatibility.
Required page params:
- staticFilePath: Path to the OpenAPI specification file
- operations: Array of operation metadata
*/}}
{{ partial "api/tag-renderer.html" . }}