From b19b1b45735c5f8a5069f41e6ffbea553d7f898b Mon Sep 17 00:00:00 2001 From: jsudraud Date: Fri, 13 Dec 2024 11:16:43 +0100 Subject: [PATCH 1/2] feat(acc): docs on contracts --- .../how-to/download-scaleway-contracts.mdx | 39 +++++++++++++++++++ menu/navigation.json | 4 ++ 2 files changed, 43 insertions(+) create mode 100644 console/account/how-to/download-scaleway-contracts.mdx diff --git a/console/account/how-to/download-scaleway-contracts.mdx b/console/account/how-to/download-scaleway-contracts.mdx new file mode 100644 index 0000000000..79c4f3baeb --- /dev/null +++ b/console/account/how-to/download-scaleway-contracts.mdx @@ -0,0 +1,39 @@ +--- +meta: + title: How to download Scaleway contracts + description: Download General Terms of Services, Data Processing Agreement, and more. +content: + h1: How to download Scaleway contracts + paragraph: Download General Terms of Services, Data Processing Agreement, and more. +tags: account contracts gdpr +dates: + validation: 2024-12-12 + posted: 2024-12-12 +categories: + - console +--- +Scaleway contracts define the terms, conditions, and commitments that govern the use of our services. They ensure transparency and compliance with legal and regulatory requirements while outlining the rights and responsibilities of both Scaleway and its customers. + +## Contracts available for download + +You can access and download the following types of contracts: + +| **Contract type** | **Description** | +|---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| General Terms of Services | Defines the respective rights and obligations of Scaleway and the client in connection with the use by the client of the services provided by Scaleway. | +| Data Processing Agreement | Defines the conditions under which Scaleway undertakes to carry out, on behalf of the client and for the sole purpose of the strict execution of the contract, personal data processing operations. | +| Specific Conditions | The contractual document issued by Scaleway, specific to a service, that defines the conditions of provision and use applicable to said service. | +| Technical and Organizational Measures | Describes the measures taken by Scaleway to ensure the security of client's data. | +| Intrusion Testing Agreement | Defines the conditions applicable in the context of carrying out intrusion tests by the client or any third party acting on its behalf. | + +## How to download Scaleway contracts + +You can download Scaleway contracts either via the [console](https://console.scaleway.com/organization) or Scaleway's website: + +### From the Scaleway console +You can access and download the contracts applicable to your Organization: +1. Click the [Contracts](https://console.scaleway.com/organization/contracts) tab in your [Organization dashboard](https://console.scaleway.com/organization). +2. Select the contract you want to download. + +### From Scaleway's website +All available contracts can be viewed and downloaded directly from the [Contracts page](https://www.scaleway.com/en/contracts/). \ No newline at end of file diff --git a/menu/navigation.json b/menu/navigation.json index 747ef44dd3..362f083976 100644 --- a/menu/navigation.json +++ b/menu/navigation.json @@ -72,6 +72,10 @@ "label": "Manage my personal information (GDPR)", "slug": "manage-my-personal-data-gdpr" }, + { + "label": "Download Scaleway contracts", + "slug": "download-scaleway-contracts" + }, { "label": "Use the search bar", "slug": "use-the-search-bar" From 6e7188610f5ecf37a44e8cf5b93859770984bcde Mon Sep 17 00:00:00 2001 From: Justine Sudraud <124775951+jsudraud@users.noreply.github.com> Date: Fri, 13 Dec 2024 16:53:03 +0100 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: Jessica <113192637+jcirinosclwy@users.noreply.github.com> Co-authored-by: Rowena Jones <36301604+RoRoJ@users.noreply.github.com> --- console/account/how-to/download-scaleway-contracts.mdx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/console/account/how-to/download-scaleway-contracts.mdx b/console/account/how-to/download-scaleway-contracts.mdx index 79c4f3baeb..0e47195c05 100644 --- a/console/account/how-to/download-scaleway-contracts.mdx +++ b/console/account/how-to/download-scaleway-contracts.mdx @@ -12,6 +12,7 @@ dates: categories: - console --- + Scaleway contracts define the terms, conditions, and commitments that govern the use of our services. They ensure transparency and compliance with legal and regulatory requirements while outlining the rights and responsibilities of both Scaleway and its customers. ## Contracts available for download @@ -20,7 +21,7 @@ You can access and download the following types of contracts: | **Contract type** | **Description** | |---------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| -| General Terms of Services | Defines the respective rights and obligations of Scaleway and the client in connection with the use by the client of the services provided by Scaleway. | +| General Terms of Services | Defines the respective rights and obligations of Scaleway and the client in connection with the client's use of the services provided by Scaleway. | | Data Processing Agreement | Defines the conditions under which Scaleway undertakes to carry out, on behalf of the client and for the sole purpose of the strict execution of the contract, personal data processing operations. | | Specific Conditions | The contractual document issued by Scaleway, specific to a service, that defines the conditions of provision and use applicable to said service. | | Technical and Organizational Measures | Describes the measures taken by Scaleway to ensure the security of client's data. | @@ -33,7 +34,7 @@ You can download Scaleway contracts either via the [console](https://console.sca ### From the Scaleway console You can access and download the contracts applicable to your Organization: 1. Click the [Contracts](https://console.scaleway.com/organization/contracts) tab in your [Organization dashboard](https://console.scaleway.com/organization). -2. Select the contract you want to download. +2. Click the download icon next to the contract you want to download. ### From Scaleway's website All available contracts can be viewed and downloaded directly from the [Contracts page](https://www.scaleway.com/en/contracts/). \ No newline at end of file