diff --git a/docz/docs/02-getting-started/01-installation/01-standalone.mdx b/docz/docs/02-getting-started/01-installation/01-standalone.mdx index f4054437..9ffb81b4 100644 --- a/docz/docs/02-getting-started/01-installation/01-standalone.mdx +++ b/docz/docs/02-getting-started/01-installation/01-standalone.mdx @@ -19,12 +19,13 @@ Each standalone release script is available at . `} -The `latest` tag references the latest version and updates with each release: +:::info -```html - - -``` +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: :::warning diff --git a/docz/docs/02-getting-started/01-installation/02-frameworks.md b/docz/docs/02-getting-started/01-installation/02-frameworks.md index 0718e76d..ade8320e 100644 --- a/docz/docs/02-getting-started/01-installation/02-frameworks.md +++ b/docz/docs/02-getting-started/01-installation/02-frameworks.md @@ -44,6 +44,14 @@ import { read, writeFileXLSX } from "xlsx"; The ["Bundlers" demo](/docs/demos/bundler) includes examples for specific bundler tools. +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + :::warning Older releases are technically available on the public npm registry as `xlsx`, diff --git a/docz/docs/02-getting-started/01-installation/03-nodejs.md b/docz/docs/02-getting-started/01-installation/03-nodejs.md index a7a7fec2..0ac5c0ef 100644 --- a/docz/docs/02-getting-started/01-installation/03-nodejs.md +++ b/docz/docs/02-getting-started/01-installation/03-nodejs.md @@ -40,6 +40,14 @@ yarn add https://cdn.sheetjs.com/xlsx-${current}/xlsx-${current}.tgz`} +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + :::warning Older releases are technically available on the public npm registry as `xlsx`, diff --git a/docz/docs/02-getting-started/01-installation/04-amd.md b/docz/docs/02-getting-started/01-installation/04-amd.md index 179933e4..0ec6453d 100644 --- a/docz/docs/02-getting-started/01-installation/04-amd.md +++ b/docz/docs/02-getting-started/01-installation/04-amd.md @@ -25,6 +25,14 @@ script as `xlsx.full.min`. ::: +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + ## NetSuite After downloading the script, it can be referenced directly in `define` calls diff --git a/docz/docs/02-getting-started/01-installation/05-extendscript.md b/docz/docs/02-getting-started/01-installation/05-extendscript.md index 63a02a10..8d397b14 100644 --- a/docz/docs/02-getting-started/01-installation/05-extendscript.md +++ b/docz/docs/02-getting-started/01-installation/05-extendscript.md @@ -22,6 +22,14 @@ After downloading the script, it can be directly referenced with `#include`: #include "xlsx.extendscript.js" ``` +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + For local deployments, the scripts can be placed in the `Scripts` folder. The path is application-specific. diff --git a/docz/docs/02-getting-started/01-installation/06-deno.md b/docz/docs/02-getting-started/01-installation/06-deno.md index 6fa965e5..2db7ea96 100644 --- a/docz/docs/02-getting-started/01-installation/06-deno.md +++ b/docz/docs/02-getting-started/01-installation/06-deno.md @@ -30,6 +30,14 @@ be reported to the Deno project for further diagnosis. ::: +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + ## Encoding support If Encoding support is required, `cpexcel.full.mjs` must be manually imported: diff --git a/docz/docs/02-getting-started/01-installation/07-bun.md b/docz/docs/02-getting-started/01-installation/07-bun.md index 9ea3106d..46fba58d 100644 --- a/docz/docs/02-getting-started/01-installation/07-bun.md +++ b/docz/docs/02-getting-started/01-installation/07-bun.md @@ -29,6 +29,14 @@ be reported to the Bun project for further diagnosis. ::: +:::info + +[Watch the repo](https://git.sheetjs.com/SheetJS/sheetjs) or subscribe to the +[RSS feed](https://git.sheetjs.com/sheetjs/sheetjs/tags.rss) to be notified when +new versions are released! + +::: + ## Encoding support If Encoding support is required, `cpexcel.full.mjs` must be manually imported. diff --git a/docz/docs/02-getting-started/02-example.mdx b/docz/docs/02-getting-started/02-example.mdx index 8cdc6108..b58bf647 100644 --- a/docz/docs/02-getting-started/02-example.mdx +++ b/docz/docs/02-getting-started/02-example.mdx @@ -3,6 +3,10 @@ pagination_prev: getting-started/index sidebar_position: 2 --- +import current from '/version.js'; +import Tabs from '@theme/Tabs'; +import TabItem from '@theme/TabItem'; + # Tutorial SheetJS presents a simple JS interface that works with "Array of Arrays" and @@ -254,9 +258,6 @@ function Presidents() { return (