Skip to content

fix doc: change fedify init order on microblog tutorial - #939

Merged
dahlia merged 3 commits into
fedify-dev:mainfrom
SJang1:patch-1
Jul 13, 2026
Merged

fix doc: change fedify init order on microblog tutorial#939
dahlia merged 3 commits into
fedify-dev:mainfrom
SJang1:patch-1

Conversation

@SJang1

@SJang1 SJang1 commented Jul 13, 2026

Copy link
Copy Markdown
Contributor

Why

fedify init order has been changed, but the documentation for microblog tutorial has been not changed.

How

since fedify init order has been changed, update the documentation to match the order for fedify version 2.3.1.

What changed

  • microblog.md: fix the order and details on ~~~~ console section.

Additional Information

  • I wasn't able to check each and every single documents to check if there are same issues on other ones.

since `fedify init` order has been changed, match the order for fedify version 2.3.1
@SJang1
SJang1 requested a review from dahlia as a code owner July 13, 2026 06:02
Copilot AI review requested due to automatic review settings July 13, 2026 06:02
@SJang1
SJang1 requested review from 2chanhaeng and sij411 as code owners July 13, 2026 06:02
@netlify

netlify Bot commented Jul 13, 2026

Copy link
Copy Markdown

Deploy Preview for fedify-json-schema canceled.

Name Link
🔨 Latest commit c17d8ed
🔍 Latest deploy log https://app.netlify.com/projects/fedify-json-schema/deploys/6a5482fab3d42000081f4db2

@coderabbitai

coderabbitai Bot commented Jul 13, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Repository UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 0d93bdc4-a1ef-4c34-aa0b-547df899ba86

📥 Commits

Reviewing files that changed from the base of the PR and between 3357fa1 and c17d8ed.

📒 Files selected for processing (1)
  • docs/tutorial/microblog.md

📝 Walkthrough

Walkthrough

The microblog tutorial’s fedify init walkthrough now matches the newer interactive prompt flow, including updated selection order, options, and disabled Deno KV entries.

Changes

Microblog tutorial

Layer / File(s) Summary
Refresh fedify init walkthrough
docs/tutorial/microblog.md
Updates the selection instructions and embedded prompts for Hono, npm, in-process messaging, and in-memory storage, including disabled Deno KV options.

Estimated code review effort: 1 (Trivial) | ~2 minutes

Suggested labels: type/documentation

Suggested reviewers: 2chanhaeng, sij411

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly matches the main change: updating the microblog tutorial for the new fedify init order.
Description check ✅ Passed The description is directly related to the documented fedify init order update in the microblog tutorial.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

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.

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Comment thread docs/tutorial/microblog.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 ~~~~ console transcript to reflect current prompt wording/options.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/tutorial/microblog.md Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 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".

Comment thread docs/tutorial/microblog.md Outdated
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>

@coderabbitai coderabbitai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

📥 Commits

Reviewing files that changed from the base of the PR and between b8f3c3d and 3e4f121.

📒 Files selected for processing (1)
  • docs/tutorial/microblog.md

Comment thread docs/tutorial/microblog.md Outdated

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated 1 comment.

Comment thread 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>
@dahlia dahlia self-assigned this Jul 13, 2026
@dahlia dahlia added this to the Fedify 2.4 milestone Jul 13, 2026
@codecov

codecov Bot commented Jul 13, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ All tests successful. No failed tests found.
see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@dahlia
dahlia merged commit 30f329d into fedify-dev:main Jul 13, 2026
21 checks passed
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.

4 participants