forked from aws/iot-atlas
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
35 lines (35 loc) · 732 Bytes
/
config.json
File metadata and controls
35 lines (35 loc) · 732 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
{
"baseURL": "http://iotatlas.net",
"title": "IoT Atlas",
"theme": "docdock",
"params": {
"ordersectionsby": "weight",
"editURL": "https://github.com/aws/iot-atlas/tree/master/content/"
},
"pygmentsCodeFences": true,
"taxonomies": {
"tag": "tags",
"category": "categories",
"persona": "personae"
},
"outputs": {
"home": [
"HTML",
"RSS",
"JSON"
]
},
"DefaultContentLanguage": "en",
"languages": {
"en": {
"lang": "en",
"langCode": "en-us",
"contentDir": "content/en-us",
"languageName": "English",
"weight": 1,
"params": {
"editURL": "https://github.com/aws/iot-atlas/tree/master/content/en-us/"
}
}
}
}