Merge pull request #41 from MikeyMJCO/patch-1

MkDocs upgrade fix.
This commit is contained in:
Björn Endres 2020-04-14 12:46:04 +02:00 committed by GitHub
commit 999345f4b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,9 @@
site_name: CiviProxy Guide site_name: CiviProxy Guide
site_description: Guide using and installing CiviProxy to manage the traffic to and from your CiviCRM installation site_description: Guide using and installing CiviProxy to manage the traffic to and from your CiviCRM installation
repo_url: https://github.com/systopia/CiviProxy repo_url: https://github.com/systopia/CiviProxy
theme: material theme:
pages: name: material
nav:
- Introduction: index.md - Introduction: index.md
- Technical Requirements: requirements.md - Technical Requirements: requirements.md
- Installing CiviProxy: installation.md - Installing CiviProxy: installation.md
@ -15,7 +16,8 @@ markdown_extensions:
- admonition - admonition
- def_list - def_list
- codehilite - codehilite
- toc:(permalink=true) - toc:
permalink: true
- pymdownx.superfences - pymdownx.superfences
- pymdownx.emoji - pymdownx.emoji