Update mkdocs.yml
This commit is contained in:
parent
9600bdd11c
commit
d5062f8345
|
|
@ -1,7 +1,8 @@
|
||||||
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:
|
||||||
|
name: material
|
||||||
nav:
|
nav:
|
||||||
- Introduction: index.md
|
- Introduction: index.md
|
||||||
- Technical Requirements: requirements.md
|
- Technical Requirements: requirements.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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue