From 5affd9c86970430c2eec6027aa56f149fe6c3cb8 Mon Sep 17 00:00:00 2001 From: Wim Brand Date: Sun, 8 Jul 2018 14:50:54 +0200 Subject: [PATCH] rename directory to filesystem --- res/template/apidoc.html | 8 ++++---- .../api/{directory.html => filesystem.html} | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) rename res/template/fragments/api/{directory.html => filesystem.html} (90%) diff --git a/res/template/apidoc.html b/res/template/apidoc.html index da21d1d..f36e139 100644 --- a/res/template/apidoc.html +++ b/res/template/apidoc.html @@ -44,10 +44,10 @@ {{template "api-list-post"}} {{template "api-list-get"}} -

Directory Methods

- {{template "api-directory-path-post"}} - {{template "api-directory-path-get"}} - {{template "api-directory-path-delete"}} +

Filesystem Methods

+ {{template "api-filesystem-path-post"}} + {{template "api-filesystem-path-get"}} + {{template "api-filesystem-path-delete"}} {{template "footer"}} diff --git a/res/template/fragments/api/directory.html b/res/template/fragments/api/filesystem.html similarity index 90% rename from res/template/fragments/api/directory.html rename to res/template/fragments/api/filesystem.html index 93639d7..2ae4353 100644 --- a/res/template/fragments/api/directory.html +++ b/res/template/fragments/api/filesystem.html @@ -1,6 +1,6 @@ -{{define "api-directory-path-post"}} +{{define "api-filesystem-path-post"}}
- POST/directory/{path} + POST/filesystem/{path}

Description

@@ -47,9 +47,9 @@

{{end}} -{{define "api-directory-path-get"}} +{{define "api-filesystem-path-get"}}
- GET/directory/{path} + GET/filesystem/{path}

Description

@@ -124,9 +124,9 @@

{{end}} -{{define "api-directory-path-delete"}} +{{define "api-filesystem-path-delete"}}
- DELETE/directory/{path} + DELETE/filesystem/{path}

Description