Skip to content

Merge pull request #938 from netwrix/fix/api-sidebar-collapse-animation fix: cap sidebar collapse animation to 200ms#939

Merged
jth-nw merged 6 commits into
mainfrom
dev
May 18, 2026
Merged

Merge pull request #938 from netwrix/fix/api-sidebar-collapse-animation fix: cap sidebar collapse animation to 200ms#939
jth-nw merged 6 commits into
mainfrom
dev

Conversation

@jth-nw

@jth-nw jth-nw commented May 15, 2026

Copy link
Copy Markdown
Collaborator

No description provided.

jeremymoskowitz-netwrix and others added 5 commits May 14, 2026 12:24
…frames

- Move clientsideextension.md and powershell.md from gettingstarted/overviewinstall
  to new top-level tipstricksandfaqs category (/docs/policypak/category/tips-tricks-and-faqs)
- Add YouTube iframes to 7 video pages that were missing embeds:
  cloud/videos/security/features, immutablelog, emaillogs, administrator
  cloud/videos/tipsandtricks/entraid, leastprivilegemanagerrule
  applicationsettingsmanager/videos/chrome/bookmarks

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
- docusaurus.config.js: take dev's updated Docusaurus Faster API
  (experimental_faster -> faster, rspack enabled, ssgWorkerThreads false)
- src/css/custom.css: keep both branches' additions
  (category page pagination hide + API method badge styles)

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
All CI-flagged broken links were folder paths (e.g. /docs/policypak/deliverymethods/grouppolicy/)
that Docusaurus cannot resolve. Replaced each with a path to a specific .md file in the
target directory. Also removed one link to a missing technotes/troubleshooting folder in
remoteworkdeliverymanager.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
Docusaurus computes collapse transition duration proportional to content
height. The API Reference section has 112 tag groups (~4340px), causing
the default formula to produce ~778ms — nearly a second of animation when
collapsing the category.

One CSS rule capping transition-duration to 200ms (matching
--ifm-transition-fast) eliminates the delay site-wide without affecting
any other behavior. !important is required to override the inline style
set by Docusaurus's useCollapsible hook.

Generated with AI

Co-Authored-By: Claude Code <ai@netwrix.com>
fix: cap sidebar collapse animation to 200ms
…ager-to-policypak

docs: move CSE/PowerShell pages to Tips category, add missing video i…
@jth-nw jth-nw merged commit 7bcac4c into main May 18, 2026
17 of 18 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants