Skip to content

Commit 86a294b

Browse files
committed
feat: Add Step 7 Auto Alt-Text Generation to LocalGov Drupal walkthrough
Add new walkthrough step demonstrating the AI-powered auto alt-text generation feature. This step shows how Amazon Nova vision model automatically generates WCAG-compliant image descriptions when uploading images to the Media Library. Changes: - Insert new step-7.njk for Auto Alt-Text Generation after step 6 - Rename existing steps 7-11 to 8-12 (PDF converter, DEMO banner, Listen to Page, Translate, Cleanup) - Update totalSteps from 11 to 12 across all walkthrough files - Add screenshots showing the feature in action - Update walkthroughs.yaml with new step and 40-minute duration
1 parent 2ac63cb commit 86a294b

17 files changed

Lines changed: 1054 additions & 820 deletions

File tree

src/_data/walkthroughs.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
walkthroughs:
77
localgov-drupal:
8-
totalSteps: 11
8+
totalSteps: 12
99
url: "/walkthroughs/localgov-drupal/"
1010
title: "LocalGov Drupal Walkthrough"
11-
duration: "37 minutes"
11+
duration: "40 minutes"
1212
hasWalkthrough: true
1313
category: "cms"
1414
steps:
@@ -30,6 +30,9 @@ walkthroughs:
3030
- title: "Content simplified"
3131
description: "Simplify text to plain English with one click"
3232
time: "4 minutes"
33+
- title: "Auto alt-text generated"
34+
description: "See AI generate accessible image descriptions automatically"
35+
time: "3 minutes"
3336
- title: "PDF converted to web"
3437
description: "Convert legacy PDFs to accessible web content"
3538
time: "4 minutes"
227 KB
Loading
227 KB
Loading

src/walkthroughs/localgov-drupal/complete.njk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
layout: layouts/walkthrough.njk
33
title: "Walkthrough Complete - LocalGov Drupal"
44
description: You've completed the LocalGov Drupal walkthrough
5-
currentStep: 9
6-
totalSteps: 8
5+
currentStep: 13
6+
totalSteps: 12
77
scenarioId: localgov-drupal
88
---
99

@@ -106,7 +106,7 @@ scenarioId: localgov-drupal
106106
{# Story 15.3: Completion next steps with proper links #}
107107
{% set scenarioId = "localgov-drupal" %}
108108
{% set scenarioName = "LocalGov Drupal" %}
109-
{% set totalSteps = 8 %}
109+
{% set totalSteps = 12 %}
110110
{% include "components/completion-next-steps.njk" %}
111111

112112
{# Story 2.10: Cleanup Instructions Component #}

src/walkthroughs/localgov-drupal/index.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: layouts/walkthrough.njk
33
title: LocalGov Drupal Walkthrough
44
description: Step-by-step guide to exploring your deployed LocalGov Drupal CMS with AI features
55
currentStep: 0
6-
totalSteps: 9
6+
totalSteps: 12
77
scenarioId: localgov-drupal
88
---
99

src/walkthroughs/localgov-drupal/step-1.njk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ layout: layouts/walkthrough.njk
33
title: "Step 1: Log in to Drupal - LocalGov Drupal Walkthrough"
44
description: Get your credentials and access the Drupal admin dashboard
55
currentStep: 1
6-
totalSteps: 11
6+
totalSteps: 12
77
timeEstimate: "3 minutes"
88
scenarioId: localgov-drupal
99
---

0 commit comments

Comments
 (0)