From 3f16fd42971e99faaedac3669410140e39144c25 Mon Sep 17 00:00:00 2001 From: Arjay Angeles Date: Fri, 17 Nov 2017 12:55:43 +0800 Subject: [PATCH] Revert "Organized response folder." --- documentation.md | 10 +++++----- response/array.md => response-array.md | 0 ...tal-serializer.md => response-fractal-serializer.md | 0 response/fractal.md => response-fractal.md | 0 response/object.md => response-object.md | 0 response/with.md => response-with.md | 0 6 files changed, 5 insertions(+), 5 deletions(-) rename response/array.md => response-array.md (100%) rename response/fractal-serializer.md => response-fractal-serializer.md (100%) rename response/fractal.md => response-fractal.md (100%) rename response/object.md => response-object.md (100%) rename response/with.md => response-with.md (100%) diff --git a/documentation.md b/documentation.md index bc24693..eea9329 100644 --- a/documentation.md +++ b/documentation.md @@ -21,11 +21,11 @@ - [Query Builder](/docs/{{package}}/{{version}}/engine/query) - [Collection](/docs/{{package}}/{{version}}/engine/collection) - Response - - [Array Response](/docs/{{package}}/{{version}}/response/array) - - [Object Response](/docs/{{package}}/{{version}}/response/object) - - [Fractal Transformer](/docs/{{package}}/{{version}}/response/fractal) - - [Fractal Serializer](/docs/{{package}}/{{version}}/response/fractal-serializer) - - [Additional Data Response](/docs/{{package}}/{{version}}/response/with) + - [Array Response](/docs/{{package}}/{{version}}/response-array) + - [Object Response](/docs/{{package}}/{{version}}/response-object) + - [Fractal Transformer](/docs/{{package}}/{{version}}/response-fractal) + - [Fractal Serializer](/docs/{{package}}/{{version}}/response-fractal-serializer) + - [Additional Data Response](/docs/{{package}}/{{version}}/response-with) - Column Editing - [Add Column](/docs/{{package}}/{{version}}/add-column) - [Edit Column](/docs/{{package}}/{{version}}/edit-column) diff --git a/response/array.md b/response-array.md similarity index 100% rename from response/array.md rename to response-array.md diff --git a/response/fractal-serializer.md b/response-fractal-serializer.md similarity index 100% rename from response/fractal-serializer.md rename to response-fractal-serializer.md diff --git a/response/fractal.md b/response-fractal.md similarity index 100% rename from response/fractal.md rename to response-fractal.md diff --git a/response/object.md b/response-object.md similarity index 100% rename from response/object.md rename to response-object.md diff --git a/response/with.md b/response-with.md similarity index 100% rename from response/with.md rename to response-with.md