13 lines
309 B
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" . }}
|