pull/715/head
Travis Fischer 2025-06-28 06:30:35 -05:00
rodzic 55deb5c86e
commit 7b4111c079
1 zmienionych plików z 6 dodań i 12 usunięć

Wyświetl plik

@ -11,9 +11,8 @@ import {
TextSelectIcon, TextSelectIcon,
UserIcon UserIcon
} from 'lucide-react' } from 'lucide-react'
import Link from 'next/link'
import { calendarBookingUrl, docsPublishingUrl } from '@/lib/config' import { docsPublishingUrl } from '@/lib/config'
import { Feature, type FeatureData } from './feature' import { Feature, type FeatureData } from './feature'
@ -25,19 +24,11 @@ const mcpGatewayFeatures: FeatureData[] = [
Ship to production fast with Agentic's free, hosted authentication. Ship to production fast with Agentic's free, hosted authentication.
Email & password, OAuth, GitHub, Google, Twitter, etc if your origin Email & password, OAuth, GitHub, Google, Twitter, etc if your origin
API requires OAuth credentials, Agentic likely already supports it, and API requires OAuth credentials, Agentic likely already supports it, and
if not,{' '} if not, we'd be happy to add it.
<Link
href={calendarBookingUrl}
target='_blank'
rel='noopener'
className='link'
>
let us know
</Link>
.
</> </>
), ),
icon: UserIcon, icon: UserIcon,
href: `${docsPublishingUrl}/config/auth`,
pattern: { pattern: {
y: 16, y: 16,
squares: [ squares: [
@ -58,6 +49,7 @@ const mcpGatewayFeatures: FeatureData[] = [
</> </>
), ),
icon: CreditCardIcon, icon: CreditCardIcon,
href: `${docsPublishingUrl}/config/pricing`,
pattern: { pattern: {
y: -6, y: -6,
squares: [ squares: [
@ -114,6 +106,7 @@ const mcpGatewayFeatures: FeatureData[] = [
</> </>
), ),
icon: ShieldCheckIcon, icon: ShieldCheckIcon,
href: `${docsPublishingUrl}/config/rate-limits`,
pattern: { pattern: {
y: 2, y: 2,
squares: [ squares: [
@ -134,6 +127,7 @@ const mcpGatewayFeatures: FeatureData[] = [
</> </>
), ),
icon: DatabaseZapIcon, icon: DatabaseZapIcon,
href: `${docsPublishingUrl}/config/caching`,
pattern: { pattern: {
y: 8, y: 8,
squares: [ squares: [