Related: https://github.com/google/docsy/issues/765 - [x] Rename `master` branch to `main` - [x] Set `github_branch` to `main` in the config file. Eventually, once we've updated beyond 0.6.0, we can comment out the option since `main` will be the default - #213 - [x] Set **Production branch** to `main` via https://app.netlify.com/sites/goldydocs/settings/deploys --- ### GitHub's advice <img width="379" alt="image" src="https://github.com/google/docsy-example/assets/4140793/aa33e365-e3dd-41a5-aeb8-ec5485938d69"> ```sh git branch -m master main git fetch origin git branch -u origin/main main git remote set-head origin -a ``` Adapt these instructions, depending on the name of your remote, etc.
Related: google/docsy#765
masterbranch tomaingithub_branchtomainin the config file. Eventually, once we've updated beyond 0.6.0, we can comment out the option sincemainwill be the default - Set version to 0.7.0-dev, adjust default branch, and more #213mainvia https://app.netlify.com/sites/goldydocs/settings/deploysGitHub's advice
Adapt these instructions, depending on the name of your remote, etc.