- Notifications
You must be signed in to change notification settings - Fork 101
Expand file tree
/
Copy pathbook.json
More file actions
Latest commit
20 lines (20 loc) · 480 Bytes
/
Copy pathbook.json
File metadata and controls
20 lines (20 loc) · 480 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"plugins": [
"disqus",
"back-to-top-button",
"asciinema",
"copy-code-button",
"algolia"
],
"pluginsConfig": {
"disqus": {
"shortName": "writing-telegram-bots",
"useIdentifier": true
}, "algolia": {
"index": "lessons",
"applicationID": "C3LVYDULT2",
"publicKey": "8b200bec152be76f39dbb40d6da98ac0",
"freeAccount": "true"
}
}
}