forked from adamogle/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json
More file actions
41 lines (41 loc) · 959 Bytes
/
conf.json
File metadata and controls
41 lines (41 loc) · 959 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
34
35
36
37
38
39
40
41
{
"tags": {
"allowUnknownTags" : true
},
"plugins": [
"plugins/markdown",
"plugins/pluginTag",
"plugins/experimentalTag",
"plugins/utilTag"
],
"source": {
"excludePattern": "helpers/data.js"
},
"templates": {
"cleverLinks": true,
"monospaceLinks": true,
"default": {
"outputSourceFiles" : false
},
"applicationName": "Handsontable",
"disqus": "",
"googleAnalytics": "UA-33932793-1",
"openGraph": {
"title": "Handsontable Documentation",
"type": "website",
"image": "",
"site_name": "Handsontable",
"url": "https://handsontable.com/docs"
},
"meta": {
"title": "Handsontable",
"description": "Handsontable is a composite spreadsheet component for apps and websites written in JavaScript and HTML"
},
"linenums": true
},
"markdown": {
"parser": "gfm",
"hardwrap": true,
"tags": ["examples", "description"]
}
}