From 2d8b2e960d7f38fa622f662c5034d7ac1f8aa7ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Sat, 19 Oct 2024 20:56:23 +0200 Subject: [PATCH] Move contract docs to "Architecture Concepts" section in navigation right after the Facades docs, since these two concepts are closely related (hence the section "Contracts vs. Facades" on the Contracts docs page --- documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation.md b/documentation.md index b4e36d8c503..8bcbd01b119 100644 --- a/documentation.md +++ b/documentation.md @@ -14,6 +14,7 @@ - [Service Container](/docs/{{version}}/container) - [Service Providers](/docs/{{version}}/providers) - [Facades](/docs/{{version}}/facades) + - [Contracts](/docs/{{version}}/contracts) - ## The Basics - [Routing](/docs/{{version}}/routing) - [Middleware](/docs/{{version}}/middleware) @@ -36,7 +37,6 @@ - [Collections](/docs/{{version}}/collections) - [Concurrency](/docs/{{version}}/concurrency) - [Context](/docs/{{version}}/context) - - [Contracts](/docs/{{version}}/contracts) - [Events](/docs/{{version}}/events) - [File Storage](/docs/{{version}}/filesystem) - [Helpers](/docs/{{version}}/helpers)