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`.