We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07d038a commit 8700f05Copy full SHA for 8700f05
src/_nav.js
@@ -5,6 +5,7 @@ import {
5
cilCalculator,
6
cilChartPie,
7
cilCursor,
8
+ cilDescription,
9
cilDrop,
10
cilNotes,
11
cilPencil,
@@ -293,6 +294,12 @@ const _nav = [
293
294
},
295
],
296
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
+ },
303
]
304
305
export default _nav
0 commit comments