/
Undeadguy
/
matrix-spec
Обзор
Документация
Войти
/
Undeadguy
/
matrix-spec
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
layouts/_shortcodes/cs-module.html
16 строк
398 B
Kévin Commaille
Upgrade docsy to 0.12.0 (#2160)
27 авг 2025, 09:35
Не верифицирован
27 авг 2025, 09:35
4d40691
Код
Авторство
О чём код?
{{/* This template is used to render a Client-Server API Module. Modules are defined alongside the `_index.md` for the CS API. The `name` parameter is the file name without extension. */}} {{ $name := .Params.name }} {{ with .Site.GetPage "client-server-api/modules" }} {{ with .Resources.GetMatch (printf "%s%s" $name ".md") }} {{ .RenderShortcodes }} {{ end }} {{ end }}