Skip to content

[FEATURE] Add interactive hyperlinked Table of Contents to Course Outline #54

@Nazia012

Description

@Nazia012

Problem Statement

Currently, the course outline page reads like a static chapter index. For users trying to reference specific topics or jump directly to a particular module, scrolling through the entire document is inefficient and hurts the overall navigation experience.

Proposed Solution

Convert the existing text-based course outline into an interactive Table of Contents using GitHub Markdown relative links.

By linking each outline item to its corresponding header anchor (e.g., [Module 1](#module-1)), users will be able to land on their specific topic with a single click.

Scope of Work

  • Refactor the Course Outline section to use standard Markdown link syntax ([Topic Name](#topic-name)).
  • Verify that all internal anchor links point correctly to their respective ## and ### headers.
  • Ensure formatting remains minimal, scannable, and clean.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentationenhancementNew feature or requestgssoc-26Part of GirlScript Summer of Code 2026gssoc:approvedApproved for GSSOC '26level:beginner

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions