From 9ef19e2910036060271fa6f8091419afb8d1e745 Mon Sep 17 00:00:00 2001
From: Maciej Topyla <m.m.topyla@student.tudelft.nl>
Date: Thu, 22 Sep 2022 13:59:09 +0000
Subject: [PATCH] added gitlab icon bundle

---
 mkdocs.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 80ab482..7b256f8 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -4,7 +4,7 @@ site_name: Mathematics for Quantum Physics
 site_description: Lecture notes for the TU Delft course TN3105 - Mathematics for Quantum Physics
 repo_url: https://gitlab.kwant-project.org/mathematics-for-quantum-physics/lectures
 edit_uri: edit/master/src/
-repo_name: source
+repo_name: Source
 
 ### Build settings ###
 
@@ -18,6 +18,9 @@ theme:
     - navigation.tracking
     - search.highlight
     - search.share
+    - toc.follow
+  icon:
+    repo: fontawesome/brands/gitlab
 
 nav:
   - Introduction: 'index.md'
@@ -45,6 +48,7 @@ markdown_extensions:
   - toc:
       permalink: True
       toc_depth: 3
+      
 
 
 extra_css:
-- 
GitLab