This website requires JavaScript.
Explore
Help
Register
Sign In
Filip
/
matrix-spec
Watch
1
Star
0
Fork
You've already forked matrix-spec
0
mirror of
https://github.com/matrix-org/matrix-spec
synced
2025-12-28 03:48:36 +01:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
715e66fa00
matrix-spec
/
layouts
/
content.html
4 lines
68 B
HTML
Raw
Normal View
History
Unescape
Escape
Place the endpoints list just under the description of each API We needed to override Docsy's default page renderers to show it. Because the Client-Server API uses a different render chain than the other endpoint pages, we have to override two of Docsy's pages (`content.html` and `single.html`). In order to reduce duplication, we then put the shared content into a `spec-content.html` partial.
2025-12-05 16:46:03 +01:00
{{ define "main" }}
{{ partial "spec-content.html" . }}
{{ end }}
Reference in a new issue
Copy permalink