From 9600bdd11c0fd4a49c18841e96f5faee8406281a Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Mon, 13 Apr 2020 12:21:41 +0100 Subject: [PATCH 1/2] 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 From d5062f8345b6d924ce1f8acc50fa79b6a8cb1346 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Mon, 13 Apr 2020 16:07:45 +0100 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 99fe985..15cc3b8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,8 @@ 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 +theme: + name: material nav: - Introduction: index.md - Technical Requirements: requirements.md @@ -15,7 +16,8 @@ markdown_extensions: - admonition - def_list - codehilite - - toc:(permalink=true) + - toc: + permalink: true - pymdownx.superfences - pymdownx.emoji