|
1 | | -import type { MetaRecord } from "nextra"; |
| 1 | +import { createCategoryMeta } from "../create-category-meta"; |
2 | 2 |
|
3 | | -const meta: MetaRecord = { |
4 | | - "-- Optimized": { |
5 | | - type: "separator", |
6 | | - title: "Optimized", |
7 | | - }, |
8 | | - brightdata: { |
| 3 | +export default createCategoryMeta([ |
| 4 | + { |
| 5 | + slug: "brightdata", |
9 | 6 | title: "Bright Data", |
10 | 7 | href: "/en/resources/integrations/development/brightdata", |
| 8 | + type: "community", |
11 | 9 | }, |
12 | | - complextools: { |
13 | | - title: "ComplexTools", |
14 | | - href: "/en/resources/integrations/development/complextools", |
15 | | - }, |
16 | | - daytona: { |
| 10 | + { |
| 11 | + slug: "daytona", |
17 | 12 | title: "Daytona", |
18 | 13 | href: "/en/resources/integrations/development/daytona", |
| 14 | + type: "arcade", |
19 | 15 | }, |
20 | | - deepwiki: { |
21 | | - title: "Deepwiki", |
22 | | - href: "/en/resources/integrations/development/deepwiki", |
23 | | - }, |
24 | | - e2b: { |
| 16 | + { |
| 17 | + slug: "e2b", |
25 | 18 | title: "E2B", |
26 | 19 | href: "/en/resources/integrations/development/e2b", |
| 20 | + type: "arcade", |
27 | 21 | }, |
28 | | - figma: { |
| 22 | + { |
| 23 | + slug: "figma", |
29 | 24 | title: "Figma", |
30 | 25 | href: "/en/resources/integrations/development/figma", |
| 26 | + type: "arcade", |
31 | 27 | }, |
32 | | - firecrawl: { |
| 28 | + { |
| 29 | + slug: "firecrawl", |
33 | 30 | title: "Firecrawl", |
34 | 31 | href: "/en/resources/integrations/development/firecrawl", |
| 32 | + type: "arcade", |
35 | 33 | }, |
36 | | - github: { |
| 34 | + { |
| 35 | + slug: "github", |
37 | 36 | title: "GitHub", |
38 | 37 | href: "/en/resources/integrations/development/github", |
| 38 | + type: "arcade", |
39 | 39 | }, |
40 | | - math: { |
| 40 | + { |
| 41 | + slug: "math", |
41 | 42 | title: "Math", |
42 | 43 | href: "/en/resources/integrations/development/math", |
| 44 | + type: "arcade", |
43 | 45 | }, |
44 | | - pagerduty: { |
| 46 | + { |
| 47 | + slug: "pagerduty", |
45 | 48 | title: "Pagerduty", |
46 | 49 | href: "/en/resources/integrations/development/pagerduty", |
| 50 | + type: "arcade", |
47 | 51 | }, |
48 | | - pylon: { |
| 52 | + { |
| 53 | + slug: "pylon", |
49 | 54 | title: "Pylon", |
50 | 55 | href: "/en/resources/integrations/development/pylon", |
| 56 | + type: "arcade", |
51 | 57 | }, |
52 | | - search: { |
| 58 | + { |
| 59 | + slug: "search", |
53 | 60 | title: "Search", |
54 | 61 | href: "/en/resources/integrations/development/search", |
| 62 | + type: "arcade", |
55 | 63 | }, |
56 | | - test2: { |
57 | | - title: "Test2", |
58 | | - href: "/en/resources/integrations/development/test2", |
59 | | - }, |
60 | | - web: { |
| 64 | + { |
| 65 | + slug: "web", |
61 | 66 | title: "Web", |
62 | 67 | href: "/en/resources/integrations/development/web", |
| 68 | + type: "arcade", |
63 | 69 | }, |
64 | | - "-- Starter": { |
65 | | - type: "separator", |
66 | | - title: "Starter", |
67 | | - }, |
68 | | - "arcade-engine-api": { |
| 70 | + { |
| 71 | + slug: "arcade-engine-api", |
69 | 72 | title: "Arcade Engine API", |
70 | 73 | href: "/en/resources/integrations/development/arcade-engine-api", |
| 74 | + type: "arcade_starter", |
71 | 75 | }, |
72 | | - "cursor-agents-api": { |
| 76 | + { |
| 77 | + slug: "cursor-agents-api", |
73 | 78 | title: "Cursor Agents API", |
74 | 79 | href: "/en/resources/integrations/development/cursor-agents-api", |
| 80 | + type: "arcade_starter", |
75 | 81 | }, |
76 | | - "datadog-api": { |
| 82 | + { |
| 83 | + slug: "datadog-api", |
77 | 84 | title: "Datadog API", |
78 | 85 | href: "/en/resources/integrations/development/datadog-api", |
| 86 | + type: "arcade_starter", |
79 | 87 | }, |
80 | | - "github-api": { |
| 88 | + { |
| 89 | + slug: "github-api", |
81 | 90 | title: "GitHub API", |
82 | 91 | href: "/en/resources/integrations/development/github-api", |
| 92 | + type: "arcade_starter", |
83 | 93 | }, |
84 | | - "pagerduty-api": { |
| 94 | + { |
| 95 | + slug: "pagerduty-api", |
85 | 96 | title: "PagerDuty API", |
86 | 97 | href: "/en/resources/integrations/development/pagerduty-api", |
| 98 | + type: "arcade_starter", |
87 | 99 | }, |
88 | | - "posthog-api": { |
| 100 | + { |
| 101 | + slug: "posthog-api", |
89 | 102 | title: "PostHog API", |
90 | 103 | href: "/en/resources/integrations/development/posthog-api", |
| 104 | + type: "arcade_starter", |
91 | 105 | }, |
92 | | - pylonapi: { |
| 106 | + { |
| 107 | + slug: "pylonapi", |
93 | 108 | title: "PylonApi", |
94 | 109 | href: "/en/resources/integrations/development/pylonapi", |
| 110 | + type: "arcade_starter", |
95 | 111 | }, |
96 | | - "vercel-api": { |
| 112 | + { |
| 113 | + slug: "vercel-api", |
97 | 114 | title: "Vercel API", |
98 | 115 | href: "/en/resources/integrations/development/vercel-api", |
| 116 | + type: "arcade_starter", |
99 | 117 | }, |
100 | | -}; |
101 | | - |
102 | | -export default meta; |
| 118 | +]); |
0 commit comments