Skip to content

Commit

Permalink
Update docs descriptions for github repos (#197)
Browse files Browse the repository at this point in the history
  • Loading branch information
brooke-ritchey authored Oct 30, 2024
1 parent f587da0 commit 3d7aad9
Showing 1 changed file with 19 additions and 9 deletions.
28 changes: 19 additions & 9 deletions src/components/resources/DocsHome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const DocsHome = () => {
/>
<DocsCard
cardHeader="Content Validator API"
description={' '}
description={'Source code for the C-CDA Validator API'}
buttonLink="https://github.com/onc-healthit/content-validator-api"
/>
<DocsCard
Expand All @@ -163,39 +163,49 @@ const DocsHome = () => {
/>
<DocsCard
cardHeader="Direct Transport Message Sender"
description={' '}
description={'Source code for Direct transport sender service'}
buttonLink="https://github.com/onc-healthit/direct-transport-message-sender"
/>
<DocsCard
cardHeader="Trust Anchor Uploader"
description={' '}
description={
'Upload trust anchors so they can be added to the trust bundle used for Direct Transport'
}
buttonLink="https://github.com/onc-healthit/trustanchor-uploader"
/>
<DocsCard
cardHeader="XDR Message Sender"
description={' '}
description={'Source code for the XDR Message Sender service'}
buttonLink="https://github.com/onc-healthit/xdr-message-sender"
/>
<DocsCard
cardHeader="Scorecard Results Mailer Job"
description={' '}
description={'Source code for Scorecard Results Mailer Job'}
buttonLink="https://github.com/onc-healthit/scorecard-results-mailer-job"
/>
<DocsCard
cardHeader=" Direct Certificate Discovery Tool (DCDT)"
description={'The open code repository for the Direct Certificate Discovery Tool (DCDT). '}
buttonLink="https://github.com/onc-healthit/dcdt"
/>
<DocsCard cardHeader="ETT" description={' '} buttonLink="https://github.com/onc-healthit/ett" />
<DocsCard cardHeader="SITE UI" description={' '} buttonLink="https://github.com/onc-healthit/site-ui" />
<DocsCard
cardHeader="ETT"
description={'Source code for the Edge Testing Tool'}
buttonLink="https://github.com/onc-healthit/ett"
/>
<DocsCard
cardHeader="SITE UI"
description={'Source code for SITE UI'}
buttonLink="https://github.com/onc-healthit/site-ui"
/>
<DocsCard
cardHeader="C-CDA Parser"
description={' '}
description={'Source code for the C-CDA Parser'}
buttonLink="https://github.com/onc-healthit/ccda-parser"
/>
<DocsCard
cardHeader="C-CDA USCDI Certification Test Data"
description={' '}
description={'Source code for C-CDA USCDI Certification Test Data '}
buttonLink="https://github.com/onc-healthit/ccda-uscdi-certification-testdata"
/>
</Box>
Expand Down

0 comments on commit 3d7aad9

Please sign in to comment.