From f2b54c03621c894152667c2c61951d451081fca8 Mon Sep 17 00:00:00 2001 From: eggy Date: Fri, 11 Sep 2020 18:50:55 -0400 Subject: [PATCH] setup: set up initial filesystem structure and theme --- mkdocs.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mkdocs.yml b/mkdocs.yml index cf4670e..679ddc5 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1 +1,5 @@ site_name: Eifueo +nav: + - Home: index.md + - G11 SL Physics: sph3u7.md +theme: readthedocs