Skip to content

Commit 47a57d5

Browse files
authored
chore(tuto): review tutorial content (#4392)
1 parent 799173d commit 47a57d5

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

pages/guidelines.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: Discover comprehensive guidelines on writing and formatting for our documentation site. Ensure consistency and clarity with our style guide, covering grammar, terminology, and best practices.
88
tags: style-guide guidelines wording grammar
99
dates:
10-
validation: 2024-08-07
10+
validation: 2025-02-11
1111
---
1212

1313
This document sets out the writing guidelines (style guide) for Scaleway Documentation, including grammar, formatting, and standardized terminology. These guidelines should be followed by both internal and external contributors when making additions to the Scaleway Documentation site.

tutorials/dagster-serverless-jobs/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- object-storage
1313
- serverless-sqldb
1414
dates:
15-
validation: 2024-08-07
15+
validation: 2025-02-11
1616
posted: 2024-01-23
1717
---
1818

tutorials/deploy-meilisearch-instance/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: meilisearch search full-text instance
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-07-25
12+
validation: 2025-02-11
1313
posted: 2024-07-25
1414
---
1515

tutorials/deploying-a-documentation-website-with-docusaurus-on-scaleway/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: docusaurus cms github
99
categories:
1010
- object-storage
1111
dates:
12-
validation: 2024-08-07
12+
validation: 2025-02-11
1313
posted: 2023-01-04
1414
---
1515

@@ -22,7 +22,7 @@ It builds a single-page application with fast client-side navigation, leveraging
2222
- A Scaleway account logged into the [console](https://console.scaleway.com)
2323
- [Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
2424
- An [Object Storage bucket](/object-storage/how-to/create-a-bucket/) with the [bucket website feature](/object-storage/how-to/use-bucket-website/) enabled
25-
- A [GitHub](https://github.com/) account and an [empty repository](https://docs.github.com/en/get-started/quickstart/create-a-repo) for your Project
25+
- A [GitHub](https://github.com/) account and an [empty repository](https://docs.github.com/en/get-started/quickstart/create-a-repo) for your documentation project
2626
- A local development environment with [Node.js](https://nodejs.org/en/download/) (version 16.14 or above) and `git` installed
2727

2828
## Generating a new site

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: Kubernetes kubectl block-storage stateful-set persistent-volume
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-08-07
12+
validation: 2025-02-11
1313
posted: 2024-01-29
1414
---
1515

@@ -35,11 +35,11 @@ It is important to differentiate between Kubernetes **system volumes** and **per
3535

3636
| System volume | Persistent volume |
3737
| ---------------------------------------- | ------------------------------------------ |
38-
| For the k8s system itself | For applications in the cluster |
38+
| For the k8s system itself | For applications in the cluster |
3939
| Ephemeral (lives and dies with the node) | Persistent (beyond the life of a pod/node) |
4040
| Auto-created | Must be provisioned |
4141

42-
You can view your cluster's system volumes in the **Instances > Volumes** section of the [console](https://console.scaleway.com/), and see how they are linked to the Instances that make up the nodes of your cluster. However, you should not attempt to use or manage these volumes - leave it to Kubernetes Kapsule.
42+
You can view your cluster's system volumes in the **Block Storage > Volumes** section of the [console](https://console.scaleway.com/), and see how they are linked to the Instances that make up the nodes of your cluster. However, you should not attempt to use or manage these volumes - leave it to Kubernetes Kapsule.
4343

4444
### Stateless applications vs stateful applications
4545

@@ -91,10 +91,10 @@ Both Deployments and StatefulSets manage the deployment and scaling of a set of
9191
kubectl get all
9292
```
9393

94-
2. Create a new file called ss.yaml:
94+
2. Create a new file called `statefulset.yaml`:
9595

9696
```
97-
nano ss.yaml
97+
nano statefulset.yaml
9898
```
9999

100100
This file will be a manifest for our StatefulSet object. It will describe the stateful application we want to deploy in the cluster and the persistent storage volumes that are required for the application.
@@ -160,7 +160,7 @@ Both Deployments and StatefulSets manage the deployment and scaling of a set of
160160
4. Tell Kubernetes to create the StatefulSet from the manifest we just created with the following command:
161161

162162
```
163-
kubectl create -f ss.yaml
163+
kubectl create -f statefulset.yaml
164164
```
165165

166166
A message displays to confirm the creation of the StatefulSet.

tutorials/pihole-vpn/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ hero: assets/scaleway_pihole.webp
1010
categories:
1111
- instances
1212
dates:
13-
validation: 2024-07-22
13+
validation: 2025-02-11
1414
posted: 2020-12-09
1515
---
1616

tutorials/run-manage-linux-vm-on-apple-silicon-tart/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: bare-metal apple-silicon mac-mini m1 m2
99
categories:
1010
- instances
1111
dates:
12-
validation: 2024-08-07
12+
validation: 2025-02-11
1313
posted: 2024-01-30
1414
---
1515

tutorials/send-emails-with-serverless-and-tem/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ categories:
1212
- functions
1313
- domains-and-dns
1414
dates:
15-
validation: 2024-08-07
15+
validation: 2025-02-11
1616
posted: 2023-04-27
1717
---
1818

tutorials/use-cockpit-with-terraform/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: observability cockpit terraform grafana monitoring
99
categories:
1010
- cockpit
1111
dates:
12-
validation: 2024-08-02
12+
validation: 2025-02-11
1313
posted: 2024-06-04
1414
---
1515

@@ -150,7 +150,7 @@ Open a terminal on your local machine and clone the `cockpit-terraform` reposito
150150
151151
Outputs:
152152
153-
cockpit_url = "https://xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.dashboard.obs.fr-par.scw.cloud"
153+
cockpit_url = "https://xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.metrics.cockpit.fr-par.scw.cloud"
154154
cockpit_user_login = "your-grafana-user"
155155
cockpit_user_password = "your-grafana-user-password"
156156
```

0 commit comments

Comments
 (0)