@@ -52,7 +52,7 @@ export default defineAppConfig({
5252 target : '_self' ,
5353 showLinkIcon : false ,
5454 } ,
55- /**{
55+ /** {
5656 title: 'Docs',
5757 links: [
5858 {
@@ -75,8 +75,8 @@ export default defineAppConfig({
7575 icon: 'lucide:code',
7676 },
7777 ],
78- },*/
79- /**{
78+ }, */
79+ /** {
8080 title: 'Credits',
8181 links: [{
8282 title: 'shadcn-ui',
@@ -99,13 +99,13 @@ export default defineAppConfig({
9999 description: 'Content made easy for Vue Developers',
100100 target: '_blank',
101101 }],
102- },*/
103- /**{
102+ }, */
103+ /** {
104104 title: 'Blog',
105105 to: '/blog',
106106 target: '_self',
107107 showLinkIcon: false,
108- },*/
108+ }, */
109109 ] ,
110110 links : [
111111 {
@@ -136,54 +136,120 @@ export default defineAppConfig({
136136 items : [
137137 {
138138 text : 'Overview' ,
139- link : '/comfortaccounting'
139+ link : '/comfortaccounting' ,
140140 } ,
141141 ] ,
142142 } ,
143143 {
144144 text : 'Getting Started' ,
145145 collapsible : true ,
146146 items : [
147- { text : 'How to install' , link : '/comfortaccounting/how-to-install' } ,
148- { text : 'How to Translate' , link : '/comfortaccounting/how-to-translate' } ,
149- { text : 'Template Override' , link : '/comfortaccounting/template-override' } ,
150- { text : 'Hooks and Filters' , link : '/comfortaccounting/hooks-and-filters' } ,
151- { text : 'Code Samples' , link : '/comfortaccounting/code-samples' } ,
147+ {
148+ text : 'How to install' ,
149+ link : '/comfortaccounting/how-to-install' ,
150+ } ,
151+ {
152+ text : 'How to Translate' ,
153+ link : '/comfortaccounting/how-to-translate' ,
154+ } ,
155+ {
156+ text : 'Template Override' ,
157+ link : '/comfortaccounting/template-override' ,
158+ } ,
159+ {
160+ text : 'Hooks and Filters' ,
161+ link : '/comfortaccounting/hooks-and-filters' ,
162+ } ,
163+ {
164+ text : 'Code Samples' ,
165+ link : '/comfortaccounting/code-samples' ,
166+ } ,
152167 ] ,
153168 } ,
154169 {
155170 text : 'User Guide' ,
156171 collapsible : true ,
157172 items : [
158- { text : 'General' , link : '/comfortaccounting/user-guide/general' } ,
159- { text : 'Dashboard' , link : '/comfortaccounting/user-guide/dashboard' } ,
160- { text : 'Agency Manager' , link : '/comfortaccounting/user-guide/agency-manager' } ,
161- { text : 'Account Manager' , link : '/comfortaccounting/user-guide/account-manager' } ,
162- { text : 'Category Manager' , link : '/comfortaccounting/user-guide/category-manager' } ,
163- { text : 'VC Manager' , link : '/comfortaccounting/user-guide/vc-manager' } ,
164- { text : 'Log Manager' , link : '/comfortaccounting/user-guide/log-manager' } ,
165- { text : 'Reports Manager (Pro)' , link : '/comfortaccounting/user-guide/reports-manager' } ,
166- { text : 'Settings Manager' , link : '/comfortaccounting/user-guide/settings-manager' } ,
167- { text : 'Tools Manager' , link : '/comfortaccounting/user-guide/tools-manager' } ,
168- { text : 'Emails Manager' , link : '/comfortaccounting/user-guide/emails-manager' } ,
169- { text : 'Helps & Updates' , link : '/comfortaccounting/user-guide/helps-updates' } ,
170- { text : 'Integrations' , link : '/comfortaccounting/user-guide/integrations' } ,
173+ {
174+ text : 'General' ,
175+ link : '/comfortaccounting/user-guide/general' ,
176+ } ,
177+ {
178+ text : 'Dashboard' ,
179+ link : '/comfortaccounting/user-guide/dashboard' ,
180+ } ,
181+ {
182+ text : 'Agency Manager' ,
183+ link : '/comfortaccounting/user-guide/agency-manager' ,
184+ } ,
185+ {
186+ text : 'Account Manager' ,
187+ link : '/comfortaccounting/user-guide/account-manager' ,
188+ } ,
189+ {
190+ text : 'Category Manager' ,
191+ link : '/comfortaccounting/user-guide/category-manager' ,
192+ } ,
193+ {
194+ text : 'VC Manager' ,
195+ link : '/comfortaccounting/user-guide/vc-manager' ,
196+ } ,
197+ {
198+ text : 'Log Manager' ,
199+ link : '/comfortaccounting/user-guide/log-manager' ,
200+ } ,
201+ {
202+ text : 'Reports Manager (Pro)' ,
203+ link : '/comfortaccounting/user-guide/reports-manager' ,
204+ } ,
205+ {
206+ text : 'Settings Manager' ,
207+ link : '/comfortaccounting/user-guide/settings-manager' ,
208+ } ,
209+ {
210+ text : 'Tools Manager' ,
211+ link : '/comfortaccounting/user-guide/tools-manager' ,
212+ } ,
213+ {
214+ text : 'Emails Manager' ,
215+ link : '/comfortaccounting/user-guide/emails-manager' ,
216+ } ,
217+ {
218+ text : 'Helps & Updates' ,
219+ link : '/comfortaccounting/user-guide/helps-updates' ,
220+ } ,
221+ {
222+ text : 'Integrations' ,
223+ link : '/comfortaccounting/user-guide/integrations' ,
224+ } ,
171225 ] ,
172226 } ,
173227 {
174228 text : 'Shortcode' ,
175229 collapsible : true ,
176230 items : [
177- { text : '7 Shortcodes' , link : '/comfortaccounting/shortcodes' } ,
231+ {
232+ text : '7 Shortcodes' ,
233+ link : '/comfortaccounting/shortcodes' ,
234+ } ,
178235 ] ,
179236 } ,
180237 {
181238 text : 'Widgets' ,
182239 collapsible : true ,
183240 items : [
184- { text : 'Classic Widgets' , link : '/comfortaccounting/classic-widgets' } ,
185- { text : 'Elementor Widget' , link : '/comfortaccounting/elementor-widgets' } ,
186- { text : 'Gutenberg Blocks' , link : '/comfortaccounting/gutenberg-blocks' } ,
241+ {
242+ text : 'Classic Widgets' ,
243+ link : '/comfortaccounting/classic-widgets' ,
244+ } ,
245+ {
246+ text : 'Elementor Widget' ,
247+ link : '/comfortaccounting/elementor-widgets' ,
248+ } ,
249+ {
250+ text : 'Gutenberg Blocks' ,
251+ link : '/comfortaccounting/gutenberg-blocks' ,
252+ } ,
187253 ] ,
188254 } ,
189255 ] ,
0 commit comments