File tree Expand file tree Collapse file tree 1 file changed +0
-36
lines changed
Expand file tree Collapse file tree 1 file changed +0
-36
lines changed Original file line number Diff line number Diff 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
179143Anchors are another way to section your content. They show up on top of your side navigation.
You can’t perform that action at this time.
0 commit comments