Skip to content

chore(docs): small updates#7494

Merged
mhartington merged 3 commits intomainfrom
chore/small-updates
Feb 16, 2026
Merged

chore(docs): small updates#7494
mhartington merged 3 commits intomainfrom
chore/small-updates

Conversation

@mhartington
Copy link
Member

@mhartington mhartington commented Feb 14, 2026

Summary by CodeRabbit

  • New Features

    • Added support for embedding tweets via a new tweet embedding dependency.
  • Chores

    • Bumped core UI and related package versions to latest patch/minor releases.
    • Updated documentation tracking links for analytics.
  • Style

    • Normalized string literal and import quoting for consistent code style.

@vercel
Copy link

vercel bot commented Feb 14, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview, Comment Feb 16, 2026 2:04pm

Request Review

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Feb 14, 2026

No actionable comments were generated in the recent review. 🎉


Walkthrough

Multiple fumadocs library dependencies are bumped to versions 16.6.1 and 10.3.5 across package files. Type definitions in the docs layout component are refactored to use single-quoted string literals consistently. Marketing URLs are updated with new utm parameters.

Changes

Cohort / File(s) Summary
Dependency Version Updates
apps/blog/package.json, apps/docs/package.json, apps/eclipse/package.json, packages/eclipse/package.json
Bumps @fumadocs/base-ui, fumadocs-core, and fumadocs-ui to 16.6.1; bumps fumadocs-openapi to ^10.3.5. Adds react-tweet (^3.3.0) to apps/blog.
Type Signature Styling
apps/docs/src/components/layout/notebook/index.tsx
Refactors type and string literal quoting from double to single quotes across exported type signatures and component prop typings (e.g., DocsLayoutProps.nav, SidebarOptions, banner/footer prop types). No structural/behavioral changes.
Configuration Link Updates
apps/docs/src/lib/layout.shared.tsx
Updates marketing/tracking URLs: Discord utm_medium changed to navbar; GitHub link replaced with pris.ly short URL including utm parameters.

Estimated Code Review Effort

🎯 3 (Moderate) | ⏱️ ~20 minutes

🚥 Pre-merge checks | ✅ 2 | ❌ 2

❌ Failed checks (1 warning, 1 inconclusive)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Write docstrings for the functions missing them to satisfy the coverage threshold.
Title check ❓ Inconclusive The PR title 'chore(docs): small updates' is vague and generic. It uses the non-descriptive term 'small updates' that doesn't convey specific information about the changeset, making it difficult for teammates to understand the primary changes. Consider using a more specific title that reflects the actual changes, such as 'chore(docs): update fumadocs dependencies and normalize quote style' or 'chore: bump fumadocs packages and refactor quote style'.
✅ Passed checks (2 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Merge Conflict Detection ✅ Passed ✅ No merge conflicts detected when merging into main

✏️ Tip: You can configure your own custom pre-merge checks in the settings.


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.

@github-actions
Copy link
Contributor

github-actions bot commented Feb 14, 2026

🍈 Lychee Link Check Report

3660 links: ✅ 2729 OK | 🚫 0 errors | 🔀 265 redirects | 👻 664 excluded

✅ All links are working!


Full Statistics Table
Status Count
✅ Successful 2729
🔀 Redirected 265
👻 Excluded 664
🚫 Errors 0
⛔ Unsupported 2
⏳ Timeouts 0
❓ Unknown 0

Copy link
Contributor

@coderabbitai coderabbitai bot left a 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

Caution

Some comments are outside the diff and can’t be posted inline due to platform limitations.

⚠️ Outside diff range comments (1)
apps/docs/src/lib/layout.shared.tsx (1)

59-59: ⚠️ Potential issue | 🟡 Minor

Pre-existing typo: "Managment" → "Management".

While not part of this diff, since this is a docs chore PR and you're already in the file, might be a nice quick win to fix.

-      { text: 'Managment API', url: '/management-api', active: 'nested-url' },
+      { text: 'Management API', url: '/management-api', active: 'nested-url' },
🤖 Fix all issues with AI agents
In `@apps/docs/src/components/layout/notebook/index.tsx`:
- Line 344: The navbar currently renders <ThemeToggle mode={themeSwitch.mode ??
'light-dark-system'} /> unconditionally; change it to honor the same guard used
in the sidebar (check themeSwitch.enabled !== false) so the toggle is only
rendered when enabled, or explicitly document/intentionally always show it if
that behavior is desired — update the conditional around the ThemeToggle in the
notebook component to reference themeSwitch.enabled (or themeSwitch?.enabled)
and keep the existing mode fallback.
🧹 Nitpick comments (1)
apps/docs/src/components/layout/notebook/index.tsx (1)

320-324: Commented-out i18n toggle — intentional?

This block is commented out rather than removed. If it's a temporary measure while the i18n feature is being reworked, a brief // TODO: comment explaining the intent would help future readers understand why it's here rather than deleted.

mhartington and others added 2 commits February 16, 2026 09:00
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
@mhartington mhartington merged commit 2398f77 into main Feb 16, 2026
8 of 10 checks passed
@mhartington mhartington deleted the chore/small-updates branch February 16, 2026 14:12
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.

2 participants