Feature/docs (#67)
This commit is contained in:
committed by
GitHub
parent
7a1ec55a5c
commit
81ca566b5e
@ -1,10 +1,12 @@
|
||||
---
|
||||
group: Accounts
|
||||
group: Backends
|
||||
title: Git Gateway
|
||||
weight: 10
|
||||
---
|
||||
|
||||
[Git Gateway](https://github.com/netlify/git-gateway) is a Netlify open source project that allows you to add editors to your site CMS without giving them direct write access to your GitHub or GitLab repository. (For Bitbucket repositories, use the [Bitbucket backend](/docs/bitbucket-backend/) instead.)
|
||||
- **Name**: `git-gateway`
|
||||
|
||||
[Git Gateway](https://github.com/netlify/git-gateway) is a Netlify open source project that allows you to add content editors to your site CMS without giving them direct write access to your GitHub or GitLab repository. (For Bitbucket repositories, use the [Bitbucket backend](/docs/bitbucket-backend/) instead.)
|
||||
|
||||
## Git Gateway with Netlify
|
||||
|
||||
@ -17,7 +19,7 @@ To use it in your own project stored on GitHub or GitLab, follow these steps:
|
||||
|
||||
```yaml
|
||||
backend:
|
||||
title: git-gateway
|
||||
name: git-gateway
|
||||
```
|
||||
|
||||
## Reconnect after Changing Repository Permissions
|
||||
|
Reference in New Issue
Block a user