-
Notifications
You must be signed in to change notification settings - Fork 121
Expand file tree
/
Copy pathbook.json
More file actions
26 lines (26 loc) · 834 Bytes
/
Copy pathbook.json
File metadata and controls
26 lines (26 loc) · 834 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
{
"title": "Django企业开发实战教程",
"description": "Django是一个脱胎于新闻系统中的用于生产环境开发的框架,是开发者不可或缺的Web项目开发利器。",
"language": "zh-cn",
"gitbook": "3.x.x",
"plugins": [
"github",
"3-ba",
"ad"
],
"pluginsConfig": {
"github": {
"url": "https://github.com/the5fire/django-practice-book"
},
"3-ba": {
"token": "2d07b6b466a61c6c12550d39c53f4ad0"
},
"ad": {
"contentTop": "<div class='pull-right'>Created by <a href='https://www.the5fire.com'>the5fire</a></div>",
"contentBottom": "《Django企业开发实战》购买纸质版: <a href='https://item.jd.com/12537842.html'>https://item.jd.com/12537842.html</a>"
},
"sitemap": {
"hostname": "http://www.the5fire.com"
}
}
}