forked from sheetjs/docs.sheetjs.com
		
	
		
			
				
	
	
	
		
			869 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			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)}
 );
})}