commit 59ba504c1e4973795e382493524a74ec4947157e
parent e61ce9d468012ecf7b6540d6b2d157fdbbd6361d
Author: Amit Dutta <amitdutta4255@gmail.com>
Date: Tue, 30 Jun 2026 13:05:06 +0530
fixed: bug - search index
Diffstat:
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts
@@ -114,8 +114,7 @@ const vitePressConfig = {
},
},
_render(src: string, env: any, md: any) {
- // Regex to capture from "### Problem Statement" to the closing ":::"
- const match = src.match(/(### Problem Statement[\s\S]*?:::\s*tip Statement[\s\S]*?:::)/);
+ const match = src.match(/(### Problem Statement[\s\S]*?:::\s*tip [\s\S]*?:::)/);
if (match) {
// Render and index ONLY the extracted problem statement block
diff --git a/docs/semester_2/index.md b/docs/semester_2/index.md
@@ -16,9 +16,10 @@ This folder contains all my current academic work, including practicals, assignm
| No. | Folder Name | Link |
|---|---|---|
| 1 | Practice | [Open Folder](practice/index.md) |
-| 2 | Tuition | [Open Folder](tuition/index.md) |
-| 3 | Python | [Open Folder](python/index.md) |
-| 4 | Algorithm | [Open Folder](algorithms/index.md) |
+| 2 | EduInCS | [Open Folder](eduincs/index.md) |
+| 3 | Tuition | [Open Folder](tuition/index.md) |
+| 4 | Python | [Open Folder](python/index.md) |
+| 5 | Algorithm | [Open Folder](algorithms/index.md) |
## Directory Structure