@@ -45,20 +45,49 @@ export default {
4545 '/comfortjob/' : [
4646 {
4747 text : 'Comfort Job' ,
48+ collapsible : false ,
49+ } ,
50+ {
51+ text : 'Getting Started' ,
4852 collapsible : true ,
4953 items : [
5054 { text : 'How to install' , link : '/comfortjob/how-to-install' } ,
5155 { text : 'How to Translate' , link : '/comfortjob/how-to-translate' } ,
5256 { text : 'Template Override' , link : '/comfortjob/template-override' } ,
53- { text : 'Shortcodes' , link : '/comfortjob/shortcodes' } ,
57+ //{ text: 'Shortcodes', link: '/comfortjob/shortcodes' },
58+ // { text: 'Classic Widgets', link: '/comfortjob/classic-widgets' },
59+ // { text: 'Elementor Widget', link: '/comfortjob/elementor-widgets' },
60+ // { text: 'Gutenberg Blocks', link: '/comfortjob/gutenberg-blocks' },
61+ { text : 'Hooks and Filters' , link : '/comfortjob/hooks-and-filters' } ,
62+ { text : 'Code Samples' , link : '/comfortjob/code-samples' } ,
63+ ] ,
64+ } ,
65+ {
66+ text : 'Shortcode' ,
67+ collapsible : true ,
68+ items : [
69+ // { text: 'How to install', link: '/comfortjob/how-to-install' },
70+ // { text: 'How to Translate', link: '/comfortjob/how-to-translate' },
71+ // { text: 'Template Override', link: '/comfortjob/template-override' },
72+ { text : '9 Shortcodes' , link : '/comfortjob/shortcodes' } ,
73+ // { text: 'Classic Widgets', link: '/comfortjob/classic-widgets' },
74+ // { text: 'Elementor Widget', link: '/comfortjob/elementor-widgets' },
75+ // { text: 'Gutenberg Blocks', link: '/comfortjob/gutenberg-blocks' },
76+ // { text: 'Hooks and Filters', link: '/comfortjob/hooks-and-filters' },
77+ // { text: 'Code Samples', link: '/comfortjob/code-samples' },
78+ ] ,
79+ } ,
80+ {
81+ text : 'Widgets' ,
82+ collapsible : true ,
83+ items : [
5484 { text : 'Classic Widgets' , link : '/comfortjob/classic-widgets' } ,
5585 { text : 'Elementor Widget' , link : '/comfortjob/elementor-widgets' } ,
5686 { text : 'Gutenberg Blocks' , link : '/comfortjob/gutenberg-blocks' } ,
57- { text : 'Hooks and Filters' , link : '/comfortjob/hooks-and-filters' } ,
58- { text : 'Code Samples' , link : '/comfortjob/code-samples' } ,
5987 ] ,
6088 }
6189 ] ,
90+
6291
6392 // Sidebar for `/guide/` section
6493 '/comfortresume/' : [
0 commit comments