Skip to content

docs: add "How to adopt Deno" guide for incremental team adoption#3383

Draft
bartlomieju wants to merge 1 commit into
mainfrom
docs/adopt-deno-guide
Draft

docs: add "How to adopt Deno" guide for incremental team adoption#3383
bartlomieju wants to merge 1 commit into
mainfrom
docs/adopt-deno-guide

Conversation

@bartlomieju

Copy link
Copy Markdown
Member

The migration docs covered the technical, single-project path to Deno, but
nothing addressed introducing Deno to a team without full buy-in: which
low-risk surface to start with, how to show value before touching the app
runtime, and how to argue that each step is reversible.

This repurposes the top-level /runtime/migrate/ page as "How to adopt Deno,"
a phased path ordered from lowest to highest risk (tooling with deno fmt and
deno lint, then a CI check alongside Node, then Deno as a package manager,
then piloting a project, then switching the runtime), with a short section
framing why each step is safe to try. The existing Node.js migration
mechanics move to a sibling page, runtime/migrate/migrate_from_node/, which
keeps its title and oldUrl redirects. Inbound "Migrate from Node.js" links
are retargeted to the moved page, and the sidebar group is renamed from
"Migrating from Node" to "Adopting Deno."

Opening as a draft. One open question: external links to /runtime/migrate/
now land on the adoption overview rather than the Node guide. That is by
design, but the adoption page could instead live at a fresh URL if we would
rather preserve the old destination exactly.

Repurpose the top-level /runtime/migrate/ page as a phased, low-risk
adoption path (tooling -> CI -> package manager -> pilot -> runtime) and
move the Node.js migration mechanics to a sibling page.

Retarget inbound 'Migrate from Node.js' links to the moved page and rename
the sidebar group to 'Adopting Deno'.
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.

1 participant