Skip to content

Commit 8700f05

Browse files
committed
refactor: add link to documenation
1 parent 07d038a commit 8700f05

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/_nav.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import {
55
cilCalculator,
66
cilChartPie,
77
cilCursor,
8+
cilDescription,
89
cilDrop,
910
cilNotes,
1011
cilPencil,
@@ -293,6 +294,12 @@ const _nav = [
293294
},
294295
],
295296
},
297+
{
298+
component: CNavItem,
299+
name: 'Docs',
300+
href: 'https://coreui.io/react/docs/templates/installation/',
301+
icon: <CIcon icon={cilDescription} customClassName="nav-icon" />,
302+
},
296303
]
297304

298305
export default _nav

0 commit comments

Comments
 (0)