doc: beta netlify-cms-proxy-server - add missing "backend" (#3249)

This commit is contained in:
Bruno Duyé 2020-02-13 14:26:00 +01:00 committed by GitHub
parent f915bf375f
commit 151fa90da4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,12 @@ You can connect Netlify CMS to a local Git repository, instead of working with a
1. Navigate to a local Git repository configured with the CMS.
2. Run `npx netlify-cms-proxy-server` from the root directory of the above repository.
3. Add the `local_backend` configuration to your `config.yml`:
3. Add the top-level property `local_backend` configuration to your `config.yml`:
```yaml
backend:
name: git-gateway
# when using the default proxy server port
local_backend: true