From b0d32346dffea1b900b80bbebe308ffa98605898 Mon Sep 17 00:00:00 2001
From: Maciej Topyla <m.m.topyla@student.tudelft.nl>
Date: Sat, 3 Sep 2022 20:30:52 +0000
Subject: [PATCH] Update mkdocs.yml

---
 mkdocs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index a9aae40..c2c736b 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -5,9 +5,9 @@ edit_uri: edit/master/src/
 site_description: |
   Lecture notes for the TU Delft course TN3105 - Mathematics for Quantum Physics
 nav:
-  - Intro: 'index.md'
-  - Complex Numbers: '1_complex_numbers.md'
-  - Coordinates: '2_coordinates.md'
+  - Introduction: 'index.md'
+  - Complex numbers: '1_complex_numbers.md'
+  - Coordinate systems: '2_coordinates.md'
   - Vector spaces: '3_vector_spaces.md'
   - Vector spaces in quantum mechanics: '4_vector_spaces_QM.md'
   - Operators in quantum mechanics: '5_operators_QM.md'
-- 
GitLab