Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,26 @@ export default function DevelopersUpgradePage() {
</ul>
</div>
</GoabContainer>
<GoabCallout type="information" heading="Watch a real service upgrade" maxWidth="65ch">
See a real government service go through a version update in this short, three-part video series:

<ol>
<li>
<strong>Updating versions</strong> – two ways to install the latest packages
</li>
<li>
<strong>Renaming components</strong> – update old names to new names
</li>
<li>
<strong>Updating component props</strong> – adjust component properties and clean up warnings
</li>
</ol>
<p>
<a href="https://abgov.sharepoint.com/:u:/r/sites/DDDdesignsystem/SitePages/Version-update-walkthrough.aspx?csf=1&web=1&share=EWA6F1DYep1AjhES5h3NoBkBxL6fd2ym9wtiyXyz3klPCw&e=FFsDQM">
View the upgrade videos
</a>
</p>
</GoabCallout>
<ReactGuide />
<AngularGuide />
</ComponentContent>
Expand Down