From 228096434d2f765a3cc8a3a7850a7a299dd367fe Mon Sep 17 00:00:00 2001 From: eldadfux Date: Sun, 6 Oct 2019 22:37:55 +0300 Subject: [PATCH] resorted docs --- CONTRIBUTING.md | 2 +- docs/{AddOAuthProvider.md => tutorials/add-oauth-provider.md} | 0 .../environment-variables.md} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename docs/{AddOAuthProvider.md => tutorials/add-oauth-provider.md} (100%) rename docs/{EnvironmentVariables.md => tutorials/environment-variables.md} (100%) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index a1d0e90ec4..6d84a6b9be 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -123,4 +123,4 @@ Before running the command make sure you have proper write permissions to Appwri From time to time our team will add tutorials that will help contributors find there way in the Appwrite source code. Below is a list of currently available tutorials: -* [Adding Support for a New OAuth Provider](./docs/AddOAuthProvider.md) +* [Adding Support for a New OAuth Provider](./docs/tutorials/add-oauth-provider.md) diff --git a/docs/AddOAuthProvider.md b/docs/tutorials/add-oauth-provider.md similarity index 100% rename from docs/AddOAuthProvider.md rename to docs/tutorials/add-oauth-provider.md diff --git a/docs/EnvironmentVariables.md b/docs/tutorials/environment-variables.md similarity index 100% rename from docs/EnvironmentVariables.md rename to docs/tutorials/environment-variables.md