Skip to content

Commit

Permalink
(chocolatey#1028) Fix emoticons in deployments.mdx - Font Awesome acc…
Browse files Browse the repository at this point in the history
…essibility
  • Loading branch information
LeaDevelop committed Oct 6, 2024
1 parent 21aa787 commit 72d30d5
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 **Create New Deployment Plan** button at the top of the page.
1. Select the <i class="fa-solid fa-plus" aria-hidden="true"></i> **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 **Add Schedule** button.
1. (Optional, Requires Chocolatey Central Management v0.4.0+) Add a schedule by selecting the <i class="fa-solid fa-plus" aria-hidden="true"></i> **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 📅 button to pick the date and time from a calendar UI.
* Enter a date and time, or click the <i class="fa-regular fa-calendar" aria-hidden="true"></i> 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 **Add Step** to add your first Deployment Step.
1. Select <i class="fa-solid fa-plus" aria-hidden="true"></i> **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 💾 **Save** button to save the Deployment Step.
1. Click the <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **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 💾 **Save** to save the changes to the Deployment Plan.
1. Select <i class="fa-regular fa-floppy-disk" aria-hidden="true"></i> **Save** to save the changes to the Deployment Plan.

<ImportDeploymentPlan />

Expand Down

0 comments on commit 72d30d5

Please sign in to comment.