Sign in
apache
/
hugegraph-doc
/
refs/heads/init-hugegraph-computer-doc
/
.
/
node_modules
/
gitbook-plugin-theme-cuav
/
index.js
blob: 5a2ea5b4ab42ea9b8ece0483f26fe6320f6e73a1 [
file
] [
log
] [
blame
]
/*
* 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
;
}
}
};