From e5e70eb7001d76c8c766eab7a74199c0d6f5e4ce Mon Sep 17 00:00:00 2001 From: Jocelyn Dunkley <115018694+jocelyn-dunkley@users.noreply.github.com> Date: Thu, 13 Jul 2023 11:22:16 +0200 Subject: [PATCH] [docs] Clarifying renderAppWithRedux props requirements (#3125) * fix: updating renderAppWithRedux docs with a discrepancy that Ahmed and I found in the app-shell code comments while debugging integration tests * chore: add oxford comma * Update website/src/content/api-reference/commercetools-frontend-application-shell.mdx Co-authored-by: Carlos Cortizas <97907068+CarlosCortizasCT@users.noreply.github.com> * Update website/src/content/api-reference/commercetools-frontend-application-shell.mdx Co-authored-by: Kacper Krzywiec <49066275+kark@users.noreply.github.com> --------- Co-authored-by: Carlos Cortizas <97907068+CarlosCortizasCT@users.noreply.github.com> Co-authored-by: Kacper Krzywiec <49066275+kark@users.noreply.github.com> --- website/README.md | 2 +- .../api-reference/commercetools-frontend-application-shell.mdx | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index eb11623765..1cd4f0ac95 100644 --- a/website/README.md +++ b/website/README.md @@ -4,7 +4,7 @@ The website is available at https://docs.commercetools.com and is built using th ## Getting started -To start the website in development mode, execute `yarn start`. +To start the website in development mode, execute `pnpm start`. Please refer to the [Gatsby theme documentation](https://github.com/commercetools/commercetools-docs-kit) to how the website is configured and to work with it. diff --git a/website/src/content/api-reference/commercetools-frontend-application-shell.mdx b/website/src/content/api-reference/commercetools-frontend-application-shell.mdx index 080267c261..745c4d62fa 100644 --- a/website/src/content/api-reference/commercetools-frontend-application-shell.mdx +++ b/website/src/content/api-reference/commercetools-frontend-application-shell.mdx @@ -564,7 +564,8 @@ describe('rendering', () => { -In addition to the following options, the method accepts all options from `renderApp`. +In addition to the following options, the method accepts all options from `renderApp`. +Please note that it is not possible to pass either `storeState` or `sdkMocks` together with `store`.