diff --git a/apps/smart-forms-app/src/features/notfound/NotFoundQuickLinks.tsx b/apps/smart-forms-app/src/features/notfound/NotFoundQuickLinks.tsx index 996e4bbfe..e96e7ce53 100644 --- a/apps/smart-forms-app/src/features/notfound/NotFoundQuickLinks.tsx +++ b/apps/smart-forms-app/src/features/notfound/NotFoundQuickLinks.tsx @@ -23,6 +23,7 @@ import LocalFireDepartmentIcon from '@mui/icons-material/LocalFireDepartment'; import StorageIcon from '@mui/icons-material/Storage'; import DataSaverOnIcon from '@mui/icons-material/DataSaverOn'; import GitHubIcon from '@mui/icons-material/GitHub'; +import MenuBookIcon from '@mui/icons-material/MenuBook'; interface QuickLinkCardProps { title: string; @@ -61,6 +62,12 @@ const quickLinkCards: QuickLinkCardProps[] = [ description: 'View the GitHub page for this open-source project.', link: 'https://github.com/aehrc/smart-forms', icon: + }, + { + title: 'Documentation', + description: 'Showcases Questionnaire components, SDC extensions and developer usage.', + link: 'https://smartforms.csiro.au/docs', + icon: } ]; diff --git a/documentation/docs/index.md b/documentation/docs/index.md index f42c98067..421108d2f 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -13,7 +13,7 @@ It is intended to demonstrate the use of [HL7 FHIR](https://hl7.org/fhir/) speci This documentation is intended to provide a guide on how to use Smart Forms. It is divided into the following sections: - [Components](/smart-forms/docs/components): A showcase of supported Questionnaire form components. - [SDC](/smart-forms/docs/sdc): A section around the conformance and usage of functionalities defined in the SDC specification. -- [Developer Usage](/smart-forms/docs/devUsage): A guide on how to use the form-rendering engine in your own application. +- [Developer Usage](/smart-forms/docs/devUsage): A guide on how to use the form renderer in your own application. ### Referenced FHIR Specifications