Add api design chapter 1
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s
All checks were successful
Build and Deploy MkDocs / deploy (push) Successful in 10s
This commit is contained in:
15
mkdocs.yml
15
mkdocs.yml
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user