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 >
<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">