Skip to content

Commit

Permalink
init commit
Browse files Browse the repository at this point in the history
Inclusion of chia academy header, sidebar, intro page, and overview (template)
  • Loading branch information
BrandtH22 committed Oct 20, 2023
1 parent 3a97b13 commit 908a002
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 0 deletions.
43 changes: 43 additions & 0 deletions docs/academy/academy-intro/academy-overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
---
title: Academy Overview
slug: /academy-overview
---

The lesson pages in Chia Academy are thoughtfully designed to enhance the learning experience for students. Each lesson is organized in a user-friendly and visually appealing manner. The structure typically includes:

---

## Lesson title:
Each lesson starts with a clear and descriptive title that informs students about the topic they are about to explore.

---

## Learning objectives:
A set of specific learning objectives is provided at the beginning of the lesson. These objectives outline what students will be able to understand or do by the end of the lesson, setting clear expectations

---

## Content:
The core content in each lesson is conveyed through structured short format videos followed by summaries. This hybrid visual and text approach ensures accessibility and caters to diverse learning preferences.

---

## Script:
Each of the short format videos will be proceeded by the script used for creating the video. This written format ensures ease of translation catering to diverse learners.

---

## Common gotchas:
While lessons are thoughtfully designed to facilitate learning, there are some common pitfalls or challenges that a learner might face. These will be described after the script for each lesson.

---

## Knowledge check
Each lesson contains a brief quiz designed to gauge learners' comprehension and retention of the video material. These assessments reinforce key concepts and help learners self-asses their understanding.

---

## Additional resources:
Links to additional reading materials, videos, or external resources may be provided for learners who wish to delve deeper into the lessons subject.

---
6 changes: 6 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ const katex = require('rehype-katex');
position: 'left',
label: 'Guides',
},
{
href: 'academy/introduction',
label: 'Chia Academy',
docId: '/academy-intro'
position: 'left',
},
{
href: 'https://chialisp.com',
label: 'Chialisp',
Expand Down
18 changes: 18 additions & 0 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,4 +396,22 @@ module.exports = {
],
},
],
academy: [
{
type: 'category',
label: 'Chia Academy Intro',
collapsible: false,
collapsed: false,
link: {
type: 'generated-index',
slug: '/academy/academy-intro',
title: 'Chia Academy Intro',
description:
'Welcome to Chia Academy, the scholarly hub for delving deep into Chia blockchain technology. In an age characterized by rapid digital transformation, this institution offers a comprehensive exploration of the Chia blockchain, dissecting its technical intricacies, real-world applications, and the nuances of its secure data handling. The Chia blockchain, created by Bram Cohen, stands out from traditional cryptocurrencies with its unique Proof of Space and Time (PoST) model, which contrasts with the energy-intensive Proof of Work (PoW) used by Bitcoin. This innovation is notable for its eco-friendly approach to blockchain. As a Chia Academy student, you will dive into the core concepts and functionalities of the Chia blockchain, including:',
},
items: [
'academy/academy-intro/overview',
],
},
],
};

0 comments on commit 908a002

Please sign in to comment.