Skip to content

Commit

Permalink
Add showShareButton to lessons
Browse files Browse the repository at this point in the history
  • Loading branch information
uellenberg committed Aug 30, 2024
1 parent c94c91f commit a30ec6e
Show file tree
Hide file tree
Showing 33 changed files with 66 additions and 33 deletions.
3 changes: 2 additions & 1 deletion sections/00_intro_to_cratecode/00_welcome/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"validator": {
"requireRun": true
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/00_intro_to_cratecode/00_welcome"
"source": "https://github.com/Cratecode/intro/tree/master/sections/00_intro_to_cratecode/00_welcome",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/00_why_program/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"requireRun": true
},
"defaultFile": "index.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/00_why_program"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/00_why_program",
"showShareButton": true
}
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/10_what_programming_means"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/10_what_programming_means",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/20_basic_concepts/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"requireRun": true
},
"defaultFile": "index.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/20_basic_concepts"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/20_basic_concepts",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/30_your_first_program/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/30_your_first_program"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/30_your_first_program",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/40_console.log/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"requireRun": true
},
"defaultFile": "index.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/40_console.log"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/40_console.log",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/50_data_types/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"requireRun": true
},
"defaultFile": "index.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/50_data_types"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/50_data_types",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/10_intro_to_cs/60_basic_calculator/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/60_basic_calculator"
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/60_basic_calculator",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/20_intro_to_p5/00_what_is_p5/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"defaultFile": "user/sketch.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/00_what_is_p5"
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/00_what_is_p5",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/20_intro_to_p5/10_drawing_basic_shapes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/10_drawing_basic_shapes"
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/10_drawing_basic_shapes",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/20_intro_to_p5/20_getting_complex/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/20_getting_complex"
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/20_getting_complex",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/20_intro_to_p5/30_using_constants/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/30_using_constants"
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/30_using_constants",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/20_intro_to_p5/40_getting_things_moving/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/40_getting_things_moving"
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/40_getting_things_moving",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/00_upgrading_our_calculator"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/00_upgrading_our_calculator",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/10_supporting_all_operations"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/10_supporting_all_operations",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/20_word_splitter"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/20_word_splitter",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/21_reverse_word_splitter"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/21_reverse_word_splitter",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/30_console_applications/30_palindromes/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/30_palindromes"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/30_palindromes",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/30_console_applications/40_file_io_read/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/40_file_io_read"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/40_file_io_read",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/50_reading_data_files"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_console_applications/50_reading_data_files",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/30_continuing_p5/00_making_things_stop/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/00_making_things_stop"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/00_making_things_stop",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/30_continuing_p5/10_taking_user_input/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/10_taking_user_input"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/10_taking_user_input",
"showShareButton": true
}
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/20_putting_it_all_together"
"source": "https://github.com/Cratecode/intro/tree/master/sections/30_continuing_p5/20_putting_it_all_together",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/40_making_websites/00_making_websites/config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"defaultFile": "user/index.html",
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/00_making_websites"
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/00_making_websites",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/40_making_websites/10_basic_html/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/10_basic_html"
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/10_basic_html",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/40_making_websites/20_multiple_pages/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/20_multiple_pages"
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/20_multiple_pages",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/40_making_websites/30_using_javascript/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/30_using_javascript"
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/30_using_javascript",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/40_making_websites/40_story_builder/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
}
]
},
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/40_story_builder"
"source": "https://github.com/Cratecode/intro/tree/master/sections/40_making_websites/40_story_builder",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/50_backend_websites/00_what_is_backend/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@
"requireRun": true
},
"defaultFile": "user/backend/index.js",
"source": "https://github.com/Cratecode/intro/tree/master/sections/50_backend_websites/00_what_is_backend"
"source": "https://github.com/Cratecode/intro/tree/master/sections/50_backend_websites/00_what_is_backend",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/50_using_react/00_web_frameworks_react/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
"root": "/pages",
"outputView": "web",
"outputViews": ["web"],
"source": "https://github.com/Cratecode/intro/tree/master/sections/50_using_react/00_web_frameworks_react"
"source": "https://github.com/Cratecode/intro/tree/master/sections/50_using_react/00_web_frameworks_react",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/60_continuing_cs/00_recursion_intro/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"source": "https://github.com/Cratecode/intro/tree/master/sections/60_continuing_cs/00_recursion_intro"
"source": "https://github.com/Cratecode/intro/tree/master/sections/60_continuing_cs/00_recursion_intro",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/60_typescript/00_advanced_data_types/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@
]
},
"defaultFile": "src/index.ts",
"source": "https://github.com/Cratecode/intro/tree/master/sections/60_typescript/00_advanced_data_types"
"source": "https://github.com/Cratecode/intro/tree/master/sections/60_typescript/00_advanced_data_types",
"showShareButton": true
}
3 changes: 2 additions & 1 deletion sections/70_next_js/00_fullstack_frameworks_next/config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{
"source": "https://github.com/Cratecode/intro/tree/master/sections/70_next_js/00_fullstack_frameworks_next"
"source": "https://github.com/Cratecode/intro/tree/master/sections/70_next_js/00_fullstack_frameworks_next",
"showShareButton": true
}

0 comments on commit a30ec6e

Please sign in to comment.