From 9600bdd11c0fd4a49c18841e96f5faee8406281a Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Mon, 13 Apr 2020 12:21:41 +0100 Subject: [PATCH] MkDocs upgrade fix. --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 31b00d0..99fe985 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -2,7 +2,7 @@ site_name: CiviProxy Guide site_description: Guide using and installing CiviProxy to manage the traffic to and from your CiviCRM installation repo_url: https://github.com/systopia/CiviProxy theme: material -pages: +nav: - Introduction: index.md - Technical Requirements: requirements.md - Installing CiviProxy: installation.md