Skip to content

Commit 4b08c50

Browse files
committed
add icons to tabs example
1 parent 50cfa01 commit 4b08c50

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

navigation.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ documentation.
115115
"tabs": [
116116
{
117117
"tab": "API References",
118+
"icon": "square-terminal",
118119
"pages": [
119120
"api-reference/get",
120121
"api-reference/post",
@@ -123,6 +124,7 @@ documentation.
123124
},
124125
{
125126
"tab": "SDKs",
127+
"icon": "code",
126128
"pages": [
127129
"sdk/fetch",
128130
"sdk/create",
@@ -131,6 +133,7 @@ documentation.
131133
},
132134
{
133135
"tab": "Blog",
136+
"icon": "newspaper",
134137
"href": "https://external-link.com/blog"
135138
}
136139
]

0 commit comments

Comments
 (0)