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