fix doc: change fedify init order on microblog tutorial - #939
Conversation
since `fedify init` order has been changed, match the order for fedify version 2.3.1
✅ Deploy Preview for fedify-json-schema canceled.
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThe microblog tutorial’s ChangesMicroblog tutorial
Estimated code review effort: 1 (Trivial) | ~2 minutes Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 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.
Code Review
This pull request updates the fedify init interactive prompt choices in the microblog tutorial documentation. A review comment correctly identifies a duplication of *Hono* in the list of prompts and suggests a correction to list only the four actual choices in order.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
There was a problem hiding this comment.
Pull request overview
Updates the microblog tutorial so its fedify init walkthrough matches the current prompt order/options (notably selecting the web framework first) for Fedify v2.3.1.
Changes:
- Adjusted the described prompt order for
fedify init microblog. - Updated the captured
~~~~ consoletranscript to reflect current prompt wording/options.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3e4f1210e8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@docs/tutorial/microblog.md`:
- Line 153: Update the selection sequence in the tutorial to list each
interactive prompt exactly once: Hono, npm, In-process, and In-memory; remove
the duplicate Hono entry.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Repository UI
Review profile: ASSERTIVE
Plan: Pro
Run ID: 4d53c60d-cef8-4069-94cd-d5d70c78206a
📒 Files selected for processing (1)
docs/tutorial/microblog.md
Options hidden behind - Nuxt and SolidStart - would also be in a document. Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. 🚀 New features to boost your workflow:
|
Why
fedify initorder has been changed, but the documentation for microblog tutorial has been not changed.How
since
fedify initorder has been changed, update the documentation to match the order for fedify version2.3.1.What changed
~~~~ consolesection.Additional Information