From 40c2b700fe66fc76221e4793241312172da16afb Mon Sep 17 00:00:00 2001 From: Ratan Gulati Date: Tue, 7 Nov 2023 23:21:11 +0530 Subject: [PATCH] Fix: #14523 Add alt-text codeblock to Images for workflow_template.rst (#14604) * add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati * add alt to images in workflow_templates.rst Signed-off-by: Ratan Gulati * Update workflow_templates.rst * Revised proposed alt text for workflow_templates.rst --------- Signed-off-by: Ratan Gulati Co-authored-by: TVo --- .../rst/userguide/workflow_templates.rst | 97 +++++++++++++------ 1 file changed, 69 insertions(+), 28 deletions(-) diff --git a/docs/docsite/rst/userguide/workflow_templates.rst b/docs/docsite/rst/userguide/workflow_templates.rst index 8a2897d46c..21b784fd08 100644 --- a/docs/docsite/rst/userguide/workflow_templates.rst +++ b/docs/docsite/rst/userguide/workflow_templates.rst @@ -15,18 +15,16 @@ A :term:`workflow job template` links together a sequence of disparate resources The **Templates** menu opens a list of the workflow and job templates that are currently available. The default view is collapsed (Compact), showing the template name, template type, and the statuses of the jobs that ran using that template, but you can click **Expanded** to view more information. This list is sorted alphabetically by name, but you can sort by other criteria, or search by various fields and attributes of a template. From this screen, you can launch (|launch|), edit (|edit|), and copy (|copy|) a workflow job template. -.. |delete| image:: ../common/images/delete-button.png - - Only workflow templates have the Workflow Visualizer icon (|wf-viz-icon|) as a shortcut for accessing the workflow editor. .. |wf-viz-icon| image:: ../common/images/wf-viz-icon.png + :alt: Workflow vizualizer icon |Wf templates - home with example wf template| .. |Wf templates - home with example wf template| image:: ../common/images/wf-templates-home-with-example-wf-template.png - + :alt: Job templates list view with example of workflow template and arrow pointing to the Workflow vizualizer icon. .. note:: @@ -41,10 +39,12 @@ To create a new workflow job template: 1. Click the |add options template| button then select **Workflow Template** from the menu list. .. |add options template| image:: ../common/images/add-options-template.png + :alt: Create new template Add drop-down options. |Wf templates - create new wf template| .. |Wf templates - create new wf template| image:: ../common/images/wf-templates-create-new-wf-template.png + :alt: Create new workflow template form. 2. Enter the appropriate details into the following fields: @@ -53,6 +53,9 @@ To create a new workflow job template: If a field has the **Prompt on launch** checkbox selected, launching the workflow template, or when the workflow template is used within another workflow template, it will prompt for the value for that field upon launch. Most prompted values will override any values set in the workflow job template; exceptions are noted below. +.. |delete| image:: ../common/images/delete-button.png + :alt: Delete button. + .. list-table:: :widths: 10 35 30 :header-rows: 1 @@ -106,9 +109,11 @@ To create a new workflow job template: For more information about **Job Tags** and **Skip Tags**, refer to `Tags `_ in the Ansible documentation. .. |x-circle| image:: ../common/images/x-delete-button.png + :alt: x delete button .. |x| image:: ../common/images/x-button.png - + :alt: x button + 3. **Options**: Specify options for launching this workflow job template, if necessary. @@ -136,6 +141,7 @@ For more information about **Job Tags** and **Skip Tags**, refer to `Tags