fix(docs-guides): change 'master' to 'main' (#5346)

This commit is contained in:
Josh Cesana
2021-05-09 06:10:26 -05:00
committed by GitHub
parent 6c745822ab
commit bb6587d184
7 changed files with 12 additions and 11 deletions

View File

@ -49,7 +49,7 @@ Create a file `admin/config.yml` in the root of your repo - it should look like
backend:
name: git-gateway
branch: master # Branch to update (optional; defaults to master)
branch: main # Branch to update (optional; defaults to master)
media_folder: 'assets/uploads'
collections:
- name: 'blog'