take a pass adding in marketing language#91
Conversation
✅ Deploy Preview for calypr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 7f1d29ba16
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| body:not(.marketing-page) .md-sidebar--primary .md-nav--primary > .md-nav__list > .md-nav__item:not(.md-nav__item--active) { | ||
| display: none; |
There was a problem hiding this comment.
Preserve top-level nav items in mobile sidebar
This selector removes every non-active top-level entry from the primary sidebar on all non-marketing pages, which breaks cross-section navigation in mobile/tablet contexts: the same stylesheet hides .md-header__nav at widths up to 960px, so users depend on the drawer/sidebar and can no longer jump to other top-level docs sections from pages under /calypr/ or /tools/. Restrict this hiding behavior to desktop-only layouts or keep all top-level items visible in the mobile drawer.
Useful? React with 👍 / 👎.
No description provided.