## 導航插件
默認的文檔閱讀頁面是沒有導航的,如果要進行導航自定義需要使用navigation插件,可以支持LOGO顯示和導航自定義功能,保存后重新發布一次文檔才會生效。
```
{
"plugins":["navigation","highlight"],
"pluginsConfig":{
"navigation":{
"logo":{
"image":"/Static/home/image/15.png",
"url":"http://www.hmoore.net"
},
"nav":[
{
"title":"廣場",
"target":"_blank",
"url":"http://www.hmoore.net/explore"
},
{
"title":"個人主頁",
"target":"_blank",
"url":"http://www.hmoore.net/@ervinhua"
},
{
"title":"博客",
"target":"_blank",
"url":"http://www.hmoore.net/blog"
}
]
}
}
}
```
>[info] 自定義導航