docs: prep mkdocs edit_uri for copybara_push -> main rename (#119)#139
Open
igopalakrishna wants to merge 2 commits intogoogle:copybara_pushfrom
Open
docs: prep mkdocs edit_uri for copybara_push -> main rename (#119)#139igopalakrishna wants to merge 2 commits intogoogle:copybara_pushfrom
igopalakrishna wants to merge 2 commits intogoogle:copybara_pushfrom
Conversation
- Update mkdocs.yml edit_uri from copybara_push to main - GitHub Actions workflow already supports both branches - This PR prepares the codebase; actual rename must be done by maintainers Related to issue google#119
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #119
This PR is a small prep step for renaming the default branch from
copybara_pushtomain(Issue #119).Since
copybara_pushis likely tied to Copybara sync, the internal destination ref may need updating after the rename.What changed
edit_uripointing atcopybara_pushfor now, and to update it tomainafter the branch rename (avoids breaking “Edit this page” links beforemainexists).Maintainer follow-ups (after merge)
Rename branch in GitHub:
copybara_push->mainUpdate
mkdocs.ymledit_uritoedit/main/docs/Verify Copybara config/sync doesn’t hardcode
copybara_pushTests pass (CI will confirm)
Appropriate changes to documentation are included in the PR