diff --git a/src/pages/manage/control-center/draft-mode.mdx b/src/pages/manage/control-center/draft-mode.mdx index 40c97bf3..550c0d64 100644 --- a/src/pages/manage/control-center/draft-mode.mdx +++ b/src/pages/manage/control-center/draft-mode.mdx @@ -16,7 +16,9 @@ Every edit in the NetBird dashboard applies the moment you save it. That is fine **Permissions:** Deploying a draft performs the same operations as making those changes on their regular dashboard pages, so it requires the same permissions. One case to know: installing a placeholder peer creates a setup key, which the Network Admin role cannot do (see [Install peers that don't exist yet](#install-peers-that-dont-exist-yet)). Learn more about [user roles](/manage/team/user-roles). -A draft moves through three stages: **build** on the canvas, **review** the change list, and **deploy** as one batch. Nothing touches your account until you click **Approve & Deploy**. One example carries through the whole page: giving `DevOps` HTTPS access to `staging-01`, a new staging server that is not even installed yet. +A draft moves through three stages: **build** on the canvas, **review** the change list, and **deploy** as one batch. Nothing touches your account until you click **Approve & Deploy**. + +One example carries through the whole page: giving `DevOps` HTTPS access to `staging-01`, a new staging server that is not even installed yet. ## Enter Draft Mode @@ -25,8 +27,6 @@ In Control Center, switch the **Live | Draft** toggle in the top-right corner to - **From Current View**: start from a copy of the canvas you are looking at. Pick this when you are modifying things that already exist; the draft reproduces the live view exactly, network nodes included. - **New Empty Draft**: start from a blank canvas. Pick this when you are building something new from scratch, like our `staging-01` setup. -Once you are in a draft, the header shows **Cancel** and **Review & Deploy** (with a running count of your changes), and an editing toolbar appears at the bottom of the canvas. -