Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in deployments.mdx
Browse files Browse the repository at this point in the history
- replace πŸ’Ύ with unicode floppy disk πŸ’Ύ emoticon
- replace βž• with unicode plus sign βž• emoticon
- replace πŸ“† with unicode calendar πŸ“… emoticon
  • Loading branch information
LeaDevelop committed Sep 26, 2024
1 parent 2794a78 commit c4f5c4a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ You will also need to have at least one Group of computers already defined.

![Chocolatey Central Management dashboard, arrow pointing to Deployment Plans menu in the left sidebar](/images/ccm-playwright/dashboard/left-menu-deployment-plans.png)

1. Select the :heavy_plus_sign: **Create New Deployment Plan** button at the top of the page.
1. Select the βž• **Create New Deployment Plan** button at the top of the page.

![Chocolatey Central Management Deployment Plans page, arrow pointing to Create New Deployment Plan button](/images/ccm-playwright/deployment-plans/button-create-new-deployment-plan.png)

Expand All @@ -45,11 +45,11 @@ You will also need to have at least one Group of computers already defined.

![Chocolatey Central Management Deployment Step modal, arrow pointing to execution timeout in seconds](/images/ccm-playwright/deployment-plans/edit/modal-step-input-execution-timeout-in-seconds.png)

1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the :heavy_plus_sign: **Add Schedule** button.
1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the βž• **Add Schedule** button.

![Chocolatey Central Management New Deployment Plan page, arrow pointing to Add Schedule button](/images/ccm-playwright/deployment-plans/edit/button-add-schedule.png)

* Enter a date and time, or click the :calendar: button to pick the date and time from a calendar UI.
* Enter a date and time, or click the πŸ“… button to pick the date and time from a calendar UI.

![Chocolatey Central Management Deployment Plan schedule picker](/images/ccm-playwright/deployment-plans/edit/calendar-start-date-time.png)

Expand All @@ -61,7 +61,7 @@ You will also need to have at least one Group of computers already defined.

![Chocolatey Central Management Deployment Plan Repeat Period](/images/ccm-playwright/deployment-plans/edit/select-repeat-period.png)

1. Select :heavy_plus_sign: **Add Step** to add your first Deployment Step.
1. Select βž• **Add Step** to add your first Deployment Step.

![Chocolatey Central Management Deployment Plan add Deployment Step button](/images/ccm-playwright/deployment-plans/edit/button-add-deployment-step.png)

Expand Down Expand Up @@ -99,7 +99,7 @@ You will also need to have at least one Group of computers already defined.

![Chocolatey Central Management Deployment Step Select Target Groups modal](/images/ccm-playwright/deployment-plans/edit/modal-step-select-target-groups.png)

1. Click the :floppy_disk: **Save** button to save the Deployment Step.
1. Click the πŸ’Ύ **Save** button to save the Deployment Step.

![Chocolatey Central Management Deployment Step Save button](/images/ccm-playwright/deployment-plans/edit/modal-step-button-save.png)

Expand All @@ -109,7 +109,7 @@ You will also need to have at least one Group of computers already defined.

![Chocolatey Central Management Deployment Step Duplicate button](/images/ccm-playwright/deployment-plans/edit/button-duplicate-step.png)

1. Select :floppy_disk: **Save** to save the changes to the Deployment Plan.
1. Select πŸ’Ύ **Save** to save the changes to the Deployment Plan.

<ImportDeploymentPlan />

Expand Down

0 comments on commit c4f5c4a

Please sign in to comment.