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
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification. Contributions of any kind welcome!
Copy file name to clipboardexpand all lines: website/site/content/docs/authentication-backends.md
+6-5
Original file line number
Diff line number
Diff line change
@@ -63,10 +63,11 @@ If you would like to facilitate your own OAuth authentication rather than use Ne
63
63
can use one of the community-maintained projects below. Feel free to [submit a pull request](https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md) if you'd like to add yours!
64
64
65
65
66
-
| Author | Supported Git hosts | Languages | Link |
Check each project's documentation for instructions on how to configure it.
72
73
@@ -94,4 +95,4 @@ be nested under that field.
94
95
| `branch` | `master` | The branch where published content is stored. All CMS commits and PRs are made to this branch. |
95
96
| `api_root` | `https://api.github.com` (ignored for `git-gateway` backend) | The API endpoint. Only necessary in certain cases, like with GitHub Enterprise. |
96
97
| `site_domain` | `location.hostname` (or `cms.netlify.com` when on `localhost`) | Sets the `site_id` query param sent to the API endpoint. Non-Netlify auth setups will often need to set this for local development to work properly. |
97
-
| `base_url` | `https://api.netlify.com` | OAuth client URL for the `github` backend. **Required** when using an external OAuth server with the `github` backend. |
98
+
| `base_url` | `https://api.netlify.com` | OAuth client URL for the `github` backend. **Required** when using an external OAuth server with the `github` backend. |
Copy file name to clipboardexpand all lines: website/site/content/docs/configuration-options.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ These settings determine how collection files are parsed and saved. Both are opt
88
88
89
89
`extension` determines the file extension searched for when finding existing entries in a folder collection determines the file extension saved for new collection items. It accepts the following values: `yml`, `yaml`, `toml`, `json`, `md`, `markdown`, `html`.
90
90
91
-
You may also specify a custom `extention` not included in the list above, as long as the collection files can be parsed and saved in one of the supported formats below.
91
+
You may also specify a custom `extension` not included in the list above, as long as the collection files can be parsed and saved in one of the supported formats below.
92
92
93
93
`format` determines how collection files are parsed and saved. It will be inferred if the `extension` field or existing collection file extensions match one of the supported extensions above. It accepts the following values:
0 commit comments