-
Notifications
You must be signed in to change notification settings - Fork 218
Add AI ads documentation #3413
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
Closed
Closed
Add AI ads documentation #3413
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,40 @@ | ||
| --- | ||
| title: "AI ads" | ||
| description: "Automatically generate and display ads with AI to help you get customers." | ||
| keywords: ["ai ads", "advertising", "monetization", "dashboard", "automatic ads"] | ||
| --- | ||
|
|
||
| AI ads use artificial intelligence to automatically create and display advertisements for your documentation. This feature helps you monetize your docs and attract customers without manual ad creation. | ||
|
|
||
| ## Overview | ||
|
|
||
| The AI ads feature creates customized advertisements based on your content and audience. The AI analyzes your documentation and generates relevant ads that can help you get paid by displaying them to your visitors. | ||
|
|
||
| ## Enable AI ads | ||
|
|
||
| To configure AI ads, you need to use the dashboard: | ||
|
|
||
| 1. Navigate to your [dashboard](https://dashboard.mintlify.com/) | ||
| 2. Find the AI ads settings | ||
| 3. Turn on the AI ads feature | ||
|
|
||
| Once enabled, the AI will automatically generate ads tailored to your documentation content. | ||
|
|
||
| ## How it works | ||
|
|
||
| The AI ads system: | ||
|
|
||
| - Analyzes your documentation content | ||
| - Generates relevant advertisements | ||
| - Displays ads to visitors | ||
| - Processes payments when customers engage with ads | ||
|
|
||
| All configuration happens through the dashboard interface. | ||
|
|
||
| ## Getting paid | ||
|
|
||
| When AI ads are enabled and configured: | ||
|
|
||
| - Ads display automatically to your visitors | ||
| - You receive payments based on ad engagement | ||
| - Payment configuration is managed in the dashboard | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Contextual menu option changed to different feature
Medium Severity
The change from
add-mcptomcpin the contextual options swaps one feature for a completely different one. According toai/contextual-menu.mdx,mcpmeans "Copy MCP server URL" whileadd-mcpmeans "Copy MCP install command" (copies thenpx add-mcpcommand). The PR describes this as fixing a validation error, but it silently changes the contextual menu behavior for all users of the docs site.