From 997584a52b12df4767c2a039ca0ca5bde453ec99 Mon Sep 17 00:00:00 2001 From: Michael Wimmer <m.t.wimmer@tudelft.nl> Date: Mon, 7 Sep 2020 11:49:50 +0000 Subject: [PATCH] add lecture to index --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/mkdocs.yml b/mkdocs.yml index 09bcd2f..50536c8 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,6 +7,7 @@ site_description: | nav: - Intro: 'index.md' - Coordinates: 'coordinates.md' + - Differential equations 1: 'differential_equations_1.md' theme: name: material -- GitLab