From bac5c96b4108fed509ed0b94a1c3d0217dbde50c Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Wed, 25 Feb 2026 10:04:33 -0500 Subject: [PATCH] Do away with labs subdomain for data dissemination. Since everything is versioned now, it all goes into one bucket --- hugo.yaml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index 1d28bec..02b7896 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -38,17 +38,9 @@ menu: - name: Status weight: 1 url: "https://status.dataforcanada.org" - - identifier: datasets - name: Datasets + - name: Datasets weight: 2 - - identifier: Production - name: Production - url: https://data-01.dataforcanada.org/processed/ - parent: datasets - - identifier: Labs - name: Labs - url: https://data-01.labs.dataforcanada.org/processed/ - parent: datasets + url: https://data-01.dataforcanada.org/ - name: Docs pageRef: /docs/ weight: 3