2021-01-13 05:45:24 +01:00
|
|
|
{{/*
|
|
|
|
|
|
2025-12-18 15:59:18 +01:00
|
|
|
Override the `layouts/docs/list.html` template from Docsy. While this template
|
|
|
|
|
is equivalent to `single.html`, it's necessary to override both templates to
|
|
|
|
|
avoid falling back to the default Docsy templates.
|
|
|
|
|
|
|
|
|
|
https://gohugo.io/templates/types/#list
|
|
|
|
|
|
|
|
|
|
We use this list template to render the Client-Server API spec page and each
|
|
|
|
|
of its modules.
|
|
|
|
|
|
|
|
|
|
The contents of the "main" block below are inserted into the `./baseof.html`
|
|
|
|
|
base template.
|
2021-01-13 05:45:24 +01:00
|
|
|
|
|
|
|
|
*/}}
|
|
|
|
|
|
2021-01-13 00:31:01 +01:00
|
|
|
{{ define "main" }}
|
2025-12-18 15:59:18 +01:00
|
|
|
{{ partial "spec-content.html" . }}
|
2021-01-13 00:31:01 +01:00
|
|
|
{{ end }}
|