de.systopia.twingle/mkdocs.yml
2023-03-13 16:04:08 +01:00

28 lines
731 B
YAML

site_name: Twingle API
theme:
name: material
nav:
- Home: index.md
- Installation: install_tw.md
- Configuration:
- Creating a Twingle user in the CMS system: con_drup.md
- Configuring the Extended Contact Manager extension: con_xcm.md
- Creating a Twingle user in CiviCRM: con_civi.md
- Activating SEPA for the Twingle API extension in CiviCRM: con_twse.md
- Configuring the Twingle Profile in CiviCRM: con_tw.md
- Configuring the Twingle Account on the Twingle website: con_man.md
- API documentation: api_tw.md
markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite
- toc:
permalink: true
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark