@@ -4,7 +4,7 @@ import { defineConfig } from 'vitepress'
44export default defineConfig ( {
55 title : "LoggiFly" ,
66 description : "LoggiFly Documentation" ,
7- head : [ [ 'link' , { rel : 'icon' , href : '/loggifly/icon.png ' } ] ] ,
7+ head : [ [ 'link' , { rel : 'icon' , href : '/LoggiFly/favicon.ico ' } ] ] ,
88 base : '/LoggiFly/' ,
99 cleanUrls : true ,
1010 themeConfig : {
@@ -23,7 +23,7 @@ export default defineConfig({
2323 text : 'Introduction' ,
2424 items : [
2525 { text : 'What is LoggiFly' , link : '/guide/what-is-loggifly' } ,
26- { text : 'Getting Started' , link : '/guide/getting-started' }
26+ { text : 'Getting Started' , link : '/guide/getting-started' } ,
2727 ]
2828 } ,
2929 {
@@ -53,18 +53,19 @@ export default defineConfig({
5353 ]
5454 } ,
5555 {
56- text : 'Advanced Features ' ,
56+ text : 'Advanced' ,
5757 items : [
5858 { text : 'Customize Notifications' ,
5959 collapsed : true ,
6060 items : [
61- { text : 'Overview ' , link : '/guide/customize-notifications/' } ,
62- { text : 'JSON Logs ' , link : '/guide/customize-notifications/json_template ' } ,
63- { text : 'Plain Text Logs ' , link : '/guide/customize-notifications/template ' } ,
61+ { text : 'Available Fields ' , link : '/guide/customize-notifications/' } ,
62+ { text : 'Extract from JSON ' , link : '/guide/customize-notifications/json ' } ,
63+ { text : 'Extract from Regex ' , link : '/guide/customize-notifications/regex ' } ,
6464 ]
6565 } ,
6666 { text : 'Actions' , link : '/guide/actions' } ,
6767 { text : 'Remote Hosts' , link : '/guide/remote-hosts' } ,
68+ { text : 'Healthcheck' , link : '/guide/healthcheck' } ,
6869 ]
6970 } ,
7071 {
0 commit comments