From ea3e782d28e1f96ebc616b2012db470954177117 Mon Sep 17 00:00:00 2001 From: Jay Date: Tue, 24 Mar 2026 20:13:03 +0000 Subject: [PATCH] fix spacing --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 83f0517..1eee11f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -62,10 +62,10 @@ 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 + - 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