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 2fe1611 commit 6f22169Copy full SHA for 6f22169
apps/portal/src/app/nebula/sidebar.tsx
@@ -152,7 +152,7 @@ export const sidebar: SideBar = {
152
},
153
],
154
155
- ]
+ ],
156
157
{
158
name: "MCP Server",
@@ -174,10 +174,10 @@ export const sidebar: SideBar = {
174
175
176
href: "/nebula/mcp-server/integrations/mcp-server",
177
- }
178
179
180
+ },
181
182
183
name: "Tools",
@@ -196,10 +196,9 @@ export const sidebar: SideBar = {
196
name: "Examples",
197
href: "/nebula/tools/python-sdk/examples",
198
199
200
201
-
202
203
204
205
separator: true,
0 commit comments