diff --git a/source/data/landings.yaml b/source/data/landings.yaml index 5db1faff06..88310424b7 100644 --- a/source/data/landings.yaml +++ b/source/data/landings.yaml @@ -1370,3 +1370,33 @@ links: - text: "Pantheon WebOps Certification Registry" url: "https://certification.pantheon.io" + +- title: "Learning" + subtitle: "Learn to use Pantheon" + path: "learning" + topics-groups: + + - title: "Getting Started" + links: + - text: "Create a Site" + url: "/guides/getstarted/addsite" + + - text: "Launch a Site" + url: "/guides/getstarted/launch/" + + + + - title: "Tutorials" + links: + - text: "Why become certified?" + url: "/certification/about" + + - title: "TL;DR" + links: + - text: "Why become certified?" + url: "/certification/about" + + - title: "Certification" + links: + - text: "Why become certified?" + url: "/certification/about" diff --git a/src/components/omniSidebarNav/submenus/certification.js b/src/components/omniSidebarNav/submenus/certification.js index 4e88434e77..e020c563b0 100644 --- a/src/components/omniSidebarNav/submenus/certification.js +++ b/src/components/omniSidebarNav/submenus/certification.js @@ -6,8 +6,8 @@ import { simpleLink, getGuideDirectory } from './../helpers'; */ const CertificationItems = () => { return { - link: '/certification', - title: 'Education & Certification', + link: '/learning', + title: 'Learning', children: [ simpleLink('/certification', 'WebOps Certification', [ {