fix(migrate): keep canola docs reachable from main #337
No reviewers
Labels
No labels
autorelease: pending
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
upstream/digest
upstream/pr
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
barrettruth/canola.nvim!337
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/332-main-migration-help"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Problem
On
main,:Oil --migratepoints users at:h canola-migrationand related canola help tags, but those topics only ship with thecanolabranch. Users onmaincan hit blank help and the migration flow dead-ends.Solution
Add main-branch help stubs for
canola-migration,canola-migration-removed, andcanola-recipes, and update:Oil --migrateso it explicitly says the full guide lives on thecanolabranch after switching.