Skip to content

Commit 9c7962f

Browse files
fix(gen): more examples
1 parent d8fa290 commit 9c7962f

File tree

5 files changed

+18
-5
lines changed

5 files changed

+18
-5
lines changed

tutorials/abort-multipart-upload-minio/index.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ dates:
88
validation: 2025-06-09
99
validation_frequency: 12
1010
hero: assets/scaleway_minio.webp
11-
products:
12-
- object-storage
1311
usecase:
1412
- manage-run-and-store-data
1513
ecosystem:

tutorials/access-mac-mini-with-reemo/index.mdx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ dates:
88
validation: 2025-08-05
99
posted: 2022-02-18
1010
validation_frequency: 12
11-
11+
usecase:
12+
- deploy-external-software
13+
ecosystem:
14+
- multi-product
1215
---
1316
import image from './assets/scaleway-reemo-portal-1.webp'
1417
import image2 from './assets/scaleway-reemo-download.webp'

tutorials/actility-lorawan-operator/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ dates:
88
validation: 2025-03-27
99
posted: 2020-07-02
1010
validation_frequency: 12
11+
usecase:
12+
- iot
13+
ecosystem:
14+
- multi-product
1115
---
1216
import image from './assets/scaleway-iothub_howto_actility_grafana.webp'
1317

tutorials/ansible-bionic-beaver/index.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ dates:
88
validation: 2025-03-27
99
posted: 2018-07-26
1010
validation_frequency: 12
11+
usecase:
12+
- deploy-external-software
13+
ecosystem:
14+
- multi-product
1115
---
1216
import Requirements from '@macros/iam/requirements.mdx'
1317

tutorials/ansible-galaxy/index.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ dates:
99
validation: 2025-03-25
1010
posted: 2018-08-02
1111
validation_frequency: 12
12+
usecase:
13+
- deploy-external-software
14+
ecosystem:
15+
- multi-product
1216
---
1317
import Requirements from '@macros/iam/requirements.mdx'
1418

@@ -35,7 +39,7 @@ To use roles in Ansible playbooks, you must first download them.
3539
ansible-galaxy install geerlingguy.apache geerlingguy.mysql geerlingguy.php
3640
```
3741
<Message type="note">
38-
In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`.
42+
In this example, we use `geerlinguy`'s role, which is a software developer involved in many open-source development communities. The latest version will be downloaded if you do not specify which one you want to download. Add the version after the role name to specify a version. Example: `geerlingguy.apache,1.0.0` or `geerlingguy.mysql,1.0.0`.
3943
If you want to use other roles, check out [geerlinguy](https://github.com/geerlingguy/ansible-role-ansible)'s Ansible profile.
4044
</Message>
4145
2. Create an Ansible playbook named `lamp.yml` with the following contents:
@@ -56,7 +60,7 @@ The LAMP server is now created.
5660

5761
## Creating a Solr server with Ansible roles
5862

59-
Apache Solr is a fast open-source Java search server. Solr enables you to easily create search engines that search websites, databases, and files.
63+
Apache Solr is a fast open-source Java search server. Solr enables you to easily create search engines that search websites, databases, and files.
6064

6165
<Message type="note">
6266
For more information on Solr, refer to the [Solr official documentation](http://lucene.apache.org/solr/news.html).

0 commit comments

Comments
 (0)