From 7366c18458e432ff02fcaad7d35922ddce7a974a Mon Sep 17 00:00:00 2001 From: Gopala Krishna Date: Tue, 6 Jan 2026 22:07:29 +0530 Subject: [PATCH 1/2] Prepare repo for branch rename: copybara_push -> main - 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 #119 --- mkdocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index 1aaab79e..dd5e52a2 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -14,7 +14,8 @@ site_dir: docs_site # NOTE: should not be within the docs dir site_url: https://google.github.io/sbsim/ repo_url: https://github.com/google/sbsim repo_name: google/sbsim -edit_uri: edit/copybara_push/docs/ +# edit_uri will work after branch rename from copybara_push -> main +edit_uri: edit/main/docs/ # # THEME / STYLE From 4e8a49727c54d86aeedfa06628c69e4a8d729a83 Mon Sep 17 00:00:00 2001 From: Gopala Krishna Date: Tue, 6 Jan 2026 22:17:49 +0530 Subject: [PATCH 2/2] docs: keep edit_uri on copybara_push until branch rename --- mkdocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index dd5e52a2..faa3e1a5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,7 +15,9 @@ site_url: https://google.github.io/sbsim/ repo_url: https://github.com/google/sbsim repo_name: google/sbsim # edit_uri will work after branch rename from copybara_push -> main -edit_uri: edit/main/docs/ +# TODO(#119): After renaming default branch copybara_push -> main, update edit_uri. +edit_uri: edit/copybara_push/docs/ +# edit_uri: edit/main/docs/ # # THEME / STYLE