Merge pull request #1 from linkedin/master

mkdocs template
This commit is contained in:
kalyan 2020-10-29 13:13:19 +05:30 committed by GitHub
commit 80a9f7d713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

1
courses/index.md Normal file
View File

@ -0,0 +1 @@
Hello, World

10
mkdocs.yml Normal file
View File

@ -0,0 +1,10 @@
site_name: school_of_sre
docs_dir: courses
nav:
- Home: index.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