docs.sheetjs.com/docz/docs/03-demos/44-hosting/index.md
2023-02-11 04:53:28 -05:00

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)}
  • ); })}