mirror of https://github.com/TwoWater/Python
Signed-off-by: twowater <347073565@qq.com>
parent
794096b4f2
commit
e38217771e
|
@ -2,11 +2,18 @@
|
||||||
"plugins": [
|
"plugins": [
|
||||||
"github",
|
"github",
|
||||||
"toggle-chapters",
|
"toggle-chapters",
|
||||||
"github-buttons"
|
"github-buttons",
|
||||||
|
"prism",
|
||||||
|
"-highlight"
|
||||||
],
|
],
|
||||||
"pluginsConfig": {
|
"pluginsConfig": {
|
||||||
"github": {
|
"github": {
|
||||||
"url": "https://github.com/TwoWater/Python"
|
"url": "https://github.com/TwoWater/Python"
|
||||||
|
},
|
||||||
|
"prism": {
|
||||||
|
"css": [
|
||||||
|
"prism-themes/themes/prism-cb.css"
|
||||||
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue