-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathbookdown.json
More file actions
16 lines (16 loc) · 804 Bytes
/
bookdown.json
File metadata and controls
16 lines (16 loc) · 804 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"title": "prooph event-store Symfony bundle",
"content": [
{"intro": "../README.md"},
{"getting_started": "getting_started.md"},
{"event_store": "event_store.md"},
{"projection_manager": "projection_manager.md"},
{"configuration_reference": "configuration_reference.md"},
{"messenger": "messenger.md"},
{"migrating_from_0.8.0": "migrating_from_0.8.0.md"}
],
"target": "./html",
"tocDepth": 2,
"template": "../vendor/prooph/bookdown-template/templates/main.php",
"copyright": "Copyright (c) 2016 - 2021 <a href=\"http://getprooph.org/\" title=\"prooph maintainers\">prooph maintainers</a> <br/> Powered by <a href=\"https://github.com/tobiju/bookdown-bootswatch-templates\" title=\"Visit project to generate your own docs\">Bookdown Bootswatch Templates</a>"
}