2017-07-13 02:47:45 +00:00
|
|
|
{
|
2017-07-13 13:54:33 +00:00
|
|
|
"plugins": [
|
|
|
|
"github",
|
|
|
|
"toggle-chapters",
|
2017-09-11 02:05:02 +00:00
|
|
|
"github-buttons",
|
|
|
|
"prism",
|
|
|
|
"-highlight"
|
2017-07-13 13:54:33 +00:00
|
|
|
],
|
2017-07-13 02:47:45 +00:00
|
|
|
"pluginsConfig": {
|
|
|
|
"github": {
|
|
|
|
"url": "https://github.com/TwoWater/Python"
|
2017-09-11 02:05:02 +00:00
|
|
|
},
|
|
|
|
"prism": {
|
|
|
|
"css": [
|
2017-09-11 02:15:37 +00:00
|
|
|
"prism-themes/themes/prism-atom-dark.css"
|
2017-09-11 02:05:02 +00:00
|
|
|
]
|
2017-07-13 02:47:45 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|