From 53397359942efb2bdcc43600039cf11aee70be63 Mon Sep 17 00:00:00 2001 From: Erez Rokah Date: Thu, 5 Mar 2020 11:32:21 +0100 Subject: [PATCH] docs: update editorial workflow notes (#3380) --- website/content/docs/add-to-your-site.md | 2 +- website/content/docs/configuration-options.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/content/docs/add-to-your-site.md b/website/content/docs/add-to-your-site.md index 4909f306..0ade0e1c 100755 --- a/website/content/docs/add-to-your-site.md +++ b/website/content/docs/add-to-your-site.md @@ -94,7 +94,7 @@ The configuration above specifies your backend protocol and your publication bra ### Editorial Workflow -**Note:** Editorial workflow works with GitHub repositories only. Support for other Git hosts is [coming soon](https://github.com/netlify/netlify-cms/issues/568). +**Note:** Editorial workflow works with GitHub repositories, and support for GitLab and Bitbucket is [in beta](/docs/beta-features/#gitlab-and-bitbucket-editorial-workflow-support). By default, saving a post in the CMS interface pushes a commit directly to the publication branch specified in `backend`. However, you also have the option to enable the [Editorial Workflow](../configuration-options/#publish-mode), which adds an interface for drafting, reviewing, and approving posts. To do this, add the following line to your Netlify CMS `config.yml`: diff --git a/website/content/docs/configuration-options.md b/website/content/docs/configuration-options.md index 6cce3270..bfd3d4cc 100644 --- a/website/content/docs/configuration-options.md +++ b/website/content/docs/configuration-options.md @@ -30,7 +30,7 @@ By default, all entries created or edited in the Netlify CMS are committed direc The `publish_mode` option allows you to enable "Editorial Workflow" mode for more control over the content publishing phases. All unpublished entries will be arranged in a board according to their status, and they can be further reviewed and edited before going live. -**Note:** Editorial workflow works with GitHub repositories only. Support for GitLab and Bitbucket is [in beta](/docs/beta-features/#gitlab-and-bitbucket-editorial-workflow-support). +**Note:** Editorial workflow works with GitHub repositories, and support for GitLab and Bitbucket is [in beta](/docs/beta-features/#gitlab-and-bitbucket-editorial-workflow-support). You can enable the Editorial Workflow with the following line in your Netlify CMS `config.yml` file: