You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: GEMINI.md
+20-3Lines changed: 20 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Project Overview
2
2
3
-
Updated 2026-06-08
3
+
Updated 2026-06-10
4
4
5
5
This project is a Next.js (App Router) web application designed as a comprehensive learning resource and guide for Quality Assurance (QA) and Software Testing. It provides extensive documentation on modern software testing methodologies (Unit, Functional, Integration, E2E, BDD, Security, Accessibility) as well as AI system testing based on ISTQB CT-AI and CT-GenAI standards.
6
6
@@ -92,9 +92,11 @@ This project is a Next.js (App Router) web application designed as a comprehensi
* Renders a sticky in-page navigation bar that highlights the anchor corresponding to the section currently visible in the viewport.
7
+
*
8
+
* The component tracks all `section[id]` elements and applies the `active` CSS class to the matching link so the navigation reflects the user's scroll position.
9
+
*
10
+
* @returns The JSX element for the sticky navigation with links to table of contents, chapters, exam, and references; the link for the currently visible section will include the `active` class.
0 commit comments