Add chapter 1 for design apis
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 5s

This commit is contained in:
John Gatward
2026-03-04 11:40:24 +00:00
parent 3b64218fe5
commit df6314ca3d
3 changed files with 83 additions and 8 deletions

View File

@@ -60,9 +60,12 @@ nav:
- Home: index.md
- Books:
- Designing Data-Intensive Applications:
- Preface: books/designing_data_intensive_applications/preface/index.md
- Part 1. Foundations of Data Systems:
- Chapter 1. Reliable, Scalable and Maintainable Applications: books/designing_data_intensive_applications/part1/chapter1.md
- Chapter 2. Data Models and Query Languages: books/designing_data_intensive_applications/part1/chapter2.md
- Structure and Interpretation of Computer Programs: books/structure_and_interpretation_of_computer_programs/index.md
- Preface: books/designing_data_intensive_applications/preface/index.md
- Part 1. Foundations of Data Systems:
- Chapter 1. Reliable, Scalable and Maintainable Applications: books/designing_data_intensive_applications/part1/chapter1.md
- Chapter 2. Data Models and Query Languages: books/designing_data_intensive_applications/part1/chapter2.md
- API Design Patterns:
- Part 1. Introduction:
- Chapter 1. Introduction to APIs: books/api_design_patterns/part1/chapter1.md