Skip to content

Commit 1156455

Browse files
jsudraudRoRoJ
andauthored
fix(docs): cta in tutorials (#4564)
* fix(docs): cta in tutorials * Apply suggestions from code review Co-authored-by: Rowena Jones <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Rowena Jones <[email protected]>
1 parent dfd6dba commit 1156455

File tree

19 files changed

+124
-19
lines changed

19 files changed

+124
-19
lines changed

tutorials/back-up-postgresql-barman/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ dates:
1313
validation: 2024-09-16
1414
posted: 2018-08-29
1515
---
16-
16+
<ClickableBanner
17+
productLogo="generic"
18+
title="Ensure database reliability with PostgreSQL backups using Barman on Scaleway."
19+
url="https://account.scaleway.com/register"
20+
label="Create your account"
21+
/>
1722
Barman is an open-source administration tool designed for PostgreSQL server disaster recovery. Developed in Python, Barman offers the capability to efficiently conduct remote backups across multiple servers in diverse business environments.
1823

1924
Setting itself apart with its unique methodology, Barman uses PostgreSQL logs for backup creation, offering a sophisticated alternative to traditional SQL dump processes.

tutorials/backup-postgresql-pgbackrest-s3/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -201,4 +201,10 @@ If you want to back up at certain time intervals, you can add this to the cron:
201201
- To keep only the last differential backup:
202202
```
203203
sudo -u postgres pgbackrest --stanza=db-primary --repo1-retention-diff=1 expire
204-
```
204+
```
205+
<ClickableBanner
206+
productLogo="generic"
207+
title="Protect your databases with automated backups to Scaleway Object Storage."
208+
url="https://account.scaleway.com/register"
209+
label="Create your account"
210+
/>

tutorials/bash-christmas-tree/index.mdx

+8-1
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,11 @@ ssh root@<Instance Public IP>
123123
The script writes an animated tree on the terminal window:
124124
125125
<Lightbox src="scaleway-animated-tree.gif" alt="" />
126-
2. Exit the script by pressing `CTRL` + `c`.
126+
2. Exit the script by pressing `CTRL` + `c`.
127+
128+
<ClickableBanner
129+
productLogo="generic"
130+
title="Start your Cloud journey with Scaleway."
131+
url="https://account.scaleway.com/register"
132+
label="Create your account"
133+
/>

tutorials/configure-failover-proxmox/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -112,4 +112,10 @@ ISO files are archive files that contain identical copies of the data found on o
112112

113113
<Message type="tip">
114114
Follow the official documentation to learn more about [VM templates and Clones](https://pve.proxmox.com/wiki/VM_Templates_and_Clones) or watch tutorials on the official [Youtube canal](https://www.youtube.com/user/ProxmoxVE).
115-
</Message>
115+
</Message>
116+
<ClickableBanner
117+
productLogo="generic"
118+
title="Ensure high availability with failover setup for Proxmox on Scaleway."
119+
url="https://account.scaleway.com/register"
120+
label="Create your account"
121+
/>

tutorials/get-started-kubernetes-loadbalancer/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ dates:
1212
validation: 2024-10-03
1313
posted: 2023-09-19
1414
---
15-
15+
<ClickableBanner
16+
productLogo="generic"
17+
title="Deploy and scale your applications with Kubernetes and Load Balancers on Scaleway."
18+
url="https://account.scaleway.com/register"
19+
label="Create your account"
20+
/>
1621
This tutorial accompanies the third [video demonstration](https://www.youtube.com/watch?v=W3gPUQ_ELEo) in our series to help users get started with Kubernetes. We walk you through Kubernetes fundamentals for beginners. In this installment, we show you how to create a Load Balancer for your [Scaleway Kubernetes Kapsule](https://www.scaleway.com/en/kubernetes-kapsule/).
1722

1823
First, we address the question of why we need a Load Balancer for our cluster, comparing it with the NodePort service we used in the previous tutorial. We then explain how to create a Load Balancer, check it out in the Scaleway console, and finally test that we can access our cluster's deployed application at the Load Balancer's IP address.

tutorials/how-to-implement-rag-generativeapis/index.mdx

+6
Original file line numberDiff line numberDiff line change
@@ -379,3 +379,9 @@ You can fix this with `Applications/Python 3.X` (where `X` is your version numbe
379379
If this is a private repository, make sure to pass a token having permission to this repo either by logging in with `huggingface-cli login` or by passing ```token=<your_token>```
380380

381381
**Solution**: This is caused by the LangChain OpenAI adapter trying to tokenize content. Ensure you set `check_embedding_ctx_length=False` in OpenAIEmbedding configuration to avoid tokenizing content, as tokenization will be performed server-side in Generative APIs.
382+
<ClickableBanner
383+
productLogo="generic"
384+
title="Enhance your AI applications with Retrieval-Augmented Generation on Scaleway."
385+
url="https://account.scaleway.com/register"
386+
label="Create your account"
387+
/>

tutorials/install-apache-ansible/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,10 @@ Customize Apache configuration as per your requirements:
189189

190190
Once Ansible is fully set up, you can visit your web browser on port 8081 (rather than port 80). In most web browsers, this can be easily achieved by adding :port onto the end of the URL: http://public_ip_address:8081/.
191191

192-
<Lightbox src="scaleway-apache_defaultpage.webp" alt="" />
192+
<Lightbox src="scaleway-apache_defaultpage.webp" alt="" />
193+
<ClickableBanner
194+
productLogo="generic"
195+
title="Automate your web server deployment using Ansible on Scaleway."
196+
url="https://account.scaleway.com/register"
197+
label="Create your account"
198+
/>

tutorials/install-github-actions-runner-mac/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ dates:
1212
validation: 2024-10-24
1313
posted: 2024-01-31
1414
---
15-
15+
<ClickableBanner
16+
productLogo="generic"
17+
title="Automate your CI/CD workflows on macOS with GitHub Actions Runners"
18+
url="https://account.scaleway.com/register"
19+
label="Create your account"
20+
/>
1621
GitHub Actions is a powerful CI/CD platform that allows users to automate their software development workflows, connected to a GitHub organization or repository. While GitHub offers online runners with a pay-as-you-go model, self-hosted runners provide increased control and customization for your CI/CD setup. This tutorial guides you through setting up, configuring, and connecting a self-hosted runner on a Mac mini to execute macOS pipelines.
1722

1823
<Macro id="requirements" />

tutorials/install-pgbouncer/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,10 @@ You can do an online restart without terminating the connections. PgBouncer laun
214214
systemctl reload pgbouncer.service
215215
```
216216

217-
This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org).
217+
This setup allows the basic installation of PgBouncer. For more information on commands and configuration, refer to the [official documentation](https://www.pgbouncer.org).
218+
<ClickableBanner
219+
productLogo="generic"
220+
title="Deploy PgBouncer on Scaleway and optimize your database connections"
221+
url="https://account.scaleway.com/register"
222+
label="Create your account"
223+
/>

tutorials/install-wireguard/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ dates:
1212
validation: 2025-01-02
1313
posted: 2019-03-28
1414
---
15-
15+
<ClickableBanner
16+
productLogo="generic"
17+
title="Enhance security with WireGuard VPN on your Scaleway infrastructure."
18+
url="https://account.scaleway.com/register"
19+
label="Create your account"
20+
/>
1621
WireGuard® is a VPN (Virtual Private Network) software designed for simplicity and efficiency. It is distinguished by its small codebase, which aims to reduce complexity and potential security vulnerabilities, and offers faster performance compared to some other VPN solutions, due to its streamlined design.
1722

1823
In terms of security, WireGuard uses modern cryptographic protocols, including Curve25519, ChaCha20, and Poly1305, focusing on established cryptographic methods.

tutorials/jump-desktop/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,10 @@ From the [Mac mini list in your Scaleway console](https://console.scaleway.com/a
8282

8383
Your Mac mini will be displayed.
8484

85-
<Lightbox src="scaleway-mac-mini-m1.webp" alt="Mac mini page" />
85+
<Lightbox src="scaleway-mac-mini-m1.webp" alt="Mac mini page" />
86+
<ClickableBanner
87+
productLogo="generic"
88+
title="Remotely access your machines with Jump Desktop on Scaleway."
89+
url="https://account.scaleway.com/register"
90+
label="Create your account"
91+
/>

tutorials/load-testing-vegeta/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -219,4 +219,10 @@ The data collected during each load test is stored in an output file.
219219
Error Set:
220220
```
221221

222-
For more information about Vegeta, refer to the [official documentation](https://github.com/tsenart/vegeta/blob/master/README.md).
222+
For more information about Vegeta, refer to the [official documentation](https://github.com/tsenart/vegeta/blob/master/README.md).
223+
<ClickableBanner
224+
productLogo="generic"
225+
title="Simulate real-world traffic and optimize your application's performance."
226+
url="https://account.scaleway.com/register"
227+
label="Create your account"
228+
/>

tutorials/nginx-reverse-proxy/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,12 @@ dates:
1212
validation: 2024-12-24
1313
posted: 2018-10-11
1414
---
15-
15+
<ClickableBanner
16+
productLogo="generic"
17+
title="Deploy your reverse proxy in minutes"
18+
url="https://account.scaleway.com/register"
19+
label="Create your account"
20+
/>
1621
An Nginx HTTPS reverse proxy is an intermediary proxy service that takes a client request, passes it on to one or more servers, and subsequently delivers the server's response back to the client. While most common applications can run as web servers on their own, the Nginx web server can provide many advanced features such as load balancing, TLS/SSL capabilities, and acceleration that most specialized applications lack.
1722

1823
There are significant benefits to setting up an Nginx HTTPS reverse proxy:

tutorials/overleaf/index.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,12 @@ dates:
1212
validation: 2025-01-09
1313
posted: 2023-10-02
1414
---
15-
16-
15+
<ClickableBanner
16+
productLogo="generic"
17+
title="Host your own Overleaf instance on Scaleway for seamless teamwork."
18+
url="https://account.scaleway.com/register"
19+
label="Create your account"
20+
/>
1721
Overleaf is a collaborative writing and publishing system that uses LaTeX, a typesetting software that allows for creating structured, professional documents online.
1822

1923
It is particularly favored by academics and professionals for producing scientific documents, research papers, theses, and presentations due to its precise formatting and styling capabilities. Overleaf also supports real-time collaboration between multiple authors.

tutorials/proxy-protocol-v2-load-balancer/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ dates:
1313
validation: 2024-09-16
1414
posted: 2019-06-28
1515
---
16-
16+
<ClickableBanner
17+
productLogo="generic"
18+
title="Preserve client IPs with Proxy Protocol v2 on Scaleway Load Balancers."
19+
url="https://account.scaleway.com/register"
20+
label="Create your account"
21+
/>
1722
[Proxy Protocol](https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) allows a backend application, like an Apache or Nginx web server, to retrieve client connection information that has passed through a load-balanced infrastructure. The protocol transports connection information including the originating IP address, the proxy server IP address, and both ports.
1823

1924
This tutorial shows you how and why to enable Proxy Protocol on your Scaleway Load Balancer, and how to configure your backend server application to correctly handle the protocol.

tutorials/python-for-loops/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -924,4 +924,10 @@ for group in numbers:
924924
## output:
925925
Items that cost less than 1 euro: ['butter', 'sugar']
926926
Items that cost more than (or exactly) 1 euro: ['bread', 'jam']
927-
```
927+
```
928+
<ClickableBanner
929+
productLogo="generic"
930+
title="Start your Cloud journey with Scaleway."
931+
url="https://account.scaleway.com/register"
932+
label="Create your account"
933+
/>

tutorials/setup-nginx-reverse-proxy-s3/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,12 @@ dates:
1313
validation: 2025-01-22
1414
posted: 2020-06-04
1515
---
16-
16+
<ClickableBanner
17+
productLogo="generic"
18+
title="Securely route traffic to your S3 storage with Nginx on Scaleway."
19+
url="https://account.scaleway.com/register"
20+
label="Create your account"
21+
/>
1722
Scaleway Object Storage provides the capability to securely store unlimited data within designated buckets. Accessing your stored data is convenient and direct, facilitated through your storage bucket.
1823

1924
For optimized access, you can use an Instance as a proxy, leveraging the power of Nginx as a reverse proxy. This configuration enables read-only access to the contents of your bucket.

tutorials/veeam-backup-replication-s3/index.mdx

+6-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ tags: vSphere Object-Storage Veeam-Backup Veeam
1111
dates:
1212
validation: 2024-12-05
1313
---
14-
14+
<ClickableBanner
15+
productLogo="generic"
16+
title="Secure your backups by storing them in Scaleway’s Object Storage."
17+
url="https://account.scaleway.com/register"
18+
label="Create your account"
19+
/>
1520
## Veeam Overview
1621

1722
[Veeam Backup & Replication](https://www.veeam.com/vm-backup-recovery-replication-software.html) is a proprietary backup application, developed by Veeam for virtual environments built on VMware vSphere and Microsoft Hyper-V hypervisors.

tutorials/wireguard-mesh-vpn/index.mdx

+7-1
Original file line numberDiff line numberDiff line change
@@ -237,4 +237,10 @@ You have now configured a mesh network using WireGuard which allows your Instanc
237237
238238
For more information about WireGuard, refer to the [official documentation](https://www.wireguard.com/quickstart/).
239239
240-
“WireGuard” is a registered trademark of [Jason A. Donenfeld](https://www.zx2c4.com/).
240+
“WireGuard” is a registered trademark of [Jason A. Donenfeld](https://www.zx2c4.com/).
241+
<ClickableBanner
242+
productLogo="generic"
243+
title="Easily set up a secure and scalable VPN network with WireGuard on Scaleway."
244+
url="https://account.scaleway.com/register"
245+
label="Create your account"
246+
/>

0 commit comments

Comments
 (0)