Skip to content

Commit f87681d

Browse files
committed
docs(infr): docs content review
1 parent c5d862f commit f87681d

File tree

5 files changed

+14
-15
lines changed

5 files changed

+14
-15
lines changed

pages/managed-inference/concepts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ content:
77
paragraph: This page explains all the concepts related to Managed Inference
88
tags:
99
dates:
10-
validation: 2024-11-29
10+
validation: 2025-06-02
1111
categories:
1212
- ai-data
1313
---

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ tags: crossplane kubernetes
99
categories:
1010
- kubernetes
1111
dates:
12-
validation: 2024-11-25
12+
validation: 2025-06-02
1313
posted: 2023-05-05
1414
---
1515

@@ -53,7 +53,7 @@ Run the following `up uxp install` command to install the latest stable version
5353
You should see an output like the following:
5454

5555
```plaintext
56-
UXP 1.18.0-up.1 installed
56+
UXP 1.20.0-up.1 installed
5757
```
5858

5959
## Installing the provider into your Kubernetes cluster
@@ -101,7 +101,7 @@ Run the following `up uxp install` command to install the latest stable version
101101

102102
```
103103
NAME INSTALLED HEALTHY PACKAGE AGE
104-
provider-scaleway True True xpkg.upbound.io/scaleway/provider-scaleway:v0..0 11s
104+
provider-scaleway True Unknown xpkg.upbound.io/scaleway/provider-scaleway:v0.2.0 9s
105105
```
106106

107107
<Message type="note">

tutorials/install-medusa/index.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- instances
1010
tags: ecommerce shopping medusajs
1111
dates:
12-
validation: 2024-11-25
12+
validation: 2025-06-02
1313
posted: 2023-05-10
1414
---
1515

@@ -36,9 +36,8 @@ This tutorial will show you how to install and use MedusaJS, create a new projec
3636
```
3737
apt update
3838
apt install -y ca-certificates curl gnupg
39-
mkdir -p /etc/apt/keyrings
40-
curl -fsSL https://deb.nodesource.com/gpgkey/nodesource-repo.gpg.key | gpg --dearmor -o /etc/apt/keyrings/nodesource.gpg
41-
echo "deb [signed-by=/etc/apt/keyrings/nodesource.gpg] https://deb.nodesource.com/node_20.x nodistro main" | tee /etc/apt/sources.list.d/nodesource.list
39+
curl -fsSL https://deb.nodesource.com/setup_23.x -o nodesource_setup.sh
40+
sudo -E bash nodesource_setup.sh
4241
```
4342
4. Update the APT cache and install the required packages for Medusa:
4443
```

tutorials/install-rkhunter/index.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
meta:
3-
title: Detecting Rootkits and Security Holes with rkhunter on Ubuntu
4-
description: Detecting Rootkits and Security Holes with RKhunter on Ubuntu
3+
title: Detecting rootkits and security holes with rkhunter on Ubuntu
4+
description: Detecting rootkits and security holes with rkhunter on Ubuntu
55
content:
6-
h1: Detecting Rootkits and Security Holes with rkhunter on Ubuntu
7-
paragraph: Detecting Rootkits and Security Holes with RKhunter on Ubuntu
6+
h1: Detecting rootkits and Security Holes with rkhunter on Ubuntu
7+
paragraph: Detecting rootkits and security holes with rkhunter on Ubuntu
88
categories:
99
- compute
1010
tags: Rootkits rkhunter security
1111
dates:
12-
validation: 2024-11-25
12+
validation: 2025-06-02
1313
posted: 2018-10-30
1414
---
1515

tutorials/kubernetes-package-management-helm/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ categories:
99
- kubernetes
1010
tags: kubernetes helm k8s
1111
dates:
12-
validation: 2024-11-25
12+
validation: 2025-06-02
1313
posted: 2024-05-23
1414
---
1515

@@ -51,7 +51,7 @@ For a complete overview of Helm and its basic concepts, refer to this [Scaleway
5151
kubectl cluster-info
5252
```
5353
You will see cluster information if `kubectl` is installed and configured correctly. If not, make sure to [deploy a Kubernetes Kapsule cluster](/kubernetes/how-to/create-cluster/) first.
54-
</Message>
54+
</Message>
5555

5656
### Installing Helm Client
5757

0 commit comments

Comments
 (0)