mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 23:48:03 +00:00
Deployed 6e8f373 with MkDocs version: 1.0.4
This commit is contained in:
46
index.html
46
index.html
@@ -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
|
||||
-->
|
||||
|
||||
Reference in New Issue
Block a user