diff --git a/docs/experiments/systemInfoV2.mdx b/docs/experiments/systemInfoV2.mdx index 93f8f27e1afe..fb9a481c45f2 100644 --- a/docs/experiments/systemInfoV2.mdx +++ b/docs/experiments/systemInfoV2.mdx @@ -1,6 +1,6 @@ --- -id: experiments-system-infomation-v2 -title: System Infomation V2 +id: experiments-system-information-v2 +title: System Information V2 description: Improved autoscaling through cgroup aware metric collection. --- @@ -61,7 +61,7 @@ when a container is detected. :::note This `isContainerized()` function is very similar to the existing `isDocker()` function however for now they both work side by side. -If this experiment is successful, eventualy `isDocker()` may eventually be depreciated in favour of `isContainerized()`. +If this experiment is successful, `isDocker()` may eventually be deprecated in favour of `isContainerized()`. ::: diff --git a/packages/core/src/storages/dataset.ts b/packages/core/src/storages/dataset.ts index 1a85d8c57d9c..5d89ec8fc3b1 100644 --- a/packages/core/src/storages/dataset.ts +++ b/packages/core/src/storages/dataset.ts @@ -559,7 +559,7 @@ export class Dataset { * If the dataset is empty, reduce will return undefined. * * @param iteratee - * @param memo Unset parameter, neccesary to be able to pass options + * @param memo Unset parameter, necessary to be able to pass options * @param [options] An object containing extra options for `reduce()` */ async reduce( diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index cc0ba27fbadb..774d0a13ef89 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -166,6 +166,30 @@ module.exports = { from: '/js/docs/guides/apify-platform', to: '/js/docs/deployment/apify-platform', }, + { + from: '/js/docs/experiments/experiments-system-infomation-v2', + to: '/js/docs/experiments/experiments-system-information-v2', + }, + { + from: '/js/docs/next/experiments/experiments-system-infomation-v2', + to: '/js/docs/next/experiments/experiments-system-information-v2', + }, + { + from: '/js/docs/3.13/experiments/experiments-system-infomation-v2', + to: '/js/docs/3.13/experiments/experiments-system-information-v2', + }, + { + from: '/js/docs/3.14/experiments/experiments-system-infomation-v2', + to: '/js/docs/3.14/experiments/experiments-system-information-v2', + }, + { + from: '/js/docs/3.15/experiments/experiments-system-infomation-v2', + to: '/js/docs/3.15/experiments/experiments-system-information-v2', + }, + { + from: '/js/docs/3.16/experiments/experiments-system-infomation-v2', + to: '/js/docs/experiments/experiments-system-information-v2', + }, ], // createRedirects(existingPath) { // if (!existingPath.endsWith('/')) { diff --git a/website/src/pages/js.js b/website/src/pages/js.js index c849bff50af7..28c2537eb655 100644 --- a/website/src/pages/js.js +++ b/website/src/pages/js.js @@ -278,7 +278,7 @@ function DeployToCloudSection() {
2
- Add
Actor.init()
to the begining and{' '} + Add
Actor.init()
to the beginning and{' '}
Actor.exit()
to the end of your code.
diff --git a/website/versioned_docs/version-3.13/experiments/systemInfoV2.mdx b/website/versioned_docs/version-3.13/experiments/systemInfoV2.mdx index 93f8f27e1afe..fb9a481c45f2 100644 --- a/website/versioned_docs/version-3.13/experiments/systemInfoV2.mdx +++ b/website/versioned_docs/version-3.13/experiments/systemInfoV2.mdx @@ -1,6 +1,6 @@ --- -id: experiments-system-infomation-v2 -title: System Infomation V2 +id: experiments-system-information-v2 +title: System Information V2 description: Improved autoscaling through cgroup aware metric collection. --- @@ -61,7 +61,7 @@ when a container is detected. :::note This `isContainerized()` function is very similar to the existing `isDocker()` function however for now they both work side by side. -If this experiment is successful, eventualy `isDocker()` may eventually be depreciated in favour of `isContainerized()`. +If this experiment is successful, `isDocker()` may eventually be deprecated in favour of `isContainerized()`. ::: diff --git a/website/versioned_docs/version-3.14/experiments/systemInfoV2.mdx b/website/versioned_docs/version-3.14/experiments/systemInfoV2.mdx index 93f8f27e1afe..fb9a481c45f2 100644 --- a/website/versioned_docs/version-3.14/experiments/systemInfoV2.mdx +++ b/website/versioned_docs/version-3.14/experiments/systemInfoV2.mdx @@ -1,6 +1,6 @@ --- -id: experiments-system-infomation-v2 -title: System Infomation V2 +id: experiments-system-information-v2 +title: System Information V2 description: Improved autoscaling through cgroup aware metric collection. --- @@ -61,7 +61,7 @@ when a container is detected. :::note This `isContainerized()` function is very similar to the existing `isDocker()` function however for now they both work side by side. -If this experiment is successful, eventualy `isDocker()` may eventually be depreciated in favour of `isContainerized()`. +If this experiment is successful, `isDocker()` may eventually be deprecated in favour of `isContainerized()`. ::: diff --git a/website/versioned_docs/version-3.15/experiments/systemInfoV2.mdx b/website/versioned_docs/version-3.15/experiments/systemInfoV2.mdx index 93f8f27e1afe..fb9a481c45f2 100644 --- a/website/versioned_docs/version-3.15/experiments/systemInfoV2.mdx +++ b/website/versioned_docs/version-3.15/experiments/systemInfoV2.mdx @@ -1,6 +1,6 @@ --- -id: experiments-system-infomation-v2 -title: System Infomation V2 +id: experiments-system-information-v2 +title: System Information V2 description: Improved autoscaling through cgroup aware metric collection. --- @@ -61,7 +61,7 @@ when a container is detected. :::note This `isContainerized()` function is very similar to the existing `isDocker()` function however for now they both work side by side. -If this experiment is successful, eventualy `isDocker()` may eventually be depreciated in favour of `isContainerized()`. +If this experiment is successful, `isDocker()` may eventually be deprecated in favour of `isContainerized()`. ::: diff --git a/website/versioned_docs/version-3.16/experiments/systemInfoV2.mdx b/website/versioned_docs/version-3.16/experiments/systemInfoV2.mdx index 93f8f27e1afe..fb9a481c45f2 100644 --- a/website/versioned_docs/version-3.16/experiments/systemInfoV2.mdx +++ b/website/versioned_docs/version-3.16/experiments/systemInfoV2.mdx @@ -1,6 +1,6 @@ --- -id: experiments-system-infomation-v2 -title: System Infomation V2 +id: experiments-system-information-v2 +title: System Information V2 description: Improved autoscaling through cgroup aware metric collection. --- @@ -61,7 +61,7 @@ when a container is detected. :::note This `isContainerized()` function is very similar to the existing `isDocker()` function however for now they both work side by side. -If this experiment is successful, eventualy `isDocker()` may eventually be depreciated in favour of `isContainerized()`. +If this experiment is successful, `isDocker()` may eventually be deprecated in favour of `isContainerized()`. :::