diff --git a/docz/docs/02-getting-started/02-examples/06-loader.md b/docz/docs/02-getting-started/02-examples/06-loader.md index 9f60503..88ed0a0 100644 --- a/docz/docs/02-getting-started/02-examples/06-loader.md +++ b/docz/docs/02-getting-started/02-examples/06-loader.md @@ -48,6 +48,7 @@ SheetJS users have verified this demo in other configurations: | Platform | Architecture | Demo | |:-------------------------------------------------------------|:-------------|:------------| +| NVIDIA L40 (48 GB VRAM) + i9-13900K (32 GB RAM) | `linux-x64` | LangChainJS | | NVIDIA RTX 4070 Ti (12 GB VRAM) + Ryzen 7 5800x (64 GB RAM) | `win11-x64` | LangChainJS | | NVIDIA RTX 4060 (8 GB VRAM) + Ryzen 7 5700g (32 GB RAM) | `win11-x64` | LangChainJS | | NVIDIA RTX 3090 (24 GB VRAM) + Ryzen 9 3900XT (128 GB RAM) | `win11-x64` | LangChainJS | @@ -63,6 +64,7 @@ SheetJS users have verified this demo in other configurations: Special thanks to: +- [Nathan Ayers](https://infocommww.org/) - [Rasmus Tengstedt](https://tengstedt.dev/) - [Triston Armstrong](https://tristonarmstrong.com/) - [Ben Halverson](https://benhalverson.dev/) diff --git a/docz/docs/03-demos/12-static/09-nuxtjs.md b/docz/docs/03-demos/12-static/09-nuxtjs.md index fc3a03e..3bed3c9 100644 --- a/docz/docs/03-demos/12-static/09-nuxtjs.md +++ b/docz/docs/03-demos/12-static/09-nuxtjs.md @@ -46,10 +46,10 @@ that process spreadsheets in the browser. This demo was tested in the following environments: -| Nuxt Content | Nuxt | Date | -|:-------------|:---------|:-----------| -| `1.15.1` | `2.17.3` | 2024-06-04 | -| `2.12.1` | `3.11.2` | 2024-06-04 | +| Nuxt Content | Nuxt | Date | +|:-------------|:-----------|:-----------| +| `1.15.1` | `2.18.1` | 2024-11-14 | +| `2.13.4` | `3.14.159` | 2024-11-14 | ::: @@ -352,7 +352,7 @@ Replace the property with the following definition: 5) Replace `pages/index.vue` with the following: -```html title="pages/index.vue" +```html title="pages/index.vue (replace contents)"