@@ -126,7 +126,6 @@ const _nav = [
126126 {
127127 _component : 'CNavGroup' ,
128128 anchor : 'Buttons' ,
129- // route: '/buttons',
130129 icon : < CIcon name = "cil-cursor" customClasses = "nav-icon" /> ,
131130 items : [
132131 {
@@ -214,7 +213,6 @@ const _nav = [
214213 {
215214 _component : 'CNavGroup' ,
216215 anchor : 'Icons' ,
217- // route: '/icons',
218216 icon : < CIcon name = "cil-star" customClasses = "nav-icon" /> ,
219217 items : [
220218 {
@@ -244,7 +242,6 @@ const _nav = [
244242 {
245243 _component : 'CNavGroup' ,
246244 anchor : 'Notifications' ,
247- // route: '/notifications',
248245 icon : < CIcon name = "cil-bell" customClasses = "nav-icon" /> ,
249246 items : [
250247 {
@@ -284,9 +281,6 @@ const _nav = [
284281 text : 'NEW' ,
285282 } ,
286283 } ,
287- // {
288- // _component: 'CSidebarNavDivider'
289- // },
290284 {
291285 _component : 'CNavTitle' ,
292286 anchor : 'Extras' ,
@@ -322,59 +316,6 @@ const _nav = [
322316 } ,
323317 ] ,
324318 } ,
325- // {
326- // _component: 'CNavItem',
327- // anchor: 'Disabled',
328- // icon: <CIcon name="cil-ban" customClasses="nav-icon"/>,
329- // badge: {
330- // color: 'secondary',
331- // text: 'NEW',
332- // },
333- // addLinkClass: 'c-disabled',
334- // 'disabled': true
335- // },
336- // {
337- // _component: 'CSidebarNavDivider',
338- // classanchor: 'm-2'
339- // },
340- // {
341- // _component: 'CNavTitle',
342- // items: ['Labels']
343- // },
344- // {
345- // _component: 'CNavItem',
346- // anchor: 'Label danger',
347- // to: '',
348- // icon: {
349- // anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
350- // classanchor: 'text-danger'
351- // },
352- // label: true
353- // },
354- // {
355- // _component: 'CNavItem',
356- // anchor: 'Label info',
357- // to: '',
358- // icon: {
359- // anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
360- // classanchor: 'text-info'
361- // },
362- // label: true
363- // },
364- // {
365- // _component: 'CNavItem',
366- // anchor: 'Label warning',
367- // to: '',
368- // icon: {
369- // anchor: <CIcon name="cil-star" customClasses="nav-icon"/>,
370- // classanchor: 'text-warning'
371- // },
372- // label: true
373- // },
374- // {
375- // _component: 'CSidebarNavDivider',
376- // classanchor: 'm-2'
377- // }
378319]
379320
380321export default _nav
0 commit comments