diff --git a/techdocs/docs/getting-started/quick-start-guide.md b/techdocs/docs/getting-started/quick-start-guide.md index 2203f48..dfa0ba4 100644 --- a/techdocs/docs/getting-started/quick-start-guide.md +++ b/techdocs/docs/getting-started/quick-start-guide.md @@ -26,7 +26,7 @@ root.render( !!! note "Note" SSOProvider has optional props `backendURL`, `idpHint`, `onRefreshExpiry`, and `postLoginRedirectURL`. - See TypeScript Type SSOProviderProps for more details on usage. + See [TypeScript Type](../using-the-package/typescript-types.md) SSOProviderProps for more details on usage. --- @@ -60,7 +60,7 @@ Conditionally render a Login or Logout button: !!! note "Note" login() has optional props `backendURL`, `idpHint`, and `postLoginRedirectURL`. - See TypeScript Type LoginProps for more details on usage. + See [TypeScript Type](../using-the-package/typescript-types.md) LoginProps for more details on usage. --- diff --git a/techdocs/docs/index.md b/techdocs/docs/index.md index 11a2735..8d873ec 100644 --- a/techdocs/docs/index.md +++ b/techdocs/docs/index.md @@ -17,8 +17,6 @@ This npm package offers an integration solution for connecting React application They are developed and maintained by the [CITZ IMB Common Code] team, separate from the Common Hosted Single Sign-On ([CSS]) team. See why we made these packages at [Purpose and Benefits of This Package](purpose-and-benefits.md). -
- !!! tip "Tip" If you don't have an SSO integration check out [SSO Integration Settings]. diff --git a/techdocs/docs/purpose-and-benefits.md b/techdocs/docs/purpose-and-benefits.md index 3e0846f..11c861d 100644 --- a/techdocs/docs/purpose-and-benefits.md +++ b/techdocs/docs/purpose-and-benefits.md @@ -9,7 +9,7 @@ We created these packages to integrate with the Common Hosted Single Sign-On ([C
!!! warning "Important" - These packages complement, rather than replicate, Common Hosted Single Sign-On ([CSS]) or it's [example apps]. + These packages complement, rather than replicate, Common Hosted Single Sign-On ([CSS]) and are an alternative to it's [example apps]. They allow our own applications to integrate with the Common Hosted Single Sign-On ([CSS]) Service, providing us access to it's user management capabilities. They are developed and maintained by the [CITZ IMB Common Code] team, separate from the Common Hosted Single Sign-On ([CSS]) team.