forked from welpdev/mailchimp-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
22 lines (22 loc) · 741 Bytes
/
mkdocs.yml
File metadata and controls
22 lines (22 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: MailChimp Bundle
site_description: This bundle will help you synchronise your project's newsletter subscribers into MailChimp throught MailChimp API V3.
site_author: Titouan BENOIT
copyright: MIT
repo_url: https://github.com/welpdev/mailchimp-bundle
docs_dir: 'src/Resources/doc'
site_dir: "docs"
pages:
- Home: index.md
- Setup: setup.md
- Configuration: configuration.md
- Subscriber Provider: subscriber-provider.md
- List Provider: list-provider.md
- Usage: usage.md
- Webhook: webhook.md
- Tests: tests.md
- Subscriber Languages: subscriber-language.md
- MailChimp Doc: mailchimp-doc.md
- Contributing: CONTRIBUTING.md
theme: readthedocs
markdown_extensions:
- pymdownx.github