kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
77444ef5b0
commit
09f623ad4e
|
@ -6,7 +6,11 @@ import Link from 'next/link'
|
|||
import { HeroButton } from '@/components/hero-button'
|
||||
import { Button } from '@/components/ui/button'
|
||||
import { GitHubIcon } from '@/icons/github'
|
||||
import { calendarBookingUrl, docsQuickStartUrl, githubUrl } from '@/lib/config'
|
||||
import {
|
||||
calendarBookingUrl,
|
||||
docsPublishingQuickStartUrl,
|
||||
githubUrl
|
||||
} from '@/lib/config'
|
||||
|
||||
import { useAgentic } from './agentic-provider'
|
||||
import { GitHubStarCounter } from './github-star-counter'
|
||||
|
@ -24,8 +28,8 @@ export function SupplySideCTA({
|
|||
<Link
|
||||
href={
|
||||
ctx?.isAuthenticated
|
||||
? docsQuickStartUrl
|
||||
: `/signup?${sanitizeSearchParams({ next: docsQuickStartUrl })}`
|
||||
? docsPublishingQuickStartUrl
|
||||
: `/signup?${sanitizeSearchParams({ next: docsPublishingQuickStartUrl })}`
|
||||
}
|
||||
>
|
||||
Get Started
|
||||
|
|
|
@ -18,7 +18,7 @@ export const githubUrl = 'https://github.com/transitive-bullshit/agentic'
|
|||
// TODO: make an agentic-specific calendar for this
|
||||
export const calendarBookingUrl = 'https://cal.com/travis-fischer/15min'
|
||||
export const docsUrl = 'https://docs.agentic.so'
|
||||
export const docsQuickStartUrl = `${docsUrl}/quick-start`
|
||||
export const docsPublishingQuickStartUrl = `${docsUrl}/publishing/quickstart`
|
||||
export const docsMarketplaceUrl = `${docsUrl}/marketplace`
|
||||
export const discordUrl = 'https://discord.agentic.so'
|
||||
|
||||
|
|
|
@ -55,7 +55,7 @@
|
|||
"pages": ["publishing/index", "publishing/quickstart"]
|
||||
},
|
||||
{
|
||||
"group": "Publishing Guides",
|
||||
"group": "Quick Start Guides",
|
||||
"pages": [
|
||||
"publishing/guides/existing-mcp-server",
|
||||
"publishing/guides/existing-openapi-service",
|
||||
|
|
|
@ -338,16 +338,20 @@ The CLI will prompt you to confirm a `semver` version.
|
|||
|
||||
Now, your project will be available at `https://agentic.so/marketplace/projects/<your-project-identifier>`.
|
||||
|
||||
**Upon publishing, your project will be a live, publicly available product**.
|
||||
|
||||
You can share your product's public URL with customers, and they'll be able to subscribe to your product via Stripe. You can visit your [dashboard](https://agentic.so/app) to track customer usage and revenue.
|
||||
|
||||
<Note>Congrats, you now have a live MCP product! 🎉</Note>
|
||||
|
||||
## 7. (Optional) Submit your product to the public Agentic Marketplace
|
||||
|
||||
<Note>
|
||||
Your project will be a live, publicly available product after publishing, complete with all Stripe subscription resources.
|
||||
|
||||
**But it will not be discoverable on the Agentic Marketplace by default.**
|
||||
<Info>
|
||||
**Your published product will be live and publicly accessible, but it will not be discoverable on the Agentic Marketplace's main page or search by default.**
|
||||
|
||||
I made this decision during the current beta in order to keep the Agentic Marketplace as high quality and curated as possible.
|
||||
|
||||
If you'd like to submit your product to the Agentic Marketplace, please
|
||||
If you'd like to submit your product to the Agentic's public MCP Marketplace, please
|
||||
[get in touch](/contact).
|
||||
|
||||
</Note>
|
||||
</Info>
|
||||
|
|
|
@ -340,16 +340,20 @@ The CLI will prompt you to confirm a `semver` version.
|
|||
|
||||
Now, your project will be available at `https://agentic.so/marketplace/projects/<your-project-identifier>`.
|
||||
|
||||
**Upon publishing, your project will be a live, publicly available product**.
|
||||
|
||||
You can share your product's public URL with customers, and they'll be able to subscribe to your product via Stripe. You can visit your [dashboard](https://agentic.so/app) to track customer usage and revenue.
|
||||
|
||||
<Note>Congrats, you now have a live MCP product! 🎉</Note>
|
||||
|
||||
## 7. (Optional) Submit your product to the public Agentic Marketplace
|
||||
|
||||
<Note>
|
||||
Your project will be a live, publicly available product after publishing, complete with all Stripe subscription resources.
|
||||
|
||||
**But it will not be discoverable on the Agentic Marketplace by default.**
|
||||
<Info>
|
||||
**Your published product will be live and publicly accessible, but it will not be discoverable on the Agentic Marketplace's main page or search by default.**
|
||||
|
||||
I made this decision during the current beta in order to keep the Agentic Marketplace as high quality and curated as possible.
|
||||
|
||||
If you'd like to submit your product to the Agentic Marketplace, please
|
||||
If you'd like to submit your product to the Agentic's public MCP Marketplace, please
|
||||
[get in touch](/contact).
|
||||
|
||||
</Note>
|
||||
</Info>
|
||||
|
|
Ładowanie…
Reference in New Issue