diff --git a/wwwroot/public/api/index.ui b/wwwroot/public/api/index.ui index 08b772b..6b19720 100644 --- a/wwwroot/public/api/index.ui +++ b/wwwroot/public/api/index.ui @@ -13,5 +13,22 @@ "md_url":"{{entire_url('api_')}}{{params_kw._lang}}.md" } } +{% for myjs in jsfiles() %} + ,{ + "widgettype": "Text", + "options": { + "text": "{{myjs}}" + } + } +{% endfor %} +{% for mycss in cssfiles() %} + ,{ + "widgettype": "Text", + "options": { + "text": "{{mycss}}" + } + } +{% endfor %} + ] }