From d93bb671e89cd978e130021eb8447555a00604dc Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?N=C3=A9da?= <87707325+nerda-codes@users.noreply.github.com>
Date: Wed, 2 Apr 2025 11:13:36 +0200
Subject: [PATCH] chore(docs): weekly review (#4752)
---
menu/footer.json | 34 +++++++++++++++++++
.../api-cli/querying-logs-with-logcli.mdx | 2 +-
pages/cockpit/how-to/activate-push-traces.mdx | 4 +--
.../how-to/create-external-data-sources.mdx | 8 +++--
.../how-to/delete-external-data-sources.mdx | 5 +--
pages/domains-and-dns/how-to/trade-domain.mdx | 2 +-
pages/secret-manager/faq.mdx | 2 +-
7 files changed, 48 insertions(+), 9 deletions(-)
create mode 100644 menu/footer.json
diff --git a/menu/footer.json b/menu/footer.json
new file mode 100644
index 0000000000..cf637c44dd
--- /dev/null
+++ b/menu/footer.json
@@ -0,0 +1,34 @@
+[
+ {
+ "label": "API Docs",
+ "href": "https://www.scaleway.com/en/developers"
+ },
+ {
+ "label": "Scaleway console",
+ "href": "https://account.scaleway.com/"
+ },
+ {
+ "label": "Dedibox console",
+ "href": "https://console.online.net/en/login"
+ },
+ {
+ "label": "Scaleway Learning",
+ "href": "https://www.scaleway.com/en/scaleway-learning/"
+ },
+ {
+ "label": "Scaleway.com",
+ "href": "https://www.scaleway.com/en/"
+ },
+ {
+ "label": "Pricing",
+ "href": "https://www.scaleway.com/en/pricing/"
+ },
+ {
+ "label": "Blog",
+ "href": "https://www.scaleway.com/en/blog/"
+ },
+ {
+ "label": "Careers",
+ "href": "https://www.scaleway.com/en/careers/"
+ }
+ ]
diff --git a/pages/cockpit/api-cli/querying-logs-with-logcli.mdx b/pages/cockpit/api-cli/querying-logs-with-logcli.mdx
index 487fe7f9bf..7226ee4b4e 100644
--- a/pages/cockpit/api-cli/querying-logs-with-logcli.mdx
+++ b/pages/cockpit/api-cli/querying-logs-with-logcli.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Learn how to programmatically retrieve logs stored in Cockpit using LogCLI. Explore efficient querying methods to automate log retrieval from various data sources like Kubernetes clusters and Object Storage buckets.
tags: cockpit observability logs logcli
dates:
- validation: 2024-09-19
+ validation: 2025-04-01
posted: 2024-05-22
categories:
- observability
diff --git a/pages/cockpit/how-to/activate-push-traces.mdx b/pages/cockpit/how-to/activate-push-traces.mdx
index 4bcac7c8fa..b4bb017a60 100644
--- a/pages/cockpit/how-to/activate-push-traces.mdx
+++ b/pages/cockpit/how-to/activate-push-traces.mdx
@@ -6,7 +6,7 @@ content:
h1: How to create and push traces
paragraph: Learn how to create traces, retrieve trace push paths, and push traces.
categories:
- - observability cockpit traces push
+ - observability
dates:
validation: 2024-12-26
posted: 2023-10-31
@@ -31,7 +31,7 @@ This page shows you how to create [traces](/cockpit/concepts/#traces) from the S
- Choose your data retention duration (by default traces will be retained for 7 days)
5. Check the estimated cost, then click **Create custom data source**.
-### Retrieve traces push path
+## Retrieve traces push paths
Scaleway supports the [OpenTelemetry](https://opentelemetry.io/docs/what-is-opentelemetry/) HTTP push path for traces: `/otlp/v1/traces`.
diff --git a/pages/cockpit/how-to/create-external-data-sources.mdx b/pages/cockpit/how-to/create-external-data-sources.mdx
index 10c119d1f6..9d1e7f5255 100644
--- a/pages/cockpit/how-to/create-external-data-sources.mdx
+++ b/pages/cockpit/how-to/create-external-data-sources.mdx
@@ -8,7 +8,7 @@ content:
categories:
- observability
dates:
- validation: 2024-09-19
+ validation: 2025-03-26
posted: 2024-04-05
---
@@ -28,7 +28,11 @@ This page shows you how to create a **custom** [data source](/cockpit/concepts/#
We recommend that you create your data sources in the same regions as the alert manager if you want to receive alerts for them.
-7. Click **Create custom data source**.
+7. Leave the default [retention period](/cockpit/concepts/#retention) or adjust it as you wish.
+
+ Extending the retention period above the default one could incur addtional costs.
+
+8. Click **Create custom data source**.
If you are using Scaleway resources integrated with Cockpit, you can also view your Scaleway data sources in the **Data sources** tab. Scaleway data sources are **read-only**.
diff --git a/pages/cockpit/how-to/delete-external-data-sources.mdx b/pages/cockpit/how-to/delete-external-data-sources.mdx
index 29351c0469..e991a51dc6 100644
--- a/pages/cockpit/how-to/delete-external-data-sources.mdx
+++ b/pages/cockpit/how-to/delete-external-data-sources.mdx
@@ -8,7 +8,7 @@ content:
categories:
- observability
dates:
- validation: 2024-09-19
+ validation: 2025-03-26
posted: 2024-04-13
---
@@ -27,6 +27,7 @@ This page shows you how to delete a custom [data source](/cockpit/concepts/#data
5. Click **Delete data source** to confirm the data source deletion.
- Deleting a data source is permanent. Any data associated with it will be lost.
+ - Deleting a data source is permanent. Any data associated with it will be lost.
+ - You cannot delete Scaleway data sources as they are read-only.
diff --git a/pages/domains-and-dns/how-to/trade-domain.mdx b/pages/domains-and-dns/how-to/trade-domain.mdx
index 7ecda4b52f..4fcd0feec4 100644
--- a/pages/domains-and-dns/how-to/trade-domain.mdx
+++ b/pages/domains-and-dns/how-to/trade-domain.mdx
@@ -7,7 +7,7 @@ content:
paragraph: Discover how to edit registrant contact details for your internal domain using Scaleway's Domains and DNS trade feature.
tags: domain trade edit-registrant contact-information
dates:
- validation: 2024-09-17
+ validation: 2025-03-26
posted: 2024-09-17
categories:
- network
diff --git a/pages/secret-manager/faq.mdx b/pages/secret-manager/faq.mdx
index 38f2e522f6..e8ce9f71be 100644
--- a/pages/secret-manager/faq.mdx
+++ b/pages/secret-manager/faq.mdx
@@ -5,7 +5,7 @@ meta:
content:
h1: Secret Manager FAQ
dates:
- validation: 2024-09-23
+ validation: 2025-04-01
category: identity-and-access-management
productIcon: SecretManagerProductIcon
---