Skip to content

Commit a30ec6e

Browse files
committed
Add showShareButton to lessons
1 parent c94c91f commit a30ec6e

33 files changed

Lines changed: 66 additions & 33 deletions

File tree

sections/00_intro_to_cratecode/00_welcome/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@
22
"validator": {
33
"requireRun": true
44
},
5-
"source": "https://github.com/Cratecode/intro/tree/master/sections/00_intro_to_cratecode/00_welcome"
5+
"source": "https://github.com/Cratecode/intro/tree/master/sections/00_intro_to_cratecode/00_welcome",
6+
"showShareButton": true
67
}

sections/10_intro_to_cs/00_why_program/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"requireRun": true
44
},
55
"defaultFile": "index.js",
6-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/00_why_program"
6+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/00_why_program",
7+
"showShareButton": true
78
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
{
2-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/10_what_programming_means"
2+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/10_what_programming_means",
3+
"showShareButton": true
34
}

sections/10_intro_to_cs/20_basic_concepts/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"requireRun": true
44
},
55
"defaultFile": "index.js",
6-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/20_basic_concepts"
6+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/20_basic_concepts",
7+
"showShareButton": true
78
}

sections/10_intro_to_cs/30_your_first_program/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,6 @@
1616
}
1717
]
1818
},
19-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/30_your_first_program"
19+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/30_your_first_program",
20+
"showShareButton": true
2021
}

sections/10_intro_to_cs/40_console.log/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"requireRun": true
44
},
55
"defaultFile": "index.js",
6-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/40_console.log"
6+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/40_console.log",
7+
"showShareButton": true
78
}

sections/10_intro_to_cs/50_data_types/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
"requireRun": true
44
},
55
"defaultFile": "index.js",
6-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/50_data_types"
6+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/50_data_types",
7+
"showShareButton": true
78
}

sections/10_intro_to_cs/60_basic_calculator/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,6 @@
1717
}
1818
]
1919
},
20-
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/60_basic_calculator"
20+
"source": "https://github.com/Cratecode/intro/tree/master/sections/10_intro_to_cs/60_basic_calculator",
21+
"showShareButton": true
2122
}
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
22
"defaultFile": "user/sketch.js",
3-
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/00_what_is_p5"
3+
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/00_what_is_p5",
4+
"showShareButton": true
45
}

sections/20_intro_to_p5/10_drawing_basic_shapes/config.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@
1515
}
1616
]
1717
},
18-
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/10_drawing_basic_shapes"
18+
"source": "https://github.com/Cratecode/intro/tree/master/sections/20_intro_to_p5/10_drawing_basic_shapes",
19+
"showShareButton": true
1920
}

0 commit comments

Comments
 (0)