Skip to content
Merged

Docs #10

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 10 additions & 32 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -144,46 +144,24 @@ export default defineConfig({
{ label: "Overview", link: "/mcp-gateway" },
{ label: "Getting Started", link: "/mcp-gateway/getting-started" },
{
label: "Core Concepts",
label: "Reference",
collapsed: false,
items: [
{ label: "CLI", link: "/mcp-gateway/reference#cli" },
{ label: "Storage", link: "/mcp-gateway/reference#storage" },
{
label: "Server Management",
link: "/mcp-gateway/core-concepts/server-management",
},
{
label: "Activity Logging",
link: "/mcp-gateway/core-concepts/activity-logging",
},
{
label: "Interfaces",
link: "/mcp-gateway/core-concepts/interfaces",
},
],
},
{
label: "Features",
collapsed: false,
items: [
{
label: "CLI Options",
link: "/mcp-gateway/features/cli-options",
},
{
label: "Terminal UI",
link: "/mcp-gateway/features/terminal-ui",
},
{
label: "Web Interface",
link: "/mcp-gateway/features/web-interface",
label: "Authentication",
link: "/mcp-gateway/reference#authentication",
},
{ label: "Proxy", link: "/mcp-gateway/reference#proxy" },
{ label: "REST API", link: "/mcp-gateway/reference#rest-api" },
{
label: "Storage & Registry",
link: "/mcp-gateway/features/storage",
label: "Gateway MCP Server",
link: "/mcp-gateway/reference#gateway-mcp-server",
},
{ label: "Web UI", link: "/mcp-gateway/reference#web-ui" },
],
},
{ label: "Troubleshooting", link: "/mcp-gateway/troubleshooting" },
],
},
],
Expand Down
Binary file added src/assets/add-mcp-server-form.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/adding-mcp-server.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/mcp-server-logs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/terminal-output.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
239 changes: 0 additions & 239 deletions src/content/docs/mcp-gateway/core-concepts/activity-logging.md

This file was deleted.

Loading