Skip to content

Commit

Permalink
Getting started on Landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
stevector committed Jan 8, 2025
1 parent 7751b26 commit 0a5aa02
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions source/data/landings.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions src/components/omniSidebarNav/submenus/certification.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', [
{
Expand Down

0 comments on commit 0a5aa02

Please sign in to comment.