forked from CyberZHG/CLRS
-
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) · 769 Bytes
/
Copy pathbook.json
File metadata and controls
33 lines (33 loc) · 769 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
{
"plugins": [
"scrollablecode",
"fancybox",
"disqus",
"github",
"search",
"ga",
"mathjax",
"meta",
"sitemap-general"
],
"pluginsConfig": {
"disqus": {
"shortName": "clrs",
"useIdentifier": false
},
"github": {
"url": "https://github.com/CyberZHG/CLRS"
},
"ga": {
"token": "UA-75597402-1",
"configuration": "auto"
},
"meta": {
"name": "google-site-verification",
"content": "AJ-kdEF3EADDcL_4CuIJs3V29ZkarsZBX-YmVZ3FCeA"
},
"sitemap-general": {
"prefix": "https://cyberzhg.gitbooks.io/clrs/content/"
}
}
}