forked from drupalcommerce/commerce-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbook.json
More file actions
33 lines (33 loc) · 987 Bytes
/
Copy pathbook.json
File metadata and controls
33 lines (33 loc) · 987 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "Drupal Commerce 2.x Documentation",
"version": "0.0.1",
"description": "Drupal Commerce is an open source eCommerce framework that is designed to enable flexible eCommerce for websites and applications based on Drupal.",
"repository": {
"type": "git",
"url": "https://github.com/drupalcommerce/commerce-docs"
},
"plugins": [
"edit-link", "ga", "ungrey", "toggle-chapters"
],
"pluginsConfig": {
"ga": {
"token": "UA-12478122-2"
},
"edit-link": {
"base": "https://github.com/drupalcommerce/commerce-docs/edit/master",
"label": "Edit This Page"
}
},
"styles": {
"website": "styles/all.css",
"ebook": "styles/all.css",
"pdf": "styles/all.css",
"mobi": "styles/all.css",
"epub": "styles/all.css"
},
"links": {
"sidebar": {
"DrupalCommerce.org": "https://drupalcommerce.org"
}
}
}