Skip to content

Commit 689ff83

Browse files
committed
Add snapshot store implementations
1 parent f319414 commit 689ff83

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
.php_cs.cache
77
nbproject
88
composer.lock
9+
docs/html

docs/bookdown.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
"title": "Snapshot Store",
33
"content": [
44
{"snapshot_store": "snapshot_store.md"},
5-
{"mongodb_snapshot_store": "https://raw.githubusercontent.com/prooph/mongodb-snapshot-store/master/docs/bookdown.json"}
5+
{"pdo_snapshot_store": "https://raw.githubusercontent.com/prooph/pdo-snapshot-store/master/docs/bookdown.json"},
6+
{"mongodb_snapshot_store": "https://raw.githubusercontent.com/prooph/mongodb-snapshot-store/master/docs/bookdown.json"},
7+
{"memcached_snapshot_store": "https://raw.githubusercontent.com/prooph/memcached-snapshot-store/master/docs/bookdown.json"},
8+
{"arangodb_snapshot_store": "https://raw.githubusercontent.com/prooph/arangodb-snapshot-store/master/docs/bookdown.json"}
69
],
710
"tocDepth": 1,
811
"numbering": false,

0 commit comments

Comments
 (0)