UNPKG
gitbook-plugin-theme-cuav
Version:
latest (1.1.6)
1.1.6
1.1.5
1.1.3
1.1.2
1.1.1
1.1.0
0.0.9
CUAV theme for GitBook
github.com/cuav/gitbook-plugin-theme-cuav
cuav/gitbook-plugin-theme-cuav
gitbook-plugin-theme-cuav
/
index.js
18 lines
(14 loc)
•
310 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/* * Modified By 黄伟枞<weicong@cuav.net> * Modify: * 将 theme-defult 修改为 theme-cuav * */
module
.exports = { hooks: {
config
:
function
(config)
{
config
.styles =
config
.styles ||
config
.pluginsConfig[
'theme-cuav'
].styles;
return
config
; } } };