forked from sheetjs/docs.sheetjs.com
		
	
		
			
				
	
	
	
		
			753 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			753 B
		
	
	
	
	
	
	
	
| title | pagination_prev | pagination_next | 
|---|---|---|
| File Hosting Services | demos/ml | solutions/input | 
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
File hosting services provide simple solutions for storing data, synchronizing files across devices, and sharing with specific users or customers.
- {useCurrentSidebarCategory().items.map(item => {
  const listyle = (item.customProps?.icon) ? {
    listStyleImage: `url("${item.customProps.icon}")`
  } : {};
  return (
- {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)} ); })}