-
Notifications
You must be signed in to change notification settings - Fork 11
[AUTO] Adding MCP Servers docs update #867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -29,3 +29,4 @@ public/toolkit-markdown/ | |
|
|
||
| # Git worktrees | ||
| .worktrees/ | ||
| .cursor/* | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,40 +1,50 @@ | ||
| import { createCategoryMeta } from "../create-category-meta"; | ||
| import type { MetaRecord } from "nextra"; | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Unused
|
||
|
|
||
| export default createCategoryMeta([ | ||
| { | ||
| slug: "zendesk", | ||
| const meta: MetaRecord = { | ||
| "-- Optimized": { | ||
| type: "separator", | ||
| title: "Optimized", | ||
| }, | ||
| pylon: { | ||
| title: "Pylon", | ||
| href: "/en/resources/integrations/customer-support/pylon", | ||
| }, | ||
| zendesk: { | ||
| title: "Zendesk", | ||
| href: "/en/resources/integrations/customer-support/zendesk", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "customerio-api", | ||
| "-- Starter": { | ||
| type: "separator", | ||
| title: "Starter", | ||
| }, | ||
| "customerio-api": { | ||
| title: "Customer.io API", | ||
| href: "/en/resources/integrations/customer-support/customerio-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "customerio-pipelines-api", | ||
| "customerio-pipelines-api": { | ||
| title: "Customer.io Pipelines API", | ||
| href: "/en/resources/integrations/customer-support/customerio-pipelines-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "customerio-track-api", | ||
| "customerio-track-api": { | ||
| title: "Customer.io Track API", | ||
| href: "/en/resources/integrations/customer-support/customerio-track-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "freshservice-api", | ||
| "freshservice-api": { | ||
| title: "Freshservice API", | ||
| href: "/en/resources/integrations/customer-support/freshservice-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "intercom-api", | ||
| "intercom-api": { | ||
| title: "Intercom API", | ||
| href: "/en/resources/integrations/customer-support/intercom-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| ]); | ||
| "pagerduty-api": { | ||
| title: "PagerDuty API", | ||
| href: "/en/resources/integrations/customer-support/pagerduty-api", | ||
| }, | ||
| "pylon-api": { | ||
| title: "Pylon API", | ||
| href: "/en/resources/integrations/customer-support/pylon-api", | ||
| }, | ||
| }; | ||
|
|
||
| export default meta; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,34 +1,34 @@ | ||
| import { createCategoryMeta } from "../create-category-meta"; | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export default createCategoryMeta([ | ||
| { | ||
| slug: "clickhouse", | ||
| const meta: MetaRecord = { | ||
| "-- Optimized": { | ||
| type: "separator", | ||
| title: "Optimized", | ||
| }, | ||
| clickhouse: { | ||
| title: "Clickhouse", | ||
| href: "/en/resources/integrations/databases/clickhouse", | ||
| type: "community", | ||
| }, | ||
| { | ||
| slug: "mongodb", | ||
| mongodb: { | ||
| title: "MongoDB", | ||
| href: "/en/resources/integrations/databases/mongodb", | ||
| type: "community", | ||
| }, | ||
| { | ||
| slug: "postgres", | ||
| postgres: { | ||
| title: "Postgres", | ||
| href: "/en/resources/integrations/databases/postgres", | ||
| type: "community", | ||
| }, | ||
| { | ||
| slug: "weaviate-api", | ||
| "-- Starter": { | ||
| type: "separator", | ||
| title: "Starter", | ||
| }, | ||
| "weaviate-api": { | ||
| title: "Weaviate API", | ||
| href: "/en/resources/integrations/databases/weaviate-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "yugabytedb", | ||
| yugabytedb: { | ||
| title: "YugabyteDB", | ||
| href: "/en/resources/integrations/databases/yugabytedb", | ||
| type: "arcade_starter", | ||
| }, | ||
| ]); | ||
| }; | ||
|
|
||
| export default meta; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,118 +1,66 @@ | ||
| import { createCategoryMeta } from "../create-category-meta"; | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export default createCategoryMeta([ | ||
| { | ||
| slug: "brightdata", | ||
| const meta: MetaRecord = { | ||
| "-- Optimized": { | ||
| type: "separator", | ||
| title: "Optimized", | ||
| }, | ||
| brightdata: { | ||
| title: "Bright Data", | ||
| href: "/en/resources/integrations/development/brightdata", | ||
| type: "community", | ||
| }, | ||
| { | ||
| slug: "daytona", | ||
| daytona: { | ||
| title: "Daytona", | ||
| href: "/en/resources/integrations/development/daytona", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "e2b", | ||
| e2b: { | ||
| title: "E2B", | ||
| href: "/en/resources/integrations/development/e2b", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "figma", | ||
| title: "Figma", | ||
| href: "/en/resources/integrations/development/figma", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "firecrawl", | ||
| firecrawl: { | ||
| title: "Firecrawl", | ||
| href: "/en/resources/integrations/development/firecrawl", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "github", | ||
| github: { | ||
| title: "GitHub", | ||
| href: "/en/resources/integrations/development/github", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "math", | ||
| math: { | ||
| title: "Math", | ||
| href: "/en/resources/integrations/development/math", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "pagerduty", | ||
| title: "Pagerduty", | ||
| pagerduty: { | ||
| title: "PagerDuty", | ||
| href: "/en/resources/integrations/development/pagerduty", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "pylon", | ||
| title: "Pylon", | ||
| href: "/en/resources/integrations/development/pylon", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "search", | ||
| title: "Search", | ||
| href: "/en/resources/integrations/development/search", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "web", | ||
| title: "Web", | ||
| href: "/en/resources/integrations/development/web", | ||
| type: "arcade", | ||
| "-- Starter": { | ||
| type: "separator", | ||
| title: "Starter", | ||
| }, | ||
| { | ||
| slug: "arcade-engine-api", | ||
| "arcade-engine-api": { | ||
| title: "Arcade Engine API", | ||
| href: "/en/resources/integrations/development/arcade-engine-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "cursor-agents-api", | ||
| "cursor-agents-api": { | ||
| title: "Cursor Agents API", | ||
| href: "/en/resources/integrations/development/cursor-agents-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "datadog-api", | ||
| "datadog-api": { | ||
| title: "Datadog API", | ||
| href: "/en/resources/integrations/development/datadog-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "github-api", | ||
| "github-api": { | ||
| title: "GitHub API", | ||
| href: "/en/resources/integrations/development/github-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "pagerduty-api", | ||
| title: "PagerDuty API", | ||
| href: "/en/resources/integrations/development/pagerduty-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "posthog-api", | ||
| "posthog-api": { | ||
| title: "PostHog API", | ||
| href: "/en/resources/integrations/development/posthog-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "pylonapi", | ||
| title: "PylonApi", | ||
| href: "/en/resources/integrations/development/pylonapi", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "vercel-api", | ||
| "vercel-api": { | ||
| title: "Vercel API", | ||
| href: "/en/resources/integrations/development/vercel-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| ]); | ||
| }; | ||
|
|
||
| export default meta; |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,16 +1,18 @@ | ||
| import { createCategoryMeta } from "../create-category-meta"; | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export default createCategoryMeta([ | ||
| { | ||
| slug: "imgflip", | ||
| const meta: MetaRecord = { | ||
| "-- Optimized": { | ||
| type: "separator", | ||
| title: "Optimized", | ||
| }, | ||
| imgflip: { | ||
| title: "Imgflip", | ||
| href: "/en/resources/integrations/entertainment/imgflip", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "spotify", | ||
| spotify: { | ||
| title: "Spotify", | ||
| href: "/en/resources/integrations/entertainment/spotify", | ||
| type: "arcade", | ||
| }, | ||
| ]); | ||
| }; | ||
cursor[bot] marked this conversation as resolved.
Show resolved
Hide resolved
|
||
|
|
||
| export default meta; | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,22 +1,26 @@ | ||
| import { createCategoryMeta } from "../create-category-meta"; | ||
| import type { MetaRecord } from "nextra"; | ||
|
|
||
| export default createCategoryMeta([ | ||
| { | ||
| slug: "stripe", | ||
| const meta: MetaRecord = { | ||
| "-- Optimized": { | ||
| type: "separator", | ||
| title: "Optimized", | ||
| }, | ||
| stripe: { | ||
| title: "Stripe", | ||
| href: "/en/resources/integrations/payments/stripe", | ||
| type: "arcade", | ||
| }, | ||
| { | ||
| slug: "stripe_api", | ||
| "-- Starter": { | ||
| type: "separator", | ||
| title: "Starter", | ||
| }, | ||
| stripe_api: { | ||
| title: "Stripe API", | ||
| href: "/en/resources/integrations/payments/stripe_api", | ||
| type: "arcade_starter", | ||
| }, | ||
| { | ||
| slug: "zoho-books-api", | ||
| "zoho-books-api": { | ||
| title: "Zoho Books API", | ||
| href: "/en/resources/integrations/payments/zoho-books-api", | ||
| type: "arcade_starter", | ||
| }, | ||
| ]); | ||
| }; | ||
|
|
||
| export default meta; |


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Google.Exclamation: Removed exclamation point as per style guide