school-of-sre/mkdocs.yml

28 lines
1.0 KiB
YAML

site_name: school_of_sre
docs_dir: courses
nav:
- Home: index.md
- Git:
- Git Basics: git/git-basics.md
- Working With Branches: git/branches.md
- Github and Hooks: git/github-hooks.md
- Python and Web:
- Intro: python_web/intro.md
- Some Python Concepts: python_web/python-concepts.md
- Python, Web and Flask: python_web/python-web-flask.md
- The URL Shortening App: python_web/url-shorten-app.md
- SRE Aspects of The App and Conclusion: python_web/sre-conclusion.md
- Systems Design:
- Intro: systems_design/intro.md
- Scalability: systems_design/scalability.md
- Availability: systems_design/availability.md
- Fault Tolerance: systems_design/fault-tolerance.md
- Conclusion: systems_design/conclusion.md
- Big Data:
- Intro: big_data/intro.md
- Overview of Big Data: big_data/overview.md
- Usage of Big Data techniques: big_data/usage.md
- Evolution of Hadoop: big_data/evolution.md
- Architecture of Hadoop: big_data/architecture.md
- Tasks and conclusion: big_data/tasks.md