From 8b176ef0c4d852cc8509f5fddc414d453e83fcec Mon Sep 17 00:00:00 2001 From: Himanshu Bisht <32536536+Himanshu-27@users.noreply.github.com> Date: Mon, 25 Jan 2021 15:41:04 +0530 Subject: [PATCH] chore(docs): Netlify CMS added branch to backend settings (#29162) --- docs/docs/how-to/sourcing-data/sourcing-from-netlify-cms.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/docs/how-to/sourcing-data/sourcing-from-netlify-cms.md b/docs/docs/how-to/sourcing-data/sourcing-from-netlify-cms.md index b5fbc45c11f6a..9894d6b66c99c 100644 --- a/docs/docs/how-to/sourcing-data/sourcing-from-netlify-cms.md +++ b/docs/docs/how-to/sourcing-data/sourcing-from-netlify-cms.md @@ -140,6 +140,7 @@ forward slash, and then your repository name. If your username is "test-user" an backend: name: github repo: your-username/your-repo-name + branch: your-main-branch ``` Now you can save the `config.yml` file, commit the change, and push it to your GitHub repo.