-
Notifications
You must be signed in to change notification settings - Fork 294
'google' antigravity #2663
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
'google' antigravity #2663
Conversation
WalkthroughThis pull request updates branding text from "Antigravity" to "Google Antigravity" in four locations: a partial card template, the main docs page component, the MCP navigation layout, and the Antigravity integration markdoc page metadata. Changes are textual only (titles, headings, alt text, and page metadata) with no logic, structural, or exported-signature modifications. Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes All edits are homogeneous text substitutions across multiple files with no logic or structural changes. Areas to spot-check:
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
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.
Actionable comments posted: 0
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
src/routes/docs/tooling/mcp/antigravity/+page.markdoc (1)
3-8: Fix on-page naming to match updated metadata (“Google Antigravity”).Line 7 still references “Antigravity”, which is now inconsistent with the updated title/description and the rest of the PR.
-Learn how you can add the Appwrite MCP servers to Agent Manager in Antigravity to interact with both the Appwrite API and documentation. +Learn how you can add the Appwrite MCP servers to Agent Manager in Google Antigravity to interact with both the Appwrite API and documentation.
🧹 Nitpick comments (1)
src/routes/docs/+page.svelte (1)
428-442: Rename is fine; consider keeping<h4>text on one line to avoid noisy diffs/whitespace churn.- <h4 class="text-sub-body text-primary font-medium"> - Google Antigravity - </h4> + <h4 class="text-sub-body text-primary font-medium">Google Antigravity</h4>
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (4)
src/partials/mcp-add-ides-tools.md(2 hunks)src/routes/docs/+page.svelte(1 hunks)src/routes/docs/tooling/mcp/+layout.svelte(1 hunks)src/routes/docs/tooling/mcp/antigravity/+page.markdoc(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: build
- GitHub Check: assets
- GitHub Check: tests
🔇 Additional comments (3)
src/routes/docs/tooling/mcp/+layout.svelte (1)
59-65: Nav label rename is consistent and safe (href unchanged).src/partials/mcp-add-ides-tools.md (2)
51-52: Dark-mode card title rename looks good; dark logo asset exists at/images/docs/mcp/logos/dark/google-antigravity.svg.
24-25: Card title rename and asset references are correct. Both the light version (/images/docs/mcp/logos/google-antigravity.svg) and dark version (/images/docs/mcp/logos/dark/google-antigravity.svg) logo assets exist in the repository.
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.
Actionable comments posted: 1
♻️ Duplicate comments (1)
src/routes/docs/tooling/mcp/antigravity/+page.markdoc (1)
4-4: This matches the prior suggestion; no further change needed here.
The updated description/intro sentence aligns with the earlier review feedback (just with “Google Antigravity”).Also applies to: 7-7
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
src/routes/docs/tooling/mcp/antigravity/+page.markdoc(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (3)
- GitHub Check: build
- GitHub Check: assets
- GitHub Check: tests
| title: Appwrite MCP and Google Antigravity | ||
| description: Learn how to add the Appwrite MCP servers to Agent Manager in Google Antigravity to interact with both the Appwrite API and documentation. |
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.
🧩 Analysis chain
🏁 Script executed:
cat -n src/routes/docs/tooling/mcp/antigravity/+page.markdoc | head -100Repository: appwrite/website
Length of output: 3514
🏁 Script executed:
rg -n "Antigravity" src/routes/docs/tooling/mcp/antigravity/+page.markdocRepository: appwrite/website
Length of output: 817
🏁 Script executed:
rg "Google Antigravity|open Antigravity" --type md --type markdoc -c src/routes/docs/ | head -20Repository: appwrite/website
Length of output: 91
🏁 Script executed:
rg "Google Antigravity" src/routes/docs/ --max-count 5Repository: appwrite/website
Length of output: 818
Update product naming to be consistent throughout the page.
The frontmatter and intro use "Google Antigravity" (lines 3, 4, 7), but the procedural instructions still reference only "Antigravity" (lines 27, 84). Update lines 27 and 84 to say "Google Antigravity" to match the established product name used elsewhere in the documentation.
Also applies to: 7-7
🤖 Prompt for AI Agents
In src/routes/docs/tooling/mcp/antigravity/+page.markdoc around lines 3-4 (and
also check line 7), update the product name occurrences at lines 27 and 84 from
"Antigravity" to "Google Antigravity" so they match the frontmatter and intro;
search the file for any other instances of the short form and replace them with
"Google Antigravity" to ensure consistent naming throughout the page.
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.