Skip to content

[Bug]: Documentation and Changelog footer links are non-functional #231

Description

@ruhelamahi7-code

Before submitting

  • I have searched existing issues to make sure this is not a duplicate.
  • I have read the contribution guidelines.

Bug summary

Documentation and Changelog footer links are non-functional

Steps to reproduce

  1. Visit https://codelensx.vercel.app
  2. Scroll down to the footer section
  3. Under "RESOURCES", hover or click on "DOCUMENTATION" or "CHANGELOG"
  4. Observe that the cursor shows a "not-allowed" (🚫) icon and nothing happens on click

Expected behavior

Either:

  • The links should navigate to actual Documentation and Changelog
    pages (even simple placeholder pages), OR
  • If these features aren't ready yet, the links should be clearly
    marked as "Coming Soon" (similar to the "SOON" badge already used
    for "LEETCODE AUTH" in the Integrations section of the same footer)

Actual behavior

Clicking "DOCUMENTATION" or "CHANGELOG" does nothing. The mouse
cursor changes to a "not-allowed" (🚫) icon, confirming these links
are disabled/non-functional. Meanwhile, "BUG REPORTS" right below
them in the same list works correctly as a clickable link, creating
an inconsistent user experience.

Screenshots or recordings

Image Image

Browser and device information

Browser: Chrome (latest)
Device: MacBook Air
OS: macOS
Screen size: Desktop

Additional context

This appears to be either a missing href/route, or intentionally
disabled placeholder links without proper "Coming Soon" styling.
Suggested fix: either implement basic placeholder pages for
/docs and /changelog routes, or add a "Coming Soon" badge
consistent with the existing design pattern. I am a registered
GSSoC 2026 contributor and would like to implement this fix myself.

Metadata

Metadata

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions