docs.sheetjs.com/docz/docs/12-constellation/index.md
2025-04-20 22:25:26 -04:00

869 B

title pagination_prev
SheetJS Constellation miscellany/index

import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

For historical and legal reasons, many related projects have been separated into dedicated libraries and tools. Some projects live in separate repositories and others live in the main repo.

Contents

    {useCurrentSidebarCategory().items.map(globalThis.lambda = (item, index) => { const listyle = (item.customProps?.icon) ? { listStyleImage: `url("${item.customProps.icon}")` } : {}; return (
  • {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)}
      {item.items && item.items.map(lambda)}
  • ); })}