Deployed 6e8f373 with MkDocs version: 1.0.4

This commit is contained in:
Kalyanasundaram Somasundaram
2020-11-03 19:27:18 +05:50
parent 3477c4d11d
commit 6937cd8694
18 changed files with 3000 additions and 10 deletions

View File

@@ -49,6 +49,48 @@
<li class="active">
<a href=".">Home</a>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Git <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="git/git-basics/">Git Basics</a>
</li>
<li >
<a href="git/branches/">Working With Branches</a>
</li>
<li >
<a href="git/github-hooks/">Github and Hooks</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Python and Web <b class="caret"></b></a>
<ul class="dropdown-menu">
<li >
<a href="python_web/intro/">Intro</a>
</li>
<li >
<a href="python_web/python-concepts/">Some Python Concepts</a>
</li>
<li >
<a href="python_web/python-web-flask/">Python, Web and Flask</a>
</li>
<li >
<a href="python_web/url-shorten-app/">The URL Shortening App</a>
</li>
<li >
<a href="python_web/sre-conclusion/">SRE Aspects of The App and Conclusion</a>
</li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Systems Design <b class="caret"></b></a>
<ul class="dropdown-menu">
@@ -88,7 +130,7 @@
</a>
</li>
<li >
<a rel="prev" href="systems_design/intro/">
<a rel="prev" href="git/git-basics/">
Next <i class="fa fa-arrow-right"></i>
</a>
</li>
@@ -187,5 +229,5 @@
<!--
MkDocs version : 1.0.4
Build Date UTC : 2020-11-02 10:02:28
Build Date UTC : 2020-11-03 13:37:18
-->