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