Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.idea
.envrc
.vscode/*
!.vscode/extensions.json
!.vscode/settings.json
/bin
/dist
*.iml
/app/dbmigration/schema/*.down.sql
*/**/.DS_Store
.graphqlrc
.env
.DS_Store
data/*.sql
repositories/
Binary file removed demo/assets/assignment_frontmatter.png
Binary file not shown.
Binary file removed demo/assets/creator_ui_instructions.png
Binary file not shown.
Binary file removed demo/assets/logs_output.png
Binary file not shown.
Binary file removed demo/assets/outline.png
Binary file not shown.
Binary file removed demo/assets/parse_error.png
Binary file not shown.
Binary file removed demo/assets/rigid_structure.png
Binary file not shown.
Binary file removed demo/assets/runtime_error.png
Binary file not shown.
Binary file removed demo/assets/setup_deps.png
Binary file not shown.
Binary file removed demo/assets/start_output.png
Binary file not shown.
107 changes: 6 additions & 101 deletions demo/chapters.hcl
Original file line number Diff line number Diff line change
@@ -1,110 +1,15 @@
resource "chapter" "introduction" {
title = "Introduction"

page "intro" {
file = "instructions/introduction/intro.md"
page "first" {
file = "instructions/introduction/first.md"
}

page "learning_curve" {
file = "instructions/introduction/learning_curve.md"
}

page "feedback" {
file = "instructions/introduction/feedback.md"
}

page "dependencies" {
file = "instructions/introduction/dependencies.md"
}

page "constraints" {
file = "instructions/introduction/constraints.md"
}

page "collaboration" {
file = "instructions/introduction/collaboration.md"
}

page "conclusion" {
file = "instructions/introduction/conclusion.md"
}
}

resource "chapter" "goals" {
title = "Goals"

page "goals" {
file = "instructions/goals/goals.md"
}

page "lower_learning_curve" {
file = "instructions/goals/lower_learning_curve.md"
}

page "fast_feedback" {
file = "instructions/goals/fast_feedback.md"
}

page "explicitness" {
file = "instructions/goals/explicitness.md"
}

page "flexibility" {
file = "instructions/goals/flexibility.md"
}

page "better_collaboration" {
file = "instructions/goals/better_collaboration.md"
}
}

resource "chapter" "reimagined" {
title = "Reimagined"

page "reimagined" {
file = "instructions/reimagined/reimagined.md"
}
page "second" {
file = "instructions/introduction/second.md"

page "components" {
file = "instructions/reimagined/components.md"
}
page "layouts" {
file = "instructions/reimagined/layouts.md"
}
}

resource "chapter" "flow" {
title = "Flow"

page "new_flow" {
file = "instructions/flow/new_flow.md"
}
page "activities" {
file = "instructions/flow/activities.md"

validation = {
validation = {
"exam" = resource.task.first_task
"quizzes" = resource.quiz.quizzes
}
}
}

resource "chapter" "behind_the_scenes" {
title = "Behind the Scenes"

page "feedback" {
file = "instructions/behind_the_scenes/feedback.md"
}

page "creator_ui" {
file = "instructions/behind_the_scenes/creator_ui.md"
}

page "modules" {
file = "instructions/behind_the_scenes/modules.md"
}

page "versioning" {
file = "instructions/behind_the_scenes/versioning.md"
}
}
}
8 changes: 0 additions & 8 deletions demo/instructions/behind_the_scenes/creator_ui.md

This file was deleted.

15 changes: 0 additions & 15 deletions demo/instructions/behind_the_scenes/feedback.md

This file was deleted.

74 changes: 0 additions & 74 deletions demo/instructions/behind_the_scenes/modules.md

This file was deleted.

10 changes: 0 additions & 10 deletions demo/instructions/behind_the_scenes/versioning.md

This file was deleted.

34 changes: 0 additions & 34 deletions demo/instructions/flow/activities.md

This file was deleted.

11 changes: 0 additions & 11 deletions demo/instructions/flow/new_flow.md

This file was deleted.

9 changes: 0 additions & 9 deletions demo/instructions/goals/better_collaboration.md

This file was deleted.

11 changes: 0 additions & 11 deletions demo/instructions/goals/explicitness.md

This file was deleted.

15 changes: 0 additions & 15 deletions demo/instructions/goals/fast_feedback.md

This file was deleted.

7 changes: 0 additions & 7 deletions demo/instructions/goals/flexibility.md

This file was deleted.

3 changes: 0 additions & 3 deletions demo/instructions/goals/goals.md

This file was deleted.

11 changes: 0 additions & 11 deletions demo/instructions/goals/lower_learning_curve.md

This file was deleted.

13 changes: 0 additions & 13 deletions demo/instructions/introduction/collaboration.md

This file was deleted.

16 changes: 0 additions & 16 deletions demo/instructions/introduction/collaboration_and_versioning.md

This file was deleted.

3 changes: 0 additions & 3 deletions demo/instructions/introduction/conclusion.md

This file was deleted.

Loading