You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not sure if there were intentional changes that would result in this behavior, but when I am working locally, anytime I save anything (as small as adding/deleting a single text character), the hot reload reloads the entire link index and re-processes all of the files. Reloading the page doesn't do anything until this process is finished. Feels like perhaps there was a regression or the hot reload could be refined to be a little speedier.
(after I edited this line, I hit cmd+s)
Screen.Recording.2026-03-03.at.4.11.16.PM.mov
Expected behavior
Only hot reload elements impacted by the thing I changed. especially wouldn't expect the xlink indexes needing to be re-pulled on hot reload
Steps to reproduce
in docs-content, docs-builder serve
edit any markdown file
cmd+s
observe longish hot reload of many things that were never touched
Describe the bug
Not sure if there were intentional changes that would result in this behavior, but when I am working locally, anytime I save anything (as small as adding/deleting a single text character), the hot reload reloads the entire link index and re-processes all of the files. Reloading the page doesn't do anything until this process is finished. Feels like perhaps there was a regression or the hot reload could be refined to be a little speedier.
(after I edited this line, I hit
cmd+s)Screen.Recording.2026-03-03.at.4.11.16.PM.mov
Expected behavior
Only hot reload elements impacted by the thing I changed. especially wouldn't expect the xlink indexes needing to be re-pulled on hot reload
Steps to reproduce
docs-content,docs-builder servecmd+sTooling