Skip to content

Commit

Permalink
Github section updates to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
danvega committed Jul 5, 2018
1 parent 5bed960 commit a2ac794
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 9 deletions.
4 changes: 3 additions & 1 deletion src/docs/course/_github.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@ Websites
Resources

* https://www.youtube.com/playlist?list=PL0lo9MOBetEHhfG9vJzVCTiDYcbhAiEqL[Github & Git Foundations]
* https://help.github.com/articles/git-and-github-learning-resources/[Github Learning Resources]
* https://help.github.com/articles/git-and-github-learning-resources/[Github Learning Resources]
* https://guides.github.com/introduction/flow/[Understanding Github Workflows]
* https://www.youtube.com/watch?v=EwWZbyjDs9c[Github Review - Exploring Workflows]
64 changes: 56 additions & 8 deletions src/docs/course/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -449,17 +449,18 @@ <h1>Getting Started with Spring Boot 2.0</h1>
<li><a href="#_course_assets">Course Assets</a></li>
</ul>
</li>
<li><a href="#_github_repositories">Github Repositories</a>
<li><a href="#_github">Github</a>
<ul class="sectlevel2">
<li><a href="#_main_repo">Main Repo</a></li>
<li><a href="#_ui_templates">UI Templates</a></li>
<li><a href="#_repositories">Repositories</a></li>
<li><a href="#_learning">Learning</a></li>
</ul>
</li>
<li><a href="#_development_environment">Development Environment</a>
<ul class="sectlevel2">
<li><a href="#_java">Java</a></li>
<li><a href="#_build_tools">Build Tools</a></li>
<li><a href="#_ide_text_editors">IDE &amp; Text Editors</a></li>
<li><a href="#_amazon_web_services_aws">Amazon Web Services (AWS)</a></li>
</ul>
</li>
<li><a href="#_what_s_new_in_spring">What&#8217;s new in Spring</a>
Expand Down Expand Up @@ -715,19 +716,21 @@ <h3 id="_course_assets">Course Assets</h3>
</div>
</div>
<div class="sect1">
<h2 id="_github_repositories">Github Repositories</h2>
<h2 id="_github">Github</h2>
<div class="sectionbody">
<div class="sect2">
<h3 id="_main_repo">Main Repo</h3>
<h3 id="_repositories">Repositories</h3>
<div class="sect3">
<h4 id="_main_repo">Main Repo</h4>
<div class="paragraph">
<p>This is a reddit clone built using Spring Boot 2. I created this project to show off all the cool features of Spring Boot 2.</p>
</div>
<div class="paragraph">
<p><a href="https://github.com/cfaddict/springit" class="bare">https://github.com/cfaddict/springit</a></p>
</div>
</div>
<div class="sect2">
<h3 id="_ui_templates">UI Templates</h3>
<div class="sect3">
<h4 id="_ui_templates">UI Templates</h4>
<div class="paragraph">
<p>These are the HTML templates that we are using to build out UI for this course. I wanted to provide the raw templates before we start
introducing Thymleaf into the equation.</p>
Expand All @@ -737,6 +740,47 @@ <h3 id="_ui_templates">UI Templates</h3>
</div>
</div>
</div>
<div class="sect2">
<h3 id="_learning">Learning</h3>
<div class="paragraph">
<p>This is a collection of websites, training videos and resources to help you learn Git &amp; Github. While this course isn&#8217;t
specifically about Git or Github I think it is an important skill to learn. If you have some time please consider
going through some of the links below.</p>
</div>
<div class="paragraph">
<p>Websites</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://git-scm.com/">Git</a></p>
</li>
<li>
<p><a href="https://github.com">Github</a></p>
</li>
</ul>
</div>
<div class="paragraph">
<p>Resources</p>
</div>
<div class="ulist">
<ul>
<li>
<p><a href="https://www.youtube.com/playlist?list=PL0lo9MOBetEHhfG9vJzVCTiDYcbhAiEqL">Github &amp; Git Foundations</a></p>
</li>
<li>
<p><a href="https://help.github.com/articles/git-and-github-learning-resources/">Github Learning Resources</a></p>
</li>
<li>
<p><a href="https://guides.github.com/introduction/flow/">Understanding Github Workflows</a></p>
</li>
<li>
<p><a href="https://www.youtube.com/watch?v=EwWZbyjDs9c">Github Review - Exploring Workflows</a></p>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="sect1">
<h2 id="_development_environment">Development Environment</h2>
Expand Down Expand Up @@ -773,6 +817,10 @@ <h4 id="_spring_tool_suite_eclipse">Spring Tool Suite (Eclipse)</h4>
<h4 id="_visual_studio_code">Visual Studio Code</h4>

</div>
</div>
<div class="sect2">
<h3 id="_amazon_web_services_aws">Amazon Web Services (AWS)</h3>

</div>
</div>
</div>
Expand Down Expand Up @@ -2009,7 +2057,7 @@ <h2 id="_contact_me">Contact Me</h2>
<div id="footer">
<div id="footer-text">
Version 0.1<br>
Last updated 2018-04-15 06:58:32 EDT
Last updated 2018-04-17 07:28:17 EDT
</div>
</div>
</body>
Expand Down

0 comments on commit a2ac794

Please sign in to comment.