From 850df3016d0da6f58440a5181484a2e91edfac75 Mon Sep 17 00:00:00 2001 From: Diego Ripley Date: Fri, 6 Feb 2026 20:02:36 -0500 Subject: [PATCH] Update getting started page, add links to processes --- content/docs/getting_started/_index.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/content/docs/getting_started/_index.md b/content/docs/getting_started/_index.md index 3c01b9a..7354aea 100644 --- a/content/docs/getting_started/_index.md +++ b/content/docs/getting_started/_index.md @@ -1,7 +1,15 @@ --- title: 🚀 Getting Started -toc: true -weight: 2 +weight: 1 +next: /docs/processes +sidebar: + open: true --- Look through our [GitHub Organization](https://github.com/orgs/dataforcanada/repositories) to see ongoing work being done in this project. + +{{< cards >}} + {{< card link="/docs/processes" title="Data in The Lab" icon="cloud-download" >}} + {{< card link="/docs/processes" title="Processes" icon="cog" >}} + {{< card link="/docs/dissemination" title="Data Dissemination Strategy" icon="globe" >}} +{{< /cards >}}