mirror of
https://github.com/alibaba/p3c.git
synced 2026-01-14 07:00:13 +08:00
20 lines
278 B
JSON
20 lines
278 B
JSON
{
|
|
"styles": {
|
|
"website": "styles/website.css"
|
|
},
|
|
|
|
"plugins": [
|
|
"book-summary-scroll-position-saver",
|
|
"github",
|
|
"prism",
|
|
"-sharing",
|
|
"-highlight"
|
|
],
|
|
|
|
"pluginsConfig": {
|
|
"github": {
|
|
"url": "https://github.com/alibaba/p3c"
|
|
}
|
|
}
|
|
}
|