-
-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Description:
The main navigation bar on aboutcode.org appears to be missing or inconsistently displaying important navigation links compared to what's configured in the repository.
Current Behavior:
When visiting the live website at https://aboutcode.org/, the main navigation header shows:
Only a "Projects" dropdown menu
No visible links for "Getting Started", "About", "Blog", or "Community"
Users must scroll to the footer to find these important pages
Expected Behavior:
Based on the configuration in website/docusaurus.config.js, the navbar should display:
Home
Getting Started
About
Blog
GitHub (right side)
Slack (right side)
Steps to Reproduce:
Visit https://aboutcode.org/
Look at the main navigation header
Notice the lack of standard navigation links
Environment
Browser: Chrome/Firefox/Safari (specify yours)
Device: Desktop/Mobile (specify yours)
Screen Size: 1920x1080 or Mobile 375px (specify yours)
Possible Causes:
The live site may be running a different version than the main branch
Build/deployment issue preventing navbar items from rendering
CSS hiding the navbar items on certain screen sizes
Configuration mismatch between repository and production
Suggested Fix:
Verify that the navbar configuration in website/docusaurus.config.js matches the intended design and ensure it's properly deployed to production.
Additional Context
Configuration file: website/docusaurus.config.js
Related to UX/accessibility - users cannot easily discover important pages
I'm interested in working on this issue if confirmed! 🚀