Skip to content

Commit 78f05af

Browse files
committed
Docs: remove CodeSandbox embedded demos and add links to working exa,ples in Stackblitz
1 parent 1fd3ca0 commit 78f05af

File tree

5 files changed

+7
-37
lines changed

5 files changed

+7
-37
lines changed

docs/guide/custom-functions.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -358,18 +358,12 @@ it('returns a VALUE error if the range argument contains a string', () => {
358358
359359
## Working demo
360360
361+
Explore the full working example on [Stackblitz](https://stackblitz.com/github/handsontable/hyperformula-demos/tree/3.2.x/custom-functions?v=${$page.buildDateURIEncoded}).
362+
361363
This demo contains the implementation of both the
362364
[`GREET`](#add-a-simple-custom-function) and
363365
[`DOUBLE_RANGE`](#advanced-custom-function-example) custom functions.
364366
365-
<iframe
366-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/3.2.x/custom-functions?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
367-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
368-
title="handsontable/hyperformula-demos: react-demo"
369-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
370-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
371-
</iframe>
372-
373367
## Function options
374368
375369
You can set the following options for your function:

docs/guide/integration-with-angular.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ For more details, see the [client-side installation](client-side-installation.md
66

77
## Demo
88

9-
<iframe
10-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/3.2.x/angular-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
11-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
12-
title="handsontable/hyperformula-demos: react-demo"
13-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
14-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
15-
</iframe>
9+
Explore the full working example on [Stackblitz](https://stackblitz.com/github/handsontable/hyperformula-demos/tree/3.2.x/angular-demo?v=${$page.buildDateURIEncoded}).

docs/guide/integration-with-react.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ For more details, see the [client-side installation](client-side-installation.md
66

77
## Demo
88

9-
<iframe
10-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/3.2.x/react-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
11-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
12-
title="handsontable/hyperformula-demos: react-demo"
13-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
14-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
15-
</iframe>
9+
Explore the full working example on [Stackblitz](https://stackblitz.com/github/handsontable/hyperformula-demos/tree/3.2.x/react-demo?v=${$page.buildDateURIEncoded}).

docs/guide/integration-with-svelte.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@ For more details, see the [client-side installation](client-side-installation.md
66

77
## Demo
88

9-
<iframe
10-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/3.2.x/svelte-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
11-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
12-
title="handsontable/hyperformula-demos: react-demo"
13-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
14-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
15-
</iframe>
9+
Explore the full working example on [Stackblitz](https://stackblitz.com/github/handsontable/hyperformula-demos/tree/3.2.x/svelte-demo?v=${$page.buildDateURIEncoded}).

docs/guide/integration-with-vue.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,8 @@ This function prevents Vue from converting the HyperFormula instance into a reac
3131

3232
## Demo
3333

34+
Explore the full working example on [Stackblitz](https://stackblitz.com/github/handsontable/hyperformula-demos/tree/3.2.x/vue-3-demo?v=${$page.buildDateURIEncoded}).
35+
3436
::: tip
3537
This demo uses the [Vue 3](https://v3.vuejs.org/) framework. If you are looking for an example using Vue 2, check out the [code on GitHub](https://github.com/handsontable/hyperformula-demos/tree/2.5.x/vue-demo).
3638
:::
37-
38-
<iframe
39-
:src="`https://codesandbox.io/embed/github/handsontable/hyperformula-demos/tree/3.2.x/vue-3-demo?autoresize=1&fontsize=11&hidenavigation=1&theme=light&view=preview&v=${$page.buildDateURIEncoded}`"
40-
style="width:100%; height:1070px; border:0; border-radius: 4px; overflow:hidden;"
41-
title="handsontable/hyperformula-demos: react-demo"
42-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
43-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts">
44-
</iframe>

0 commit comments

Comments
 (0)