-
Notifications
You must be signed in to change notification settings - Fork 2
/
book.json
23 lines (23 loc) · 894 Bytes
/
book.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"title": "Root Systems NZ",
"description": "Root Systems is a small high-trust livelihood pod doing tech consulting and software development within the Enspiral network in Wellington. Our purpose is to imagine and cultivate an ecosystem of local, replicable, life-support systems for interdependent abundance.",
"styles": {
"website": "styles/website.css"
},
"gitbook": "^3.0.0",
"plugins": [
"collapsible-menu",
"youtube",
"anchors",
"meta"
],
"pluginsConfig": {
"meta": {
"name": "description",
"content": "Root Systems is a small high-trust livelihood pod doing tech consulting and software development within the Enspiral network in Wellington. Our purpose is to imagine and cultivate an ecosystem of local, replicable, life-support systems for interdependent abundance."
}
},
"variables": {
"org": "Root Systems"
}
}