mirror of
https://github.com/linkedin/school-of-sre
synced 2026-01-20 23:48:03 +00:00
Merge branch 'main' into BigData
This commit is contained in:
49
mkdocs.yml
49
mkdocs.yml
@@ -1,19 +1,45 @@
|
||||
site_name: school_of_sre
|
||||
site_name: SchoolOfSRE
|
||||
docs_dir: courses
|
||||
theme:
|
||||
name: material
|
||||
logo: img/sos.png
|
||||
favicon: img/favicon.ico
|
||||
plugins: []
|
||||
nav:
|
||||
- Home: index.md
|
||||
- Git:
|
||||
- Git Basics: git/git-basics.md
|
||||
- Working With Branches: git/branches.md
|
||||
- Github and Hooks: git/github-hooks.md
|
||||
- Fundamentals Series:
|
||||
- Linux Basics:
|
||||
- Introduction: linux_basics/intro.md
|
||||
- Command Line Basics: linux_basics/command_line_basics.md
|
||||
- Server Administration: linux_basics/linux_server_administration.md
|
||||
- Git:
|
||||
- Git Basics: git/git-basics.md
|
||||
- Working With Branches: git/branches.md
|
||||
- Github and Hooks: git/github-hooks.md
|
||||
- Linux Networking:
|
||||
- Introduction: linux_networking/intro.md
|
||||
- DNS: linux_networking/dns.md
|
||||
- UDP: linux_networking/udp.md
|
||||
- HTTP: linux_networking/http.md
|
||||
- TCP: linux_networking/tcp.md
|
||||
- Routing: linux_networking/ipr.md
|
||||
- Conclusion: linux_networking/conclusion.md
|
||||
- Python and Web:
|
||||
- Intro: python_web/intro.md
|
||||
- Introduction: 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
|
||||
- Conclusion: python_web/sre-conclusion.md
|
||||
- Data:
|
||||
- Big Data:
|
||||
- Introduction: 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
|
||||
- Systems Design:
|
||||
- Intro: systems_design/intro.md
|
||||
- Introduction: systems_design/intro.md
|
||||
- Scalability: systems_design/scalability.md
|
||||
- Availability: systems_design/availability.md
|
||||
- Fault Tolerance: systems_design/fault-tolerance.md
|
||||
@@ -22,3 +48,10 @@ nav:
|
||||
- Introduction, Overview and Usage: big_data/intro.md
|
||||
- Evolution and Architecture of Hadoop: big_data/evolution.md
|
||||
- Tasks and conclusion: big_data/tasks.md
|
||||
- Security:
|
||||
- Introduction: security/intro.md
|
||||
- Fundamentals of Security: security/fundamentals.md
|
||||
- Network Security: security/network_security.md
|
||||
- Threat, Attacks & Defences: security/threats_attacks_defences.md
|
||||
- Writing Secure code: security/writing_secure_code.md
|
||||
- Contribute: CONTRIBUTING.md
|
||||
|
||||
Reference in New Issue
Block a user