Update github and bitbucket docs
This commit is contained in:
@ -5,7 +5,7 @@ weight: 30
|
||||
---
|
||||
For repositories stored on GitHub, the `github` backend allows CMS users to log in directly with their GitHub account. Note that all users must have push access to your content repository for this to work.
|
||||
|
||||
Because Github [requires a server](https://github.com/StaticJsCMS/static-cms/issues/663#issuecomment-335023723) for authentication, Netlify facilitates basic GitHub authentication.
|
||||
Because Github requires a server for authentication, Netlify facilitates basic GitHub authentication.
|
||||
|
||||
To enable basic GitHub authentication:
|
||||
|
||||
@ -16,7 +16,7 @@ To enable basic GitHub authentication:
|
||||
backend:
|
||||
title: github
|
||||
repo: owner-name/repo-name # Path to your GitHub repository
|
||||
# optional, defaults to master
|
||||
# optional, defaults to main
|
||||
# branch: main
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user