forked from systopia/de.systopia.civioffice
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
39 lines (36 loc) · 1.31 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
site_name: CiviOffice
repo_url: https://github.com/systopia/de.systopia.civioffice
site_description: 'A guide for the CiviOffice.'
site_author: 'systopia'
theme:
name: material
nav:
- 'Introduction': index.md
- 'Installation': installation.md
- 'Configuration': configuration.md
- 'Usage':
- 'Working With Documents': usage/working-with-documents.md
- 'Inserting dynamic content with "Live Snippets"': usage/inserting-content-with-live-snippets.md
- 'Formatting and applying Smarty logic in tokens': usage/formatting-and-simple-syntax-html-conversion.md
- 'Custom Fonts': usage/custom-fonts.md
- 'Integrating With Donation Receipts': usage/integrating-with-donation-receipts.md
- 'Sending Emails With Personalized Attachments': usage/integrating-with-mail-batch.md
- 'Developer Information':
- 'Modify Token Context': developer-information/modify-token-context.md
- 'Custom Document Stores': developer-information/custom-document-stores.md
- 'SearchKit Task for Custom Entities': developer-information/searchkit-task-custom-entities.md
markdown_extensions:
- attr_list
- admonition
- def_list
- codehilite
- toc:
permalink: True
- pymdownx.superfences
- pymdownx.inlinehilite
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.mark
plugins:
- search:
lang: en