commit 36b4c27b8863361c7a76c3d8ae8c8d732927a907
parent 0f1e8af5da8eb962a9f624bd64c1cb135aa7b72d
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Sat, 11 Oct 2025 21:03:28 +0530
change index
Diffstat:
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/docs/generate_index.py b/docs/generate_index.py
@@ -43,7 +43,7 @@ def generate_file_list():
item_path = os.path.join(dir_path, item)
if os.path.isfile(item_path) and not item.startswith('.'):
# Filter out .exe files and other binary files
- if not item.endswith(('.exe', '.png', '.jpg', '.jpeg', '.gif')):
+ if not item.endswith(('.exe', '.png', '.jpg', '.jpeg', '.gif', '.md')):
dir_files.append(item)
dir_files.sort()
diff --git a/docs/index.html b/docs/index.html
@@ -465,7 +465,7 @@
<div class="flex items-center">
<svg class="w-6 h-6 text-blue-500 mr-4 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"></path></svg>
<span class="font-medium text-gray-800">tuition-c</span>
- <span class="ml-2 text-sm text-gray-500">(54 files)</span>
+ <span class="ml-2 text-sm text-gray-500">(53 files)</span>
</div>
<div class="flex items-center space-x-2">
<a href="https://github.com/notamitgamer/bsc/tree/main/tuition-c" target="_blank" class="text-blue-500 font-semibold text-sm hover:underline" onclick="event.stopPropagation()">GitHub</a>
@@ -899,14 +899,6 @@
<span class="ml-auto text-green-500 text-sm">View Code →</span>
</a>
</li>
-
- <li>
- <a href="https://github.com/notamitgamer/bsc/blob/main/tuition-c/README.md" target="_blank" class="flex items-center p-3 pl-8 hover:bg-gray-50 transition-colors duration-200">
- <svg class="w-6 h-6 text-green-500 mr-4 flex-shrink-0" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M7 21h10a2 2 0 002-2V9.414a1 1 0 00-.293-.707l-5.414-5.414A1 1 0 0012.586 3H7a2 2 0 00-2 2v14a2 2 0 002 2z"></path></svg>
- <span class="text-gray-700">README.md</span>
- <span class="ml-auto text-green-500 text-sm">View Code →</span>
- </a>
- </li>
</ul>
</div>
</li>