This commit is contained in:
SheetJS 2023-03-06 14:35:43 -05:00
parent 653457f8f2
commit 3e30d569c2
3 changed files with 18 additions and 14 deletions

View File

@ -5,6 +5,7 @@ build:
rm -rf docs
mv docz/build/ docs
cp CNAME docs
cp _headers docs
.PHONY: init
init:

3
_headers Normal file
View File

@ -0,0 +1,3 @@
/*.ts
Content-Type: text/javascript

View File

@ -11,11 +11,11 @@ run in the web browser, demos will include interactive examples.
### JavaScript APIs
- [`XMLHttpRequest and fetch`](/docs/demos/network)
- [`Clipboard Data`](/docs/demos/clipboard)
- [`Web Workers`](/docs/demos/worker)
- [`Typed Arrays for Machine Learning`](/docs/demos/ml)
- [`Local File Access`](/docs/demos/localfile)
- [`XMLHttpRequest and fetch`](/docs/demos/net/network)
- [`Clipboard Data`](/docs/demos/local/clipboard)
- [`Web Workers`](/docs/demos/bigdata/worker)
- [`Typed Arrays for Machine Learning`](/docs/demos/bigdata/ml)
- [`Local File Access`](/docs/demos/local/file)
- [`LocalStorage and SessionStorage`](/docs/demos/data/storageapi)
- [`Web SQL Database`](/docs/demos/data/websql)
- [`IndexedDB`](/docs/demos/data/indexeddb)
@ -28,7 +28,7 @@ run in the web browser, demos will include interactive examples.
- [`VueJS`](/docs/demos/frontend/vue)
- [`Angular.JS`](/docs/demos/frontend/legacy#angularjs)
- [`Dojo`](/docs/demos/frontend/legacy#dojo-toolkit)
- [`Knockout`](/docs/demos/frontend/legacy#knockout)
- [`Knockout`](/docs/demos/frontend/legacy#knockoutjs)
### Front-End UI Components
@ -90,10 +90,10 @@ run in the web browser, demos will include interactive examples.
### Platforms and Integrations
- [`Command-Line Tools`](/docs/demos/cli)
- [`NodeJS Server-Side Processing`](/docs/demos/server#nodejs)
- [`Deno Server-Side Processing`](/docs/demos/server#deno)
- [`Headless Automation`](/docs/demos/headless)
- [`Command-Line Tools`](/docs/demos/desktop/cli)
- [`NodeJS Server-Side Processing`](/docs/demos/net/server#nodejs)
- [`Deno Server-Side Processing`](/docs/demos/net/server#deno)
- [`Headless Automation`](/docs/demos/net/headless)
- [`Databases and Structured Data Stores`](/docs/demos/data)
- [`NoSQL and Unstructured Data Stores`](/docs/demos/data)
- [`Legacy Internet Explorer`](/docs/demos/frontend/legacy#internet-explorer)
@ -118,10 +118,10 @@ run in the web browser, demos will include interactive examples.
- [`JavaScript Engines`](/docs/demos/engines)
- [`Duktape (C)`](/docs/demos/engines/duktape)
- [`JavaScriptCore (Swift)`](/docs/demos/engines/jsc)
- [`Rhino (Java)`](/docs/demos/engines/duktape)
- [`Goja (Go)`](/docs/demos/engines/duktape)
- [`ExecJS (Ruby)`](/docs/demos/engines/duktape)
- [`JavaScript::Engine (Perl)`](/docs/demos/engines/duktape)
- [`Rhino (Java)`](/docs/demos/engines/rhino)
- [`Goja (Go)`](/docs/demos/engines/goja)
- [`ExecJS (Ruby)`](/docs/demos/engines/rb)
- [`JavaScript::Engine (Perl)`](/docs/demos/engines/perl)
:::note