@fern-api/fdr-sdk 1.2.55-b3cd01f2cc → 1.2.56-488d16ee49

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1945,7 +1945,7 @@ function groupSidebarRootChildren(ctx, children) {
1945
1945
  if (child.type === "apiReference" || child.type === "varianted") {
1946
1946
  flushRun();
1947
1947
  out.push(child);
1948
- } else if (child.type === "section" && !child.collapsible) {
1948
+ } else if (child.type === "section" && child.collapsed == null && !child.collapsible) {
1949
1949
  flushRun();
1950
1950
  out.push(child);
1951
1951
  } else {