Skip to content

Commit

Permalink
Merge pull request #806 from aehrc/issue/692
Browse files Browse the repository at this point in the history
Fix broken links - one is from the FHIR spec so config is changed to …
  • Loading branch information
fongsean authored May 23, 2024
2 parents 12c1026 + 2264ad0 commit 3628982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Refer to the [API Reference](/smart-forms/docs/api/smart-forms-renderer/interfac

The SmartConfigStore doesn't actually do much within the renderer at the moment. It is not tested thoroughly and is retained for backward compatibility purposes.

Terminology endpoints are managed in [TerminologyServerStore](/smart-forms/docs/api/smart-forms-renderer/interfaces/TerminologyServerStore).
Terminology endpoints are managed in [TerminologyServerStore](/smart-forms/docs/devUsage/storehooks/terminology-server-store).
If there is a need to expand on functionality of making FHIR calls within the renderer, feel free to [let us know](https://github.com/aehrc/smart-forms/issues/new).

From a best practice perspective, it is recommended to perform FHIR calls outside of the renderer and pass the pre-populated QuestionnaireResponse into the renderer.
Expand Down
2 changes: 1 addition & 1 deletion documentation/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {
projectName: 'smart-forms', // Usually your repo name.\
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenLinks: 'warn',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit 3628982

Please sign in to comment.