Skip to content

Add Discord button to website + docs, plus migrated-examples changelog page#1496

Merged
sergiofilhowz merged 4 commits intomainfrom
discord-button-and-migrated-examples
Apr 16, 2026
Merged

Add Discord button to website + docs, plus migrated-examples changelog page#1496
sergiofilhowz merged 4 commits intomainfrom
discord-button-and-migrated-examples

Conversation

@rohitg00
Copy link
Copy Markdown
Contributor

@rohitg00 rohitg00 commented Apr 16, 2026

Summary

  • Website navbar (website/components/Navbar.tsx) — adds a Discord button (linking to https://discord.gg/motia) in both the desktop nav and the mobile menu, styled to match the existing GitHub button.
  • Docs navbar (docs/docs.json) — adds the same Discord link to the Mintlify navbar.
  • Docs changelog — new page changelog/0-11-0/migrated-examples that lists the four examples we ported from Motia (human-in-the-loop, todo-app, ai-chat-agent, property-search-agent) with Before (Motia source) and After (iii-hq/examples) links, plus a quick API translation table.

Wired the new page into the 0.11.0 group in docs.json next to Everything is a Worker.

Why

  • The Discord community link is the easiest way for people to ask questions; it should be one click from any iii surface (website + docs).
  • The migration changelog already tells people how to port from Motia. The new page closes the loop by showing finished ports they can read or clone end-to-end.

Test plan

  • Website: navbar renders the Discord button on desktop + mobile, both link to https://discord.gg/motia in a new tab.
  • Docs: Mintlify navbar shows Discord icon next to GitHub.
  • Docs: Changelog → 0.11.0 → Examples migrated from Motia page renders with the 4 cards and the API translation table.
  • All before/after links resolve (motia-examples + iii-hq/examples).

Summary by CodeRabbit

  • Documentation
    • Added a migration guide showing before/after example mappings, a comparison of behavior/APIs for v0.11.0, and a “try locally” workflow; updated docs navigation to include the new changelog page.
  • New Features
    • Added a Discord community link to the website navbar (desktop and mobile).
  • Chores
    • Added standard .gitignore files for several quickstart example projects.

- website navbar: add Discord button (discord.gg/motia) on desktop and mobile
- docs: add Discord link to Mintlify navbar
- docs: new changelog/0-11-0/migrated-examples page with before/after links
  to the four Motia → iii ports living in iii-hq/examples
@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented Apr 16, 2026

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

Project Deployment Actions Updated (UTC)
iii-website Ready Ready Preview, Comment Apr 16, 2026 3:58pm
motia-docs Ready Ready Preview, Comment Apr 16, 2026 3:58pm

Request Review

@mintlify
Copy link
Copy Markdown

mintlify Bot commented Apr 16, 2026

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

Project Status Preview Updated (UTC)
iii 🟢 Ready View Preview Apr 16, 2026, 3:52 PM

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

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented Apr 16, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: CHILL

Plan: Pro

Run ID: d2e2e87b-61d2-4a7f-9e0b-88359e159f3a

📥 Commits

Reviewing files that changed from the base of the PR and between 3655d92 and 31db880.

📒 Files selected for processing (1)
  • docs/docs.json
✅ Files skipped from review due to trivial changes (1)
  • docs/docs.json

📝 Walkthrough

Walkthrough

This PR adds a new 0.11.0 changelog page documenting examples migrated from Motia, updates docs navigation to include the page and a Discord link, adds .gitignore files for three quickstart examples, and inserts a Discord link in the website navbar (desktop and mobile).

Changes

Cohort / File(s) Summary
Changelog page & docs config
docs/changelog/0-11-0/migrated-examples.mdx, docs/docs.json
Adds “Examples migrated from Motia” changelog page with before/after example mappings and migration notes; registers the page in docs navigation and adds a top-level “Discord” navbar entry.
Example .gitignore files
quickstart/examples/ai-chat-agent/.gitignore, quickstart/examples/human-in-the-loop/.gitignore, quickstart/examples/property-search-agent/.gitignore
Adds repository-specific .gitignore files excluding Node/TS/Python artifacts, build outputs, env files (allowing .env.example), logs, and IDE metadata.
Website navbar
website/components/Navbar.tsx
Inserts an external Discord link (https://discord.gg/motia) into desktop and mobile navbar render paths with SVG icon and mobile menu close behavior on click.

Estimated code review effort

🎯 2 (Simple) | ⏱️ ~10 minutes

Possibly related PRs

Suggested reviewers

  • sergiofilhowz
  • mfpiccolo

Poem

🐰 I hopped through docs and left a trail,
Cards of examples tell each tale,
A Discord door now lights the bar,
Gitignore brooms sweep near and far,
Migration carrots — neat and hale! 🥕

🚥 Pre-merge checks | ✅ 2 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Description check ❓ Inconclusive The PR description covers the What and Why sections comprehensively but deviates from the template by omitting the formal template structure and lacking the Apache 2 licensing checkbox. Restructure the description to follow the provided template with What/Why/Notes sections, and include the required licensing checkbox for submission.
✅ Passed checks (2 passed)
Check name Status Explanation
Title check ✅ Passed The PR title accurately summarizes the main changes: adding Discord buttons to website and docs, plus a new migrated-examples changelog page.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

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

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch discord-button-and-migrated-examples

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.

@sergiofilhowz sergiofilhowz merged commit 135056a into main Apr 16, 2026
26 checks passed
@sergiofilhowz sergiofilhowz deleted the discord-button-and-migrated-examples branch April 16, 2026 16:07
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