forked from unprotocols/rfc
-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathbook.js
42 lines (42 loc) · 1.05 KB
/
book.js
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
34
35
36
37
38
39
40
41
42
module.exports = {
title: 'OpenCannabis Specification (Raw/Draft)',
description: 'Open technical model and specification for legal cannabis data',
author: 'OpenCannabis Editor and Contributors',
gitbook: '>=3.0.0',
plugins: [
'theme-ocs',
//'coss-ocs',
'ga',
'code',
'sitemap',
'insert-logo',
'nomnoml',
'colors',
'terminal',
'rss'
],
pluginsConfig: {
ga: {
token: "UA-116543052-1"
},
sitemap: {
hostname: 'https://rfc.opencannabis.info/'
},
"insert-logo": {
"url": "https://rfc.opencannabis.info/logo.png"
},
rss: {
title: 'OpenCannabis Revision Feed',
site_url: 'https://rfc.opencannabis.info',
author: 'Bloombox ([email protected])',
managingEditor: 'Sam Gammon ([email protected])',
feed_url: 'https://medium.com/feed/opencannabis',
categories: [
'cannabis',
'technology',
'data',
'protobuf'
]
}
}
};