Skip to content

Commit

Permalink
some more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nightbr committed Nov 16, 2017
1 parent ecdb6cd commit 6b75c51
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ This bundle will help you synchronise your project's newsletter subscribers into
## Features

* [x] Use your own userProvider (basic `FosSubscriberProvider` included to interface with FosUserBundle)
* [x] Use your own listProvider (`DoctrineListProvider` included to retrieve your list from a database)
* [x] Synchronize Merge Fields with your config
* [x] Synchronize your subscriber with a List
* [x] Use lifecycle event to subscribe/unsubscribe/delete subscriber from a List
Expand Down Expand Up @@ -52,6 +53,7 @@ Look at the full documentation at <https://welpdev.github.io/mailchimp-bundle/>
* Setup
* Configuration
* Subscriber Provider
* List Provider
* Usage
* Synchronize merge fields
* Full synchronization with command
Expand Down
2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ pages:
- MailChimp Doc: mailchimp-doc.md
- Contributing: CONTRIBUTING.md
theme: readthedocs
markdown_extensions:
- pymdownx.github
8 changes: 8 additions & 0 deletions src/Resources/doc/documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Documentation

You can read files in the folder `src/Resources/doc` or you can compile the documentation with MkDocs:

* Install Python 2.7 and Pip 1.5
* Install MkDocs: `pip install mkdocs`
* Install pymdown-extension: `pip install pymdown-extensions`
* Compile the doc: `mkdocs build` or to preview the doc: `mkdocs serve` at <http://127.0.0.1:8000>
2 changes: 2 additions & 0 deletions src/Resources/doc/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ This bundle will help you synchronise your project's newsletter subscribers into
## Features

* [x] Use your own userProvider (basic `FosSubscriberProvider` included to interface with FosUserBundle)
* [x] Use your own listProvider (`DoctrineListProvider` included to retrieve your list from a database)
* [x] Synchronize Merge Fields with your config
* [x] Synchronize your subscriber with a List
* [x] Use lifecycle event to subscribe/unsubscribe/delete subscriber from a List
Expand Down Expand Up @@ -49,6 +50,7 @@ More configuration on the [documentation](configuration.md).
* [Setup](setup.md)
* [Configuration](configuration.md)
* [Subscriber Provider](subscriber-provider.md)
* [List Provider](list-provider.md)
* [Usage](usage.md)
* Synchronize merge fields
* Full synchronization with command
Expand Down

0 comments on commit 6b75c51

Please sign in to comment.