Feature/docs (#67)

This commit is contained in:
Daniel Lautzenheiser
2022-11-04 17:41:12 -04:00
committed by GitHub
parent 7a1ec55a5c
commit 81ca566b5e
152 changed files with 1862 additions and 3832 deletions

View File

@ -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