mirror of https://github.com/alibaba/p3c.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
278 B
JSON
20 lines
278 B
JSON
7 years ago
|
{
|
||
|
"styles": {
|
||
|
"website": "styles/website.css"
|
||
|
},
|
||
|
|
||
|
"plugins": [
|
||
|
"book-summary-scroll-position-saver",
|
||
|
"github",
|
||
|
"prism",
|
||
|
"-sharing",
|
||
|
"-highlight"
|
||
|
],
|
||
|
|
||
|
"pluginsConfig": {
|
||
|
"github": {
|
||
|
"url": "https://github.com/alibaba/p3c"
|
||
|
}
|
||
|
}
|
||
|
}
|