Skip to content

Commit

Permalink
patch: fixes on footer and content update
Browse files Browse the repository at this point in the history
  • Loading branch information
TalhaFaisalglor committed Sep 11, 2024
1 parent 8078d9e commit 525fdfe
Show file tree
Hide file tree
Showing 12 changed files with 91 additions and 19 deletions.
15 changes: 8 additions & 7 deletions src/pages/_data/navigation/footerLinks.json5
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
{ title: "Clean Code", url: "/ideology/tdd/", class:"" },
{ title: "Training", url: "/ideology/clean-code/", class:"" },
]
},
{
title: "Training",
links: [
{ title: "Building Your First Skill", url: "/training/building-a-skill/", class:"" },
{ title: "Katas", url: "/training/katas/", class:"" },
]
},
{
title: "Concepts",
Expand All @@ -40,13 +47,7 @@
{ title: "Stores", url: "/concepts/stores/", class:"" },
]
},
{
title: "Training",
links: [
{ title: "Building Your First Skill", url: "/training/building-a-skill/", class:"" },
{ title: "Katas", url: "/training/katas/", class:"" },
]
},

{
title: "Help",
links: [
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
"url": "/training/building-a-skill/share-story/"
},
{
"title": "Onboarding",
"title": "Bonus Chapter: Onboarding",
"url": "/training/building-a-skill/onboarding/"
}
]
Expand Down
8 changes: 8 additions & 0 deletions src/pages/training/building-a-skill/dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@ tocData:
<iframe width="560" height="315" src="https://www.youtube.com/embed/SiUckNpPLag?si=SCepKnOJDJKmLbC-" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
</div>

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
8 changes: 8 additions & 0 deletions src/pages/training/building-a-skill/feedback.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Feedback

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
12 changes: 8 additions & 4 deletions src/pages/training/building-a-skill/generating-a-story.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
title: Generating a Bedtime Story with ChatGPT
---
# Generating a Bedtime Story with ChatGPT

## Overview

Coming soon...

### Something Missing?
## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

<div class="grid-buttons">
<a class="btn" href="https://forms.gle/2ZMtwUxg1egV8sHT8">Request Documentation Enhancement</a>
Expand Down
10 changes: 9 additions & 1 deletion src/pages/training/building-a-skill/onboarding.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Onboarding
# Bonus Chapter: Onboarding

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
12 changes: 9 additions & 3 deletions src/pages/training/building-a-skill/open-ai-setup.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
title: Open AI Setup
---
# OpenAI Setup

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
12 changes: 9 additions & 3 deletions src/pages/training/building-a-skill/share-story.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
---
title: Sharing the Story
---
# Share Your Story

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
8 changes: 8 additions & 0 deletions src/pages/training/building-a-skill/starting-a-skill.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Starting a Skill

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
8 changes: 8 additions & 0 deletions src/pages/training/building-a-skill/wireframes.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
# Wireframes

## Overview

<iframe width="100%" height="500" src="https://www.youtube.com/embed/b5KNPEJXgko?si=5lNp8cjJx7pcvJ8e" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

## Wireframes

<iframe src="https://link.excalidraw.com/readonly/peWP0LgCzWvSDKypzbfj" width="100%" height="500" style="border: none;"></iframe>

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
8 changes: 8 additions & 0 deletions src/pages/training/building-a-skill/your-family-members.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Your Family Members

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down
7 changes: 7 additions & 0 deletions src/pages/training/building-a-skill/your-family-values.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,15 @@
# Your Family Values

## Overview

Coming soon...

## Pre-requisites

## Concepts Covered in This Chapter

## Tools Used in This Chapter

### Something Missing?

<div class="grid-buttons">
Expand Down

0 comments on commit 525fdfe

Please sign in to comment.