Merge pull request #17787 from pradpnayak/REF-1
[civicrm-core.git] / ext / flexmailer / mkdocs.yml
CommitLineData
bdf67e28
SL
1site_name: FlexMailer
2repo_url: https://github.com/civicrm/org.civicrm.flexmailer
3theme:
4 name: material
5
6nav:
7- Introduction: index.md
8- Installation: install.md
9- Development:
10 - Overview: develop/index.md
11 - CheckSendableEvent: develop/CheckSendableEvent.md
12 - RunEvent: develop/RunEvent.md
13 - WalkBatchesEvent: develop/WalkBatchesEvent.md
14 - ComposeBatchEvent: develop/ComposeBatchEvent.md
15 - SendBatchEvent: develop/SendBatchEvent.md
16
17markdown_extensions:
18 - attr_list
19 - admonition
20 - def_list
21 - codehilite
22 - toc:
23 permalink: true
24 - pymdownx.superfences
25 - pymdownx.inlinehilite
26 - pymdownx.tilde
27 - pymdownx.betterem
28 - pymdownx.mark