You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-7Lines changed: 16 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,17 +6,26 @@ When building sites with a JAMstack approach, a common pattern is to store all c
6
6
7
7
Netlify CMS is an open-source content management UI that allows content editors to work with your content in Git through a familiar content editing interface. This allows people to write and edit content without having to write code or know anything about Git, markdown, YAML, JSON, etc.
8
8
9
-
However, for most use cases you won’t want to require all content editors to have a GitHub account with full access to the source code repository for your website.
9
+
However, for most use cases you won’t want to require all content editors to have an account with full access to the source code repository for your website.
10
10
11
-
Netlify’s Git Gateway lets you setup a gateway to GitHub’s API (more providers coming) that lets tools like Netlify CMS work with content, branches and pull requests on your users’ behalf.
11
+
Netlify’s Git Gateway lets you setup a gateway to your choice of Git provider's API ( now available with both GitHub and GitLab 🎉 ) that lets tools like Netlify CMS work with content, branches and pull requests on your users’ behalf.
12
12
13
13
The Git Gateway works with any identity service that can issue JWTs and only allows access when a JSON Web Token with sufficient permissions is present.
14
14
15
-
To configure the gateway, see our example.env file
15
+
To configure the gateway, see our `example.env` file
16
16
17
17
The Gateway limits access to the following sub endpoints of the repository:
0 commit comments