Skip to content

Commit

Permalink
Merge branch 'main' into release-notes
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelwhitton committed Jan 25, 2024
2 parents d758103 + 87ec5f5 commit dfb535c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
"*.md"
"source/**/*.md"
--timeout 20
fail: true
fail: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
7 changes: 7 additions & 0 deletions src/layout/header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,13 @@ const mainNavigationLinks = [
</Link>
),
},
{
linkContent: (
<Link id="certification" to="/certification">
Certification Program
</Link>
),
},
{
linkContent: (
<Link id="terminus" to="/terminus">
Expand Down
1 change: 1 addition & 0 deletions static/google96c3ed5617112bcb.html
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
google-site-verification: google96c3ed5617112bcb.html

0 comments on commit dfb535c

Please sign in to comment.