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

This commit is contained in:
John Gatward
2026-03-04 12:16:25 +00:00
parent 3d8d25976e
commit c86b40baf6
8 changed files with 152 additions and 8 deletions

View File

@@ -25,6 +25,8 @@ theme:
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.action.view
markdown_extensions:
- admonition
@@ -60,9 +62,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