Fixing missing API doc (#1403)

fixed by adding
```
[markup]
	[markup.goldmark]
        [markup.goldmark.renderer]
            unsafe = true
```

otherwise hugo removes raw html (as the iframes) + links points to
concrete html files
This commit is contained in:
Avgustin Marinov
2023-07-28 11:16:54 +03:00
committed by GitHub
parent b28e232fce
commit db571be81c
14 changed files with 16 additions and 13 deletions

View File

@@ -4,4 +4,4 @@ parent: Management API
weight: -103
---
<iframe width="100%" height="800px" frameborder="0" src="../../../rest-api/softwaremodules-api-guide/"></iframe>
<iframe width="100%" height="800px" frameborder="0" src="../../../rest-api/softwaremodules-api-guide.html"></iframe>