Skip to content

Commit

Permalink
Merge pull request #27 from prooph/restructure_docs
Browse files Browse the repository at this point in the history
Restructure docs
  • Loading branch information
codeliner committed Oct 14, 2017
2 parents 2897d2f + f58b462 commit b5ad22f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/bookdown.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"title": "Prooph EventSourcing",
"title": "Snapshotter",
"content": [
{"intro": "../README.md"},
{"snapshots": "snapshots.md"}
],
"tocDepth": 1,
"numbering": false,
"target": "./html",
"template": "../vendor/prooph/bookdown-template/templates/main.php"
}
10 changes: 10 additions & 0 deletions docs/snapshots.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Snapshotter

Snapshot tool for the prooph event-store. Take aggregate snapshots with ease.

## Installation

```
composer require prooph/snapshotter
```

## Snapshots via Projection

There are two projections shipped with this package:

1) CategorySnapshotProjection
Expand Down

0 comments on commit b5ad22f

Please sign in to comment.