From 8642edf3a250f994041880e4b8432a5e60df7551 Mon Sep 17 00:00:00 2001 From: Axel H Date: Mon, 12 Oct 2020 09:55:00 +0200 Subject: [PATCH] Remove Reference subsection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Apply suggested change Co-authored-by: Frank Brückner --- mkdocs.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 9cf5e95b..1c7992d4 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -6,11 +6,10 @@ nav: - Introduction: intro.md - Installation: installation.md - "Quick Start": quick-start.md - - Reference: - - "PSR-11 Support": psr-11.md - - Configuration: config.md - - "Injector": injector.md - - "Code Generator": codegen.md + - "PSR-11 Support": psr-11.md + - Configuration: config.md + - "Injector": injector.md + - "Code Generator": codegen.md - Cookbook: - "Usage with PSR-11 Containers": cookbook/use-with-psr-containers.md - "Usage with laminas-servicemanager": cookbook/use-with-servicemanager.md