Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.

Commit da37a98

Browse files
committed
[DEV] Remove V3 examples
1 parent 4a03593 commit da37a98

File tree

8 files changed

+489
-522
lines changed

8 files changed

+489
-522
lines changed

analysis.json

Lines changed: 232 additions & 236 deletions
Large diffs are not rendered by default.

build/docs/analysis.json

Lines changed: 232 additions & 236 deletions
Large diffs are not rendered by default.

build/docs/myscript-math-web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ The `myscript-math-web` is a turnkey solution for those who need to quickly impl
2929
@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3030
@demo src/demo-app/examples/non-version-specific/interact_with_your_app.html Answering a math question [V4]
3131
@demo src/demo-app/examples/v4/solver_tuned.html Tuning the solver [V4]
32-
@demo src/demo-app/examples/v3/websocket_math.html Configure component with legacy api [V3]
3332
@demo src/demo-app/examples/index.html Other examples
3433
*/
3534

build/docs/node_modules/myscript-common-element/package.json

Lines changed: 12 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/docs/node_modules/myscript/package.json

Lines changed: 13 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/docs/src/demo-app/examples/index.html

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -188,20 +188,6 @@ <h2>V4 - iink SDK web</h2>
188188
</svg>
189189
Get source code</a>
190190
</div>
191-
<h2>V3 - CDK v3.2</h2>
192-
<p><strong>MATH with v3.2 WebSockets</strong></p>
193-
<div class="center">
194-
<a href="v3/websocket_math.html" class="btn">
195-
<svg class="icn">
196-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
197-
</svg>
198-
View example</a>
199-
<a href="https://github.com/MyScript/myscript-math-web/blob/master/examples/v3/websocket_math.html" target="_blank" class="btn">
200-
<svg class="icn">
201-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
202-
</svg>
203-
Get source code</a>
204-
</div>
205191
<h2>Development</h2>
206192
<p><strong>Activate debug mode</strong></p>
207193
<div class="center">

myscript-math-web.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ The `myscript-math-web` is a turnkey solution for those who need to quickly impl
3131
@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
3232
@demo src/demo-app/examples/non-version-specific/interact_with_your_app.html Answering a math question [V4]
3333
@demo src/demo-app/examples/v4/solver_tuned.html Tuning the solver [V4]
34-
@demo src/demo-app/examples/v3/websocket_math.html Configure component with legacy api [V3]
3534
@demo src/demo-app/examples/index.html Other examples
3635
*/
3736
class MyScriptMathWeb extends PolymerElement {

src/demo-app/examples/index.html

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -207,21 +207,6 @@ <h2>V4 - iink SDK web</h2>
207207
</svg>
208208
Get source code</a>
209209
</div>
210-
<h2>V3 - CDK v3.2</h2>
211-
<p><strong>MATH with v3.2 WebSockets</strong></p>
212-
<div class="center">
213-
<a href="v3/websocket_math.html" class="btn">
214-
<svg class="icn">
215-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
216-
</svg>
217-
View example</a>
218-
<a href="https://github.com/MyScript/myscript-math-web/blob/master/examples/v3/websocket_math.html"
219-
target="_blank" class="btn">
220-
<svg class="icn">
221-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
222-
</svg>
223-
Get source code</a>
224-
</div>
225210
<h2>Development</h2>
226211
<p><strong>Activate debug mode</strong></p>
227212
<div class="center">

0 commit comments

Comments
 (0)