Add filesystem documentation

This commit is contained in:
2024-02-06 17:14:40 +01:00
parent c73a8934f3
commit 6edb2e81d7
6 changed files with 131 additions and 11 deletions

View File

@@ -150,6 +150,7 @@ func New(r *httprouter.Router, prefix string, conf Config) (wc *WebController) {
{GET, "business" /* */, wc.serveMarkdown("business.md", handlerOpts{})},
{GET, "limits" /* */, wc.serveMarkdown("limits.md", handlerOpts{})},
{GET, "abuse" /* */, wc.serveMarkdown("abuse.md", handlerOpts{})},
{GET, "filesystem" /* */, wc.serveMarkdown("filesystem.md", handlerOpts{})},
{GET, "apps" /* */, wc.serveTemplate("apps", handlerOpts{})},
// User account pages