From e190d1d46ae0a304dfaa5b23137377aaba786937 Mon Sep 17 00:00:00 2001 From: Exarchiasghost Date: Thu, 7 Jul 2016 21:47:12 +0200 Subject: [PATCH] adding example for MD README that we can use as template i believe it is kind of important all the README to see the same, i also with this humble template, i explain how i will improve the README, (i will let the description area for you, (for Bucky Roberts) to explain the course and i will make a nice documentation for the syntax that you use in your lessons). Do not worry, i changed only empty README.md and only in the Arrays folder. If you agree tell me to start to fill this babies with Knowledge :) --- Data_Structures/Arrays/Basics/README.md | 18 ++++++++++++++++++ Data_Structures/Arrays/Iterators/README.md | 19 +++++++++++++++++-- .../Arrays/New_ES6_Features_1/README.md | 19 +++++++++++++++++-- .../Arrays/New_ES6_Features_2/README.md | 19 +++++++++++++++++-- Data_Structures/Arrays/Searching/README.md | 19 +++++++++++++++++-- Data_Structures/Arrays/Sorting/README.md | 19 +++++++++++++++++-- 6 files changed, 103 insertions(+), 10 deletions(-) create mode 100644 Data_Structures/Arrays/Basics/README.md diff --git a/Data_Structures/Arrays/Basics/README.md b/Data_Structures/Arrays/Basics/README.md new file mode 100644 index 0000000..f85f6ae --- /dev/null +++ b/Data_Structures/Arrays/Basics/README.md @@ -0,0 +1,18 @@ +![](http://i.imgur.com/BgUMUGU.png) + +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file diff --git a/Data_Structures/Arrays/Iterators/README.md b/Data_Structures/Arrays/Iterators/README.md index d08aae5..f85f6ae 100644 --- a/Data_Structures/Arrays/Iterators/README.md +++ b/Data_Structures/Arrays/Iterators/README.md @@ -1,3 +1,18 @@ -# Title +![](http://i.imgur.com/BgUMUGU.png) -Description +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file diff --git a/Data_Structures/Arrays/New_ES6_Features_1/README.md b/Data_Structures/Arrays/New_ES6_Features_1/README.md index d08aae5..f85f6ae 100644 --- a/Data_Structures/Arrays/New_ES6_Features_1/README.md +++ b/Data_Structures/Arrays/New_ES6_Features_1/README.md @@ -1,3 +1,18 @@ -# Title +![](http://i.imgur.com/BgUMUGU.png) -Description +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file diff --git a/Data_Structures/Arrays/New_ES6_Features_2/README.md b/Data_Structures/Arrays/New_ES6_Features_2/README.md index d08aae5..f85f6ae 100644 --- a/Data_Structures/Arrays/New_ES6_Features_2/README.md +++ b/Data_Structures/Arrays/New_ES6_Features_2/README.md @@ -1,3 +1,18 @@ -# Title +![](http://i.imgur.com/BgUMUGU.png) -Description +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file diff --git a/Data_Structures/Arrays/Searching/README.md b/Data_Structures/Arrays/Searching/README.md index d08aae5..f85f6ae 100644 --- a/Data_Structures/Arrays/Searching/README.md +++ b/Data_Structures/Arrays/Searching/README.md @@ -1,3 +1,18 @@ -# Title +![](http://i.imgur.com/BgUMUGU.png) -Description +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file diff --git a/Data_Structures/Arrays/Sorting/README.md b/Data_Structures/Arrays/Sorting/README.md index d08aae5..f85f6ae 100644 --- a/Data_Structures/Arrays/Sorting/README.md +++ b/Data_Structures/Arrays/Sorting/README.md @@ -1,3 +1,18 @@ -# Title +![](http://i.imgur.com/BgUMUGU.png) -Description +# Course description, (maybe title of the lesson instead of course description.) +This MD file serves as example/template. It will be filled up soon. + +(for Bucky to fill up) + +# Course Documentation + +(this for me to fill up with every element that you use in lessons. syntax explaination and links for more) + +## Element to explain + +(for example console.log) + +=Links + -Wikipedia + -anotherlink,com \ No newline at end of file