Skip to content

Commit 83b04ad

Browse files
authored
fix(docs): fix validation bot check for frequency (#3801)
* fix(python): correct script and tutos * fix(python): fix tutos * fix(tutos): remove print
1 parent 8ed1684 commit 83b04ad

File tree

25 files changed

+25
-25
lines changed

25 files changed

+25
-25
lines changed

bin/check-review-dates.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ def extract_metadata(filepath):
3737
if "validation: " in line:
3838
val_date = line.split(": ", 1)[1].strip()
3939
has_val_date = True
40-
if "validation-frequency:" in line:
40+
if "validation_frequency:" in line:
4141
val_freq = line.split(": ", 1)[1].strip()
4242
if "---" in line:
4343
meta_limiters += 1

tutorials/ceph-cluster/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tags: dedicated-servers dedibox Ceph object-storage
1212
hero: assets/scaleway_ceph.webp
1313
dates:
1414
validation: 2023-11-27
15-
validation-frequency: 18
15+
validation_frequency: 18
1616
posted: 2020-06-29
1717
---
1818

tutorials/create-deploy-staging-site-cpanel/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ tags: webhosting cpanel wordpress
99
dates:
1010
validation: 2024-04-26
1111
posted: 2024-04-26
12+
validation_frequency: 24
1213
categories:
1314
- webhosting
14-
validation_frequency: 24
1515
---
1616

1717
A staging website mirrors your production website, containing identical data and files while remaining publicly inaccessible.

tutorials/deploy-big-blue-button/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ hero: assets/scaleway_bigbluebutton.webp
1212
dates:
1313
validation: 2024-10-03
1414
posted: 2020-06-10
15-
validation_frequency: 24
15+
validation_frequency: 24
1616
---
1717

1818
BigBlueButton is a powerful web conferencing system that allows you to communicate with remote team members over fully encrypted connections using TLS/SSL. The application was developed for academic use and supports a large number of concurrent users in each conference room.

tutorials/easydeploy-argocd/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-06-13
1313
posted: 2024-06-13
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
Argo CD is a declarative, GitOps continuous delivery tool for Kubernetes.

tutorials/easydeploy-gitlab-server/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-06-20
1313
posted: 2024-06-20
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
This tutorial provides a guide to deploy a GitLab server on Scaleway Kubernetes clusters using the Easy Deploy feature.

tutorials/easydeploy-grafana/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-06-13
1313
posted: 2024-06-13
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
Grafana is a powerful open-source platform for monitoring and observability, allowing users to visualize and analyze metrics from various data sources.

tutorials/easydeploy-vault/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-06-13
1313
posted: 2024-06-13
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
HashiCorp Vault is an identity-based secrets and encryption management system.

tutorials/getting-started-with-kops-on-scaleway/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-04-04
1313
posted: 2023-03-23
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
kOps is a tool that helps you set up and manage Kubernetes clusters for production use. It is like a version of `kubectl` specifically designed for managing clusters.

tutorials/install-cockroachdb-scaleway-instances/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ categories:
1111
dates:
1212
validation: 2024-04-09
1313
posted: 2023-10-02
14-
validation_frequency: 24
14+
validation_frequency: 24
1515
---
1616

1717
CockroachDB is an open-source, distributed SQL database designed to be scalable, reliable, and consistent.

0 commit comments

Comments
 (0)