Skip to content

Commit 100555c

Browse files
authored
Merge pull request #1545 from plone/submodule-docs
Update default branch name for volto and plone.restapi
2 parents 9e4ddc0 + 8e210ec commit 100555c

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/contributing/documentation/index.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ We use `git submodules` to manage multiple repositories.
209209
We imported the external repositories the `plone/documentation` repository as described in {doc}`setup-build`.
210210
211211
```{important}
212-
We currently use the branches `plone/[email protected]`, `plone/plone.api@master`, `plone/plone.restapi@master`, and `plone/volto@master` as the main branches for developing Plone 6 Documentation.
212+
We currently use the branches `plone/[email protected]`, `plone/plone.api@master`, `plone/plone.restapi@main`, and `plone/volto@main` as the main branches for developing Plone 6 Documentation.
213213
```
214214

215215
1. From the project root directory, sync your local `6.0` branch with its remote.
@@ -238,11 +238,8 @@ We currently use the branches `plone/[email protected]`, `plone/plone.api@master
238238
# for plone.api
239239
git checkout master
240240
241-
# for plone.restapi
242-
git checkout master
243-
244-
# for volto
245-
git checkout master
241+
# for plone.restapi or volto
242+
git checkout main
246243
247244
git pull
248245
```

0 commit comments

Comments
 (0)