19 lines
374 B
JSON
19 lines
374 B
JSON
{
|
|
"plugins": [
|
|
"github",
|
|
"toggle-chapters",
|
|
"github-buttons",
|
|
"prism",
|
|
"-highlight"
|
|
],
|
|
"pluginsConfig": {
|
|
"github": {
|
|
"url": "https://github.com/TwoWater/Python"
|
|
},
|
|
"prism": {
|
|
"css": [
|
|
"prism-themes/themes/prism-atom-dark.css"
|
|
]
|
|
}
|
|
}
|
|
} |