-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy path_quarto.yml
More file actions
66 lines (55 loc) · 1.64 KB
/
_quarto.yml
File metadata and controls
66 lines (55 loc) · 1.64 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
project:
type: book
output-dir: docs
book:
title: "Foundations of System Design"
subtitle: "A Comprehensive Guide for Building Scalable and Resilient Web Applications"
author:
- name: "Pawan Rama Mali"
orcid: 0000-0001-7864-5819
url: https://orcid.org/0000-0001-7864-5819
date: today
date-format: "MMMM YYYY"
chapters:
- index.qmd
- part: "Part I: Introduction & Core Concepts"
chapters:
- chapters/ch01-introduction.qmd
- chapters/ch02-distributed-systems.qmd
- part: "Part II: Scalability & Performance"
chapters:
- chapters/ch03-scaling.qmd
- chapters/ch04-load-balancing.qmd
- chapters/ch05-caching.qmd
- chapters/ch06-consistent-hashing.qmd
- part: "Part III: Data & Storage"
chapters:
- chapters/ch07-storage-raid.qmd
- chapters/ch08-databases.qmd
- part: "Part IV: Architecture & Communication"
chapters:
- chapters/ch09-servers-architecture.qmd
- chapters/ch10-messaging-communication.qmd
- part: "Part V: Advanced Topics"
chapters:
- chapters/ch11-security-cdn.qmd
- chapters/ch12-capacity-estimation.qmd
- chapters/ch13-solid-principles.qmd
- chapters/references.qmd
page-footer:
left: "Copyright 2024"
right: "Built with [Quarto](https://quarto.org/)"
bibliography: references.bib
format:
html:
theme:
light: [cosmo, theme-light.scss]
dark: [cosmo, theme-dark.scss]
code-copy: true
code-overflow: wrap
toc: true
toc-depth: 3
number-sections: true
number-depth: 3
link-external-newwindow: true
editor: visual