Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/experiments/systemInfoV2.mdx
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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()`.

:::

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/storages/dataset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ export class Dataset<Data extends Dictionary = Dictionary> {
* 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(
Expand Down
24 changes: 24 additions & 0 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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('/')) {
Expand Down
2 changes: 1 addition & 1 deletion website/src/pages/js.js
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ function DeployToCloudSection() {
<div>2</div>
</div>
<div className={styles.deployToCloudStepText}>
Add <pre>Actor.init()</pre> to the begining and{' '}
Add <pre>Actor.init()</pre> to the beginning and{' '}
<pre>Actor.exit()</pre> to the end of your code.
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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()`.

:::

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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()`.

:::

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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()`.

:::

Expand Down
Original file line number Diff line number Diff line change
@@ -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.
---

Expand Down Expand Up @@ -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()`.

:::

Expand Down
Loading