Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 453533b

Browse files
committed
add keyvalue link to left nav
1 parent 84c3d90 commit 453533b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/config/index.ts

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ import {
1010
LockClosedIcon,
1111
CodeBracketIcon,
1212
BeakerIcon,
13+
DocumentDuplicateIcon,
1314
} from '@heroicons/react/24/outline'
1415
import {
1516
SiGooglecloud,
@@ -122,9 +123,14 @@ export const navigation: NavEntry[] = [
122123
},
123124
{
124125
title: 'Storage',
125-
icon: ArchiveBoxIcon,
126+
icon: DocumentDuplicateIcon,
126127
href: '/storage',
127128
},
129+
{
130+
title: 'Key/Value Stores',
131+
icon: ArchiveBoxIcon,
132+
href: '/keyvalue',
133+
},
128134
{
129135
title: 'SQL Databases',
130136
icon: CircleStackIcon,

0 commit comments

Comments
 (0)