From 433ab9cdf5436f34d0eb5c5f2850019e950a940f Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 2 Mar 2018 15:22:11 +0100 Subject: [PATCH] web/services/README: Move to documentation/ My initial thought would be that developers would find this README in the services directory and it's displayed directly when browsing that directory on GitHub. However, I think most users would probably look into documentation to find these things and not browse the services directory on GitHub. If we still want it to show up in services/, we could still do a symlink I guess (not sure whether GitHub would display it correctly). Signed-off-by: aszlig Issue: #11 --- .../nixcloud.webservices.development.rst | 0 documentation/nixcloud.webservices.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename modules/web/services/README.rst => documentation/nixcloud.webservices.development.rst (100%) diff --git a/modules/web/services/README.rst b/documentation/nixcloud.webservices.development.rst similarity index 100% rename from modules/web/services/README.rst rename to documentation/nixcloud.webservices.development.rst diff --git a/documentation/nixcloud.webservices.md b/documentation/nixcloud.webservices.md index 9cc801a..ada2099 100644 --- a/documentation/nixcloud.webservices.md +++ b/documentation/nixcloud.webservices.md @@ -12,7 +12,7 @@ See also [../README.md](../README.md). # Motivation -All `services` in the namespace `nixcloud.webservices` hold the `special properties` as listed below. See also [../modules/web/services/README.rst](../modules/web/services/README.rst) for details how to write a new module. +All `services` in the namespace `nixcloud.webservices` hold the `special properties` as listed below. See also [nixcloud.webservices.development.rst](nixcloud.webservices.development.rst) for details how to write a new module. ## Multiple instantiation of webservices like `mediawiki`