Skip to content

Commit deeebe5

Browse files
authored
docs: add legal section (#932)
I'm adding a new top level section to Docs: `docs.apify.com/legal` This section will house all of our public facing terms, policies and agreements. At this time, I don't need it to be linked from the Docs homepage or from the top navigation bars, since the individual documents will be linked directly from elsewhere. In the future, we should find a reasonable place for a link to the whole section. The individual terms and agreements will follow.
1 parent 3c190bd commit deeebe5

13 files changed

+1224
-25
lines changed

docusaurus.config.js

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,21 @@ module.exports = {
9393
sidebarPath: require.resolve('./sources/academy/sidebars.js'),
9494
},
9595
],
96+
[
97+
'@docusaurus/plugin-content-docs',
98+
{
99+
id: 'legal',
100+
path: './sources/legal',
101+
routeBasePath: 'legal',
102+
rehypePlugins: [externalLinkProcessor],
103+
// Docusaurus shows the author and date of last commit to entire repo, which doesn't make sense,
104+
// so let's just disable showing author and last modification
105+
showLastUpdateAuthor: false,
106+
showLastUpdateTime: false,
107+
breadcrumbs: false,
108+
sidebarPath: require.resolve('./sources/legal/sidebars.js'),
109+
},
110+
],
96111
() => ({
97112
configureWebpack() {
98113
return {
@@ -130,4 +145,10 @@ module.exports = {
130145
},
131146
themeConfig: config.themeConfig,
132147
staticDirectories: ['apify-docs-theme/static', 'static'],
148+
customFields: {
149+
forbiddenGiscusDocRegExpStrings: [
150+
'^/legal',
151+
'^/legal/*',
152+
],
153+
},
133154
};

sources/legal/index.mdx

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
---
2+
title: Apify Terms and Policies
3+
description: This is an index of Apify's public facing policies, terms of use and legal documents.
4+
sidebar_position: 0
5+
displayed_sidebar: legal
6+
slug: /
7+
hide_table_of_contents: true
8+
---
9+
10+
# Apify Terms and Policies
11+
12+
<!-- vale off -->
13+
14+
- [Apify General Terms and Conditions](./latest/terms/general-terms-and-conditions.md)
15+
- [Apify Store Terms and Conditions](./latest/terms/store-publishing-terms-and-conditions.md)
16+
- [Apify Affiliate Program Terms and Conditions](./latest/terms/affiliate-program-terms-and-conditions.md)
17+
- [Apify Acceptable Use Policy](./latest/policies/acceptable-use-policy.md)
18+
- [Apify Privacy Policy](./latest/policies/privacy-policy.md)
19+
- [Apify Cookie Policy](./latest/policies/cookie-policy.md)
20+
- [Apify GDPR Information](./latest/policies/gdpr-information.md)
Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
---
2+
title: Apify Acceptable Use Policy
3+
description: Apify's acceptable use policy describes activities that are prohibited on the Apify platform and on our websites.
4+
sidebar_label: Acceptable Use Policy
5+
sidebar_position: 1
6+
category: legal
7+
slug: /acceptable-use-policy
8+
---
9+
10+
# Apify Acceptable Use Policy
11+
12+
<!-- vale off -->
13+
14+
Apify Technologies s.r.o., with its registered seat at Vodičkova 704/36, Nové Město, 110 00 Prague 1, Czech Republic, Company ID No.: 04788290, registered in the Commercial Register kept by the Municipal Court of Prague, File No.: C 253224 (hereinafter referred to as “**we**” or “**Apify**”), is committed to making sure that the Platform and the Website are being used only for legitimate and legal purposes.
15+
16+
By agreeing to our General Terms and Conditions or simply by using the Platform or the Website, you also agree to be bound by this Acceptable Use Policy.
17+
18+
## 1. General Provisions
19+
20+
**1.1.** Apify takes firm action against any illegal or non-compliant use of the Platform and the Website and will assist law enforcement in investigating any illegal activities. Any use of the Platform or the Website for illegal, fraudulent, or otherwise unacceptable activities is strictly prohibited.
21+
22+
**1.2.** You agree to use the Platform and the Website only for legal and legitimate purposes and to avoid the Prohibited Activities under Article 2.1.
23+
24+
**1.3.** Any capitalized terms that are not defined in this Acceptable Use Policy shall have the meaning ascribed to them in the General Terms and Conditions.
25+
26+
## 2. Prohibited Activities
27+
28+
**2.1.** Prohibited activities include, but are not limited to:
29+
30+
1. denial-of-service (DDoS) attacks or any other actions that cause undue burden on any servers or infrastructure;
31+
2. unsolicited mass messaging;
32+
3. any fraudulent or deceptive behavior (such as phishing, malware, impersonation, spoofing, ad fraud, click fraud, etc.);
33+
4. any artificial interaction (such as upvotes, shares, etc.);
34+
5. creating fake accounts or deceptive content (such as disinformation, clickbait, misleading ad, scam emails, etc.);
35+
6. any manipulation of Search Engine Optimization (i.e., fake clicks in search engine results);
36+
7. engaging in surveys in exchange for any financial or in-kind benefit;
37+
8. resale of any Platform features without obtaining Apify’s prior written approval;
38+
9. engaging in activities that contravene applicable laws, regulations, or the rights of any third party;
39+
10. any activity that may harm the reputation, goodwill or interests of Apify;
40+
11. any additional activity that Apify deems immoral or undesirable on its Platform or Website
41+
42+
(together as the “**Prohibited Activities**”).
43+
44+
## 3. Our Rights
45+
46+
**3.1.** In case Apify identifies any of the Prohibited Activities on the Platform or the Website, it is authorized to block, delete, or otherwise restrict any such non-compliant User or Actor from the Platform or Website without notice. Apify may limit the use of the Platform or the Website in its sole discretion to prevent any direct or indirect damage to Apify or any third party.
47+
48+
**3.2.** Apify shall not be liable towards you or any third party for exercising its rights according to this Acceptable Use Policy.
49+
50+
## 4. Reporting
51+
52+
**4.1.** We encourage users to report any misuse or suspicious activity on our Platform through our contact email [[email protected]](mailto:[email protected]).

0 commit comments

Comments
 (0)