SheetJS
92e3c5aa72
- use autolinks (e.g <https://sheetjs.com> -> https://sheetjs.com) - move <summary> blocks to separate lines
997 B
997 B
pagination_prev | pagination_next | hide_table_of_contents | title |
---|---|---|---|
getting-started/index | getting-started/examples/index | true | Installation |
import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
https://cdn.sheetjs.com is the primary software distribution site. Please read the installation instructions for your use case:
- {useCurrentSidebarCategory().items.map((item, index) => {
const listyle = (item.customProps?.icon) ? {
listStyleImage: `url("${item.customProps.icon}")`
} : {};
return (
- {item.label}{item.customProps?.summary && (" - " + item.customProps.summary)} ); })}
:::tip pass
Watch the repo or subscribe to the RSS feed to be notified when new versions are released!
:::