Merge pull request #17783 from pradpnayak/REF-1
[civicrm-core.git] / ext / flexmailer / mkdocs.yml
1 site_name: FlexMailer
2 repo_url: https://github.com/civicrm/org.civicrm.flexmailer
3 theme:
4 name: material
5
6 nav:
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
17 markdown_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