Skip to content

Add contextual menu (copy, view, ChatGPT, Claude, Cursor)#3584

Merged
qdequele merged 1 commit into
mainfrom
qdequele/strange-feistel-062bb5
May 20, 2026
Merged

Add contextual menu (copy, view, ChatGPT, Claude, Cursor)#3584
qdequele merged 1 commit into
mainfrom
qdequele/strange-feistel-062bb5

Conversation

@qdequele

Copy link
Copy Markdown
Member

Description

Enables Mintlify's contextual menu on every documentation page. Readers can now:

  • Copy page as Markdown
  • View as Markdown
  • Open in ChatGPT
  • Open in Claude
  • Connect to Cursor

The menu appears in the page header by default.

Closes #3577

Change

A single contextual block added to docs.json:

"contextual": {
  "options": ["copy", "view", "chatgpt", "claude", "cursor"]
}

Checklist

For internal Meilisearch team member only:

For external maintainers

  • Did you use any AI tool while implementing this PR? Yes — Claude Code was used to look up the Mintlify config shape and edit docs.json.
  • Have you made sure that the title is accurate and descriptive of the changes?

Enables Mintlify's contextual menu so readers can copy any page as
Markdown, view it as Markdown, or open it in ChatGPT, Claude, or Cursor
directly from the page header.

Closes #3577
@coderabbitai

coderabbitai Bot commented May 19, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@qdequele has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 34 minutes and 20 seconds before requesting another review.

You’ve run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 32703021-d062-483f-81bc-02ff7c02838e

📥 Commits

Reviewing files that changed from the base of the PR and between 66470b0 and bf11471.

📒 Files selected for processing (1)
  • docs.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch qdequele/strange-feistel-062bb5

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mintlify

mintlify Bot commented May 19, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
meilisearch-documentation 🟢 Ready View Preview May 19, 2026, 4:00 PM

💡 Tip: Enable Workflows to automatically generate PRs for you.

@qdequele qdequele merged commit 89316b6 into main May 20, 2026
3 of 4 checks passed
@qdequele qdequele deleted the qdequele/strange-feistel-062bb5 branch May 20, 2026 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add copy page button on documentation pages

1 participant