Skip to content

Commit 91982dd

Browse files
committed
remove menu
1 parent f4ab30d commit 91982dd

File tree

1 file changed

+0
-36
lines changed

1 file changed

+0
-36
lines changed

navigation.mdx

Lines changed: 0 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -138,42 +138,6 @@ documentation.
138138
}
139139
```
140140

141-
### Menu
142-
143-
Tabs can have menus that display dropdown navigation items that let users go directly to specific sections within a tab.
144-
145-
```json
146-
"navigation": {
147-
"tabs": [
148-
{
149-
"tab": "API References",
150-
"icon": "square-terminal",
151-
"menu": [
152-
{
153-
"item": "API References",
154-
"icon": "rocket",
155-
"pages": [
156-
"api-reference/get",
157-
"api-reference/post",
158-
"api-reference/delete"
159-
]
160-
},
161-
{
162-
"item": "SDKs",
163-
"icon": "code",
164-
"description": "SDKs are used to interact with the API.",
165-
"pages": [
166-
"sdk/fetch",
167-
"sdk/create",
168-
"sdk/delete",
169-
]
170-
}
171-
]
172-
}
173-
]
174-
}
175-
```
176-
177141
## Anchors
178142

179143
Anchors are another way to section your content. They show up on top of your side navigation.

0 commit comments

Comments
 (0)