Skip to content

Commit

Permalink
docs: update beta docs
Browse files Browse the repository at this point in the history
  • Loading branch information
erezrokah authored and erquhart committed Jan 14, 2020
1 parent 7a2a881 commit d83f006
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions website/content/docs/beta-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@ We run new functionality in an open beta format from time to time. That means th

**Use these features at your own risk.**

## GitLab and BitBucket editorial workflow support

You can enable the Editorial Workflow with the following line in your Netlify CMS `config.yml` file:

```yaml
publish_mode: editorial_workflow
```
In order to track unpublished entries statuses the GitLab implementation uses merge requests labels and the BitBucket implementation uses pull requests comments.
## GitHub GraphQL API
Experimental support for GitHub's [GraphQL API](https://developer.github.com/v4/) is now available for the GitHub backend.
Expand Down
2 changes: 1 addition & 1 deletion website/content/docs/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ From a technical perspective, the workflow translates editor UI actions into com
| Actions in Netlify UI ... | Perform these Git actions |
| ------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Save draft | Commits to a new branch (named according to the pattern `cms/collectionName-entrySlug`), and opens a pull request |
| Save draft | Commits to a new branch (named according to the pattern `cms/collectionName/entrySlug`), and opens a pull request |
| Edit draft | Pushes another commit to the draft branch/pull request |
| Approve and publish draft | Merges pull request and deletes branch |

Expand Down

0 comments on commit d83f006

Please sign in to comment.