From 626040558017f3615b1639d30ff9b00a3b81ae4a Mon Sep 17 00:00:00 2001 From: dalilacerbah Date: Tue, 8 Apr 2025 14:30:51 +0200 Subject: [PATCH 1/2] feat: add json for footer WDOC-1006 --- menu/footer.json | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 menu/footer.json diff --git a/menu/footer.json b/menu/footer.json new file mode 100644 index 0000000000..5ee0df55ea --- /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/" + } +] From 41559936c2673e794a904f0b10c0dcad61740297 Mon Sep 17 00:00:00 2001 From: Dalila Date: Wed, 9 Apr 2025 10:44:19 +0200 Subject: [PATCH 2/2] footer.json naming change Co-authored-by: ldecarvalho-doc <82805470+ldecarvalho-doc@users.noreply.github.com> --- menu/footer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu/footer.json b/menu/footer.json index 5ee0df55ea..9c5ffcda1f 100644 --- a/menu/footer.json +++ b/menu/footer.json @@ -1,6 +1,6 @@ [ { - "label": "API Docs", + "label": "API Documentation", "href": "https://www.scaleway.com/en/developers" }, {