From dd68e8f000cbcec5cb4d6a79b2fe33967829f3ae Mon Sep 17 00:00:00 2001
From: Yoav Rotem <yoavrotems97@gmail.com>
Date: Wed, 9 Jun 2021 14:55:28 +0300
Subject: [PATCH] Change files names to start with lowercase (#898)

---
 mkdocs.yml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 3921d6f..432a9db 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -10,15 +10,15 @@ edit_uri: ""
 nav:
   - Overview: index.md
   - Getting Started:
-      - Installation: Installation.md
-      - Platforms: Platforms.md
-      - How to run: Running.md
+      - Installation: installation.md
+      - Platforms: platforms.md
+      - How to run: running.md
       - ASFF: asff.md
-  - Flags: Flags_and_commands.md
+  - Flags: flags_and_commands.md
   - Configuration Options:
-      - Understanding the yamls: Controls.md
-      - Architecture: Architecture.md
-  - Contributing: Contributing.md
+      - Understanding the yamls: controls.md
+      - Architecture: architecture.md
+  - Contributing: contributing.md
 
 markdown_extensions:
   - pymdownx.highlight
-- 
GitLab