From 88522bb79118514ae58c4ee997075a2becc435e4 Mon Sep 17 00:00:00 2001 From: Srikanth Patchava Date: Fri, 17 Apr 2026 00:40:37 -0700 Subject: [PATCH] revert: undo PR #7 changes (fix-html-syntax-search) Reverts the changes from PR #7 which removed search overlay blocks from getting-started.html and hardware-lab.html and added CSS rule. Restoring original code as requested. --- getting-started.html | 45 ++++++++++++++++++++++++++++++++++++++++++-- hardware-lab.html | 44 +++++++++++++++++++++++++++++++++++++++++++ style.css | 3 --- 3 files changed, 87 insertions(+), 5 deletions(-) diff --git a/getting-started.html b/getting-started.html index 7d4d432..5caae7f 100644 --- a/getting-started.html +++ b/getting-started.html @@ -212,6 +212,49 @@

📚 Full Documentatio function showPath(id){ document.querySelectorAll('.path-content').forEach(function(el){el.classList.remove('active')}); document.querySelectorAll('.path-btn').forEach(function(el){el.classList.remove('active')}); @@ -226,7 +269,6 @@

📚 Full Documentatio

Components

Learn

-