## Summary The vast majority of doc changes should go into `next`, not `current` (and potentially backported to `current`). For repositories using the current/next versioning model, we should default the "Edit this page" link to the main/master (or `next` branch). ## Implementation We'll need to determine if the page exists in main/master/next first. If it does, link to that file. If it does not, fall back to the current branch. ## Related Related win: https://github.com/elastic/docs-builder/issues/1059