Skip to content

Commit 24239be

Browse files
committed
spacing
1 parent 647c54e commit 24239be

File tree

5 files changed

+22
-0
lines changed

5 files changed

+22
-0
lines changed

sources/platform/console/billing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@ The **Historical usage** tab provides a detailed view of your monthly platform u
2727
The tab features an adjustable bar chart. This chart can be customized to display statistics either on a monthly or daily basis. Additionally, you can view these statistics as absolute or cumulative numbers, providing flexibility in how you analyze your usage data.
2828

2929
:::info Monthly usage data
30+
3031
Since billing cycles can shift, the data in the **Historical usage** tab is shown for calendar months.
32+
3133
:::
3234

3335
![Apify Console historical usage view](./images/console-billing-historical-usage.png)

sources/platform/console/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,9 @@ This is the most common way of creating an account. You just need to provide you
2424
After you click the **Sign up** button, we will send you a verification email. The email contains a link that you need to click on or copy to your browser to proceed to automated email verification. After we verify your email, you will proceed to Apify Console.
2525

2626
:::info CAPTCHA
27+
2728
We are using Google reCAPTCHA to prevent spam accounts. Usually, you will not see it, but if Google evaluates your browser as suspicious, they will ask you to solve a reCAPTCHA before we create your account and send you the verification email.
29+
2830
:::
2931

3032
If you did not receive the email, you can visit the [sign-in page](https://console.apify.com/sign-in). There, you will either proceed to our verification page right away, or you can sign in and will be redirected afterward. On the verification page, you can click on the **Resend verification email** button to send the email again.

sources/platform/console/two-factor-authentication.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,9 @@ In this step, you will see 16 recovery codes. If you ever lose access to your au
4545
Under the recovery codes, you will find two fields for your recovery information. These two fields are what the support team will ask you to provide in case you lose access to your authenticator app and also to your recovery codes. We will never use the phone number for anything other than to verify your identity and help you regain access to your account, only as a last resort. Ideally, the personal information you provide will be enough to verify your identity. Always provide both the kind of personal information you provide and the actual information.
4646

4747
:::info Personal information
48+
4849
What kind of personal information you provide is completely up to you. It does not even have to be personal, as long as it's secure and easy to remember. For example, it can be the name of your pet, the name of your favorite book, some secret code, or anything else. Keep in mind who has access to that information. While you can use the name of your pet, if you share information about your pet on public social media, it's not a good choice because anyone on the internet can access it. The same goes for any other information you provide.
50+
4951
:::
5052

5153
You will not be able to enable the two-factor authentication until you click on the **Download** / **Copy** buttons or copy the codes manually. After you do that, the **Continue** button will light up, and you can click on it to enable the two-factor authentication. The authentication process will then enable the two-factor authentication for your account and show a confirmation.
@@ -69,7 +71,9 @@ In case you lose access to your authenticator app, you can use the recovery code
6971
If the provided recovery code is correct, you will proceed to Apify Console, the same as if you provided the code from the authenticator app. After gaining access to Apify Console, we recommend going to the [Login & Privacy](https://console.apify.com/settings/security) section of your account settings, disabling the two-factor authentication there, and then enabling it again with the new authenticator app.
7072

7173
:::info Removal of recovery codes
74+
7275
When you successfully use a recovery code, we remove the code from the original list as it's no longer possible to use it again. If you use all of your recovery codes, you will not be able to sign in to your account with them anymore, and you will need to either use your authenticator app or contact our support to help you regain access to your account.
76+
7377
:::
7478

7579
![Apify Console two-factor authentication with recovery code form](./images/console-two-factor-use-recovery-code.png)
@@ -89,7 +93,9 @@ If you lose access to your authenticator app and do not have any recovery codes
8993
For our support team to help you recover your account, you will need to provide them with the personal information you have configured during the two-factor authentication setup. If you provide the correct information, the support team will help you regain access to your account.
9094

9195
:::caution
96+
9297
The support team will not give you any clues about the information you provided; they will only verify if it is correct.
98+
9399
:::
94100

95101
You can always check what information you provided by going to the [Login & Privacy](https://console.apify.com/settings/security) section of your account settings, to the **Two-factor authentication** section, and clicking on the **Recovery settings** button, then you should see a view like this:

sources/platform/proxy/usage.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ http://<username>:<password>@<hostname>:<port>
2020
```
2121

2222
:::caution
23+
2324
All usage of Apify Proxy with your password is charged towards your account. Do not share the password with untrusted parties or use it from insecure networks, as **the password is sent unencrypted** due to the HTTP protocol's [limitations](https://www.guru99.com/difference-http-vs-https.html).
25+
2426
:::
2527

2628
### External connection
@@ -36,7 +38,9 @@ If you need to test Apify Proxy before you subscribe, please [contact our suppor
3638
| Password | Apify Proxy password. Your password is displayed on the [Proxy](https://console.apify.com/proxy/groups) page in Apify Console. <br/>**Note**: this is not your Apify account password. |
3739

3840
:::caution
41+
3942
If you use these connection parameters for connecting to Apify Proxy from your Actors running on the Apify Platform, the connection will still be considered external, it will not work on the Free plan, and on paid plans you will be charged for external data transfer. Please use the connection parameters from the [Connection from Actors](#connection-from-actors) section when using Apify Proxy from Actors.
43+
4044
:::
4145

4246
Example connection string for external connections:

sources/platform/schedules.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ slug: /schedules
1313
Schedules allow you to run your Actors and tasks at specific times. You schedule the run frequency using [cron expressions](#cron-expressions).
1414

1515
:::note Timezone & Daylight Savings Time
16+
1617
Schedules allow timezone settings and support daylight saving time shifts (DST).
18+
1719
:::
1820

1921
You can set up and manage your Schedules using:
@@ -26,8 +28,10 @@ You can set up and manage your Schedules using:
2628
When scheduling a new Actor or task run, you can override its input settings using a JSON object similarly to when invoking an Actor or task using the [Apify REST API](/api/v2/schedules).
2729

2830
:::note Events Startup Variability
31+
2932
In most cases, scheduled events are fired within one second of their scheduled time. <br/>
3033
However, runs can be delayed because of a system overload or a server shutting down.
34+
3135
:::
3236

3337
Each schedule can be associated with a maximum of _10_ Actors and _10_ Actor tasks.
@@ -39,7 +43,9 @@ Before setting up a new schedule, you should have the [Actor](./actors/index.mdx
3943
To schedule an Actor, you need to have run it at least once before. To run the Actor, navigate to the Actor's page through [Apify Console](https://console.apify.com/store), where you can configure and initiate the Actor's run with your preferred settings by clicking the **Start** button. After this initial run, you can then use Schedules to automate future runs.
4044

4145
:::info Name Length
46+
4247
Your schedule's name should be 3–63 characters long.
48+
4349
:::
4450

4551
### Apify Console
@@ -78,7 +84,9 @@ To create a new [schedule](/api/v2/schedules) using the Apify API, send a `POST`
7884
You can find your [secret API token](./integrations/index.mdx) under the [Integrations](https://console.apify.com/account?tab=integrations) tab of your Apify account settings.
7985

8086
:::caution API authentication recommendations
87+
8188
When providing your API authentication token, we recommend using the request's `Authorization` header, rather than the URL ([more info](/api/v2#authentication)).
89+
8290
:::
8391

8492
In the `POST` request's payload should be a JSON object specifying the schedule's name, your [user ID](https://console.apify.com/account#/integrations), and the schedule's _actions_.

0 commit comments

Comments
 (0)