Skip to content

Commit 9925319

Browse files
ldecarvalho-docSlashgearjcirinosclwyatissedrescaleway
authored
fix(gen): content updates (#5222)
* fix(gen): content updates * fix(gen): ts component * fix(gen): update linkslist * fix: add example of icon for troubleshooting home product * fix(tuto): product icons ts * fix(tuto): product icons ts 2 * fix: fix wrong html structure * fix(tuto): product icons 3 * fix(tuto): fix component * fix(gen): replace alert with message * fix(gen): review jessi Co-authored-by: Jessica <[email protected]> --------- Co-authored-by: Antoine Caron <[email protected]> Co-authored-by: Jessica <[email protected]> Co-authored-by: Aymar Tissedre <[email protected]>
1 parent b32db97 commit 9925319

File tree

67 files changed

+356
-858
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+356
-858
lines changed

blocks/highlights.json

Lines changed: 0 additions & 38 deletions
This file was deleted.

blocks/mainLinks.json

Lines changed: 0 additions & 50 deletions
This file was deleted.

changelog/index.mdx

Lines changed: 0 additions & 8 deletions
This file was deleted.

macros/audit-trail/iam-endpoints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
macro: adt-iam-endpoints
33
---
44

5-
<Concept>
5+
<Accordion>
66
## IAM
77

88
### IAM supported endpoints
@@ -40,4 +40,4 @@ macro: adt-iam-endpoints
4040
- DeletePolicy (`DELETE /iam/v1alpha1/policies/{policy_id}`)
4141
- ClonePolicy (`POST /iam/v1alpha1/policies/{policy_id}/clone`)
4242
- SetRules (`PUT /iam/v1alpha1/rules`)
43-
</Concept>
43+
</Accordion>

macros/audit-trail/key-manager-endpoints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
macro: adt-key-manager-endpoints
33
---
44

5-
<Concept>
5+
<Accordion>
66
## Key Manager
77

88
### Key Manager supported endpoints
@@ -19,4 +19,4 @@ macro: adt-key-manager-endpoints
1919
- EnableKey (`POST /key-manager/v1alpha1/regions/{region}/keys/{key_id}/enable`)
2020
- ImportKeyMaterial (`POST /key-manager/v1alpha1/regions/{region}/keys/{key_id}/import-key-material`)
2121
- DeleteKeyMaterial (`POST /key-manager/v1alpha1/regions/{region}/keys/{key_id}/delete-key-material`)
22-
</Concept>
22+
</Accordion>

macros/audit-trail/kubernetes-endpoints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
macro: adt-kubernetes-endpoints
33
---
44

5-
<Concept>
5+
<Accordion>
66
## Kubernetes
77

88
### Kubernetes supported endpoints
@@ -30,4 +30,4 @@ macro: adt-kubernetes-endpoints
3030
### Additional information
3131

3232
IP addresses are not logged in Audit Trail for Kubernetes events due to security considerations.
33-
</Concept>
33+
</Accordion>

macros/audit-trail/secret-manager-endpoints.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
macro: adt-secret-manager-endpoints
33
---
44

5-
<Concept>
5+
<Accordion>
66
## Secret Manager
77

88
### Secret Manager supported endpoints
@@ -20,4 +20,4 @@ macro: adt-secret-manager-endpoints
2020
- Delete a version (`DELETE /secret-manager/v1beta1/regions/{region}/secrets/{secret_id}/versions/{revision}`)
2121
- Disable a version (`POST /secret-manager/v1beta1/regions/{region}/secrets/{secret_id}/versions/{revision}/disable`)
2222
- Enable a version (`POST /secret-manager/v1beta1/regions/{region}/secrets/{secret_id}/versions/{revision}/enable`)
23-
</Concept>
23+
</Accordion>

macros/key-manager/plaintext-vs-ciphertext.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
macro: key-manager-plaintext-vs-ciphertext
33
---
44

5-
<Concept>
5+
<Accordion>
66
## What is the difference between ciphertext and plaintext?
77
**Ciphertext** refers to data that has been encrypted using a cryptographic algorithm and a key.
88
Ciphertext can be encrypted on the client side as long as the encryption key used for encryption is safely stored (in a Key Manager, for example).
99
Unlike plaintext, ciphertext is not human-readable and cannot be understood or used without first decrypting it with the appropriate decryption key.
1010

1111
**Plaintext** refers to unencrypted, readable data. In the context of key management, plaintext often refers to cryptographic keys or sensitive data that are stored or transmitted in an unencrypted form. This term is often used in contrast to ciphertext, which is data that has been encrypted and is not readable without decryption.
12-
</Concept>
12+
</Accordion>
1313

menu/changelogs.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
],
4040
"category": "console",
4141
"label": "Account",
42-
"icon": "ConsoleCategoryIcon"
42+
"icon": "OrganizationDashboardCategoryIcon"
4343
},
4444
{
4545
"items": [
@@ -58,7 +58,7 @@
5858
],
5959
"category": "billing",
6060
"label": "Cost & Impact Management",
61-
"icon": "EnvironmentalFootprintCategoryIcon"
61+
"icon": "CostAndImpactManagementCategoryIcon"
6262
},
6363
{
6464
"items": [
@@ -156,7 +156,7 @@
156156
],
157157
"category": "data-and-analytics",
158158
"label": "Data & Analytics",
159-
"icon": "ManagedServicesCategoryIcon"
159+
"icon": "DataAndAnalyticsCategoryIcon"
160160
},
161161
{
162162
"items": [
@@ -222,7 +222,7 @@
222222
],
223223
"category": "domains-and-webhosting",
224224
"label": "Domains & Web Hosting",
225-
"icon": "IotCategoryIcon"
225+
"icon": "DomainsAndWebHostingCategoryIcon"
226226
},
227227
{
228228
"items": [
@@ -241,7 +241,7 @@
241241
],
242242
"category": "integration-services",
243243
"label": "Integration Services",
244-
"icon": "ApplicationIntegrationCategoryIcon"
244+
"icon": "IntegrationServicesCategoryIcon"
245245
},
246246
{
247247
"items": [
@@ -256,7 +256,7 @@
256256
],
257257
"category": "monitoring",
258258
"label": "Monitoring",
259-
"icon": "ObservabilityCategoryIcon"
259+
"icon": "MonitoringCategoryIcon"
260260
},
261261
{
262262
"items": [
@@ -314,7 +314,7 @@
314314
],
315315
"category": "serverless",
316316
"label": "Serverless",
317-
"icon": "ServerlessCategoryIcon"
317+
"icon": "ServerlessComputeCategoryIcon"
318318
},
319319
{
320320
"items": [
@@ -342,4 +342,4 @@
342342
"label": "Partners",
343343
"icon": "PartnersCategoryIcon"
344344
}
345-
]
345+
]

menu/filters.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
],
99
"category": "console",
1010
"label": "Account",
11-
"icon": "ConsoleCategoryIcon"
11+
"icon": "OrganizationDashboardCategoryIcon"
1212
},
1313
{
1414
"items": [
@@ -27,7 +27,7 @@
2727
],
2828
"category": "billing",
2929
"label": "Cost & Impact Management",
30-
"icon": "EnvironmentalFootprintCategoryIcon"
30+
"icon": "CostAndImpactManagementCategoryIcon"
3131
},
3232
{
3333
"items": [
@@ -125,7 +125,7 @@
125125
],
126126
"category": "data-and-analytics",
127127
"label": "Data & Analytics",
128-
"icon": "ManagedServicesCategoryIcon"
128+
"icon": "DataAndAnalyticsCategoryIcon"
129129
},
130130
{
131131
"items": [
@@ -186,7 +186,7 @@
186186
],
187187
"category": "domains-and-webhosting",
188188
"label": "Domains & Web Hosting",
189-
"icon": "IotCategoryIcon"
189+
"icon": "DomainsAndWebHostingCategoryIcon"
190190
},
191191
{
192192
"items": [
@@ -205,7 +205,7 @@
205205
],
206206
"category": "integration-services",
207207
"label": "Integration Services",
208-
"icon": "ApplicationIntegrationCategoryIcon"
208+
"icon": "IntegrationServicesCategoryIcon"
209209
},
210210
{
211211
"items": [
@@ -220,7 +220,7 @@
220220
],
221221
"category": "monitoring",
222222
"label": "Monitoring",
223-
"icon": "ObservabilityCategoryIcon"
223+
"icon": "MonitoringCategoryIcon"
224224
},
225225
{
226226
"items": [
@@ -278,7 +278,7 @@
278278
],
279279
"category": "serverless",
280280
"label": "Serverless",
281-
"icon": "ServerlessCategoryIcon"
281+
"icon": "ServerlessComputeCategoryIcon"
282282
},
283283
{
284284
"items": [
@@ -306,4 +306,4 @@
306306
"label": "Partners",
307307
"icon": "PartnersCategoryIcon"
308308
}
309-
]
309+
]

0 commit comments

Comments
 (0)