From b96947e8f41e287fc6dcb61ee96f02c583b354f7 Mon Sep 17 00:00:00 2001 From: SheetJS Date: Thu, 27 Apr 2023 05:12:19 -0400 Subject: [PATCH] parse-comments --- .../01-installation/01-standalone.mdx | 11 ++-- .../01-installation/02-frameworks.md | 8 +++ .../01-installation/03-nodejs.md | 8 +++ .../01-installation/04-amd.md | 8 +++ .../01-installation/05-extendscript.md | 8 +++ .../01-installation/06-deno.md | 8 +++ .../01-installation/07-bun.md | 8 +++ docz/docs/02-getting-started/02-example.mdx | 14 ++--- docz/docs/02-getting-started/index.md | 7 +++ docz/docs/03-demos/01-frontend/01-react.md | 18 ++++--- docz/docs/03-demos/01-frontend/02-vue.md | 18 ++++--- docz/docs/03-demos/01-frontend/03-angular.md | 23 ++++---- docz/docs/03-demos/01-frontend/04-svelte.md | 18 ++++--- docz/docs/03-demos/01-frontend/09-legacy.md | 4 +- docz/docs/03-demos/02-grid/11-rdg.md | 2 + docz/docs/03-demos/02-grid/12-vtl.md | 2 + docz/docs/03-demos/02-grid/17-gdg.md | 2 + docz/docs/03-demos/02-grid/index.md | 2 + docz/docs/03-demos/03-net/02-server.md | 2 + docz/docs/03-demos/03-net/09-headless.md | 1 + docz/docs/03-demos/04-static/05-vitejs.md | 2 + docz/docs/03-demos/04-static/08-nextjs.md | 2 + docz/docs/03-demos/04-static/09-nuxtjs.md | 2 + docz/docs/03-demos/04-static/10-astro.md | 8 +-- .../docs/03-demos/05-mobile/01-reactnative.md | 1 + .../03-demos/05-mobile/02-nativescript.md | 8 +-- docz/docs/03-demos/05-mobile/03-quasar.md | 8 +-- docz/docs/03-demos/05-mobile/04-ionic.md | 2 + docz/docs/03-demos/05-mobile/05-capacitor.md | 10 ++-- docz/docs/03-demos/06-desktop/02-nwjs.md | 1 + docz/docs/03-demos/06-desktop/03-wails.md | 1 + docz/docs/03-demos/06-desktop/04-tauri.md | 10 ++-- .../03-demos/06-desktop/06-reactnative.md | 17 +++--- docz/docs/03-demos/07-data/01-websql.md | 2 + docz/docs/03-demos/07-data/09-alasql.md | 10 ++-- docz/docs/03-demos/07-data/14-knex.md | 8 +-- docz/docs/03-demos/07-data/25-mongodb.md | 2 + docz/docs/03-demos/07-data/26-redis.md | 10 ++-- docz/docs/03-demos/09-cloud/02-aws.md | 2 + docz/docs/03-demos/09-cloud/03-gsheet.md | 20 +++---- docz/docs/03-demos/09-cloud/08-airtable.md | 8 +-- docz/docs/03-demos/09-cloud/09-azure.md | 2 + docz/docs/03-demos/09-cloud/10-github.md | 52 ++++++++++--------- .../03-demos/10-extensions/03-excelapi.md | 8 +-- docz/docs/03-demos/10-extensions/04-gsheet.md | 17 +++--- docz/docs/03-demos/10-extensions/05-osa.md | 8 +-- .../03-demos/10-extensions/06-mathematica.md | 10 ++-- docz/docs/03-demos/12-engines/01_duktape.md | 16 +++--- docz/docs/03-demos/12-engines/02_jsc.md | 12 +++-- docz/docs/03-demos/12-engines/03_rhino.md | 12 +++-- docz/docs/03-demos/12-engines/04_nashorn.md | 15 +++--- docz/docs/03-demos/12-engines/05_goja.md | 16 +++--- docz/docs/03-demos/12-engines/07_chakra.md | 20 +++---- docz/docs/03-demos/12-engines/08_quickjs.md | 22 ++++---- docz/docs/03-demos/12-engines/09_rb.md | 12 +++-- docz/docs/03-demos/12-engines/11_perl.md | 8 +-- docz/docs/03-demos/12-engines/index.md | 8 +-- docz/docs/06-solutions/01-input.md | 22 ++++---- docz/docs/06-solutions/05-output.md | 6 +-- docz/docs/07-csf/07-features/04-comments.md | 43 ++++++++++++++- docz/docs/08-api/09-utilities.md | 18 +++---- docz/docs/09-miscellany/02-errors.md | 8 +-- docz/docs/index.md | 18 ++++--- 63 files changed, 425 insertions(+), 234 deletions(-) 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 f405443..9ffb81b 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 0718e76..ade8320 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 a7a7fec..0ac5c0e 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 179933e..0ec6453 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 63a02a1..8d397b1 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 6fa965e..2db7ea9 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 9ea3106..46fba58 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 8cdc610..b58bf64 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 (