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

Commit 2a06e18

Browse files
committed
[DEV] Remove V3 from examples as it is now deprecated
1 parent 34a09a8 commit 2a06e18

File tree

2 files changed

+1
-84
lines changed

2 files changed

+1
-84
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Discover Interactive Ink with MyScriptJS and its major features with our [text d
3333

3434
Try our two basic examples featuring [the text recognition](https://myscript.github.io/MyScriptJS//examples/v4/websocket_text_iink.html) and [the math recognition](https://myscript.github.io/MyScriptJS/examples/v4/websocket_math_iink.html).
3535

36-
We also provide several examples to show the features of MyScriptJS. Those examples can be found on our [examples page](https://myscript.github.io/MyScriptJS/examples/) with the source codes in [this directory](https://github.com/MyScript/MyScriptJS/tree/master/examples).
36+
[All our examples](https://myscript.github.io/MyScriptJS/examples/) with the source codes in [this directory](https://github.com/MyScript/MyScriptJS/tree/master/examples).
3737

3838
We also provide examples of integration with the major JavaScript frameworks:
3939

examples/index.html

Lines changed: 0 additions & 83 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ <h2>Table of contents</h2>
5555
<li><a href="#v4-ws">V4 - iink SDK Web with WebSockets</a></li>
5656
<li><a href="#v4-rest">V4 - iink SDK Web with REST</a></li>
5757
<li><a href="#non-specific">Non version specific</a></li>
58-
<li><a href="#v3">V3 - CDK v3.2</a></li>
5958
<li><a href="#experimental">Experimental</a></li>
6059
<li><a href="#development">Development</a></li>
6160
</ul>
@@ -355,73 +354,6 @@ <h2><a class="title" name="non-specific">Non version specific features</a></h2>
355354
</div>
356355
</div>
357356
</div>
358-
<h2><a class="title" name="v3">V3 - CDK v3.2</a></h2>
359-
<div class="grid-wrapper">
360-
<div class="grid-column-one">
361-
<p><strong>MATH with CDK 3.2 WebSockets</strong></p>
362-
<div class="center">
363-
<a href="v3/websocket_math.html" class="btn">
364-
<svg class="icn">
365-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
366-
</svg>
367-
View example</a>
368-
<a
369-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v3/websocket_math.html"
370-
class="btn">
371-
<svg class="icn">
372-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
373-
</svg>
374-
Get source code</a>
375-
</div>
376-
<p><strong>TEXT with CDK 3.2 WebSockets</strong></p>
377-
<div class="center">
378-
<a href="v3/websocket_text.html" class="btn">
379-
<svg class="icn">
380-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
381-
</svg>
382-
View example</a>
383-
<a
384-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v3/websocket_text.html"
385-
class="btn">
386-
<svg class="icn">
387-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
388-
</svg>
389-
Get source code</a>
390-
</div>
391-
</div>
392-
<div class="grid-column-two">
393-
<p><strong>MATH with CDK 3.2 REST/HTTP</strong></p>
394-
<div class="center">
395-
<a href="v3/rest_math.html" class="btn">
396-
<svg class="icn">
397-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
398-
</svg>
399-
View example</a>
400-
<a
401-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v3/rest_math.html"
402-
class="btn">
403-
<svg class="icn">
404-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
405-
</svg>
406-
Get source code</a>
407-
</div>
408-
<p><strong>TEXT with CDK 3.2 REST/HTTP</strong></p>
409-
<div class="center">
410-
<a href="v3/rest_text.html" class="btn">
411-
<svg class="icn">
412-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
413-
</svg>
414-
View example</a>
415-
<a
416-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/v3/rest_text.html"
417-
class="btn">
418-
<svg class="icn">
419-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
420-
</svg>
421-
Get source code</a>
422-
</div>
423-
</div>
424-
</div>
425357
<h2><a class="title" name="development">Development</a></h2>
426358
<div class="grid-wrapper">
427359
<div class="grid-column-one">
@@ -471,21 +403,6 @@ <h2><a class="title" name="experimental">Experimental</a></h2>
471403
</div>
472404
</div>
473405
<div class="grid-column-two">
474-
<p><strong>MUSIC with CDK 3.2 WebSockets</strong></p>
475-
<div class="center">
476-
<a href="experimental/rest_music_cdk32.html" class="btn">
477-
<svg class="icn">
478-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
479-
</svg>
480-
View example</a>
481-
<a
482-
href="https://github.com/MyScript/MyScriptJS/blob/master/examples/experimental/rest_music_cdk32.html"
483-
class="btn">
484-
<svg class="icn">
485-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
486-
</svg>
487-
Get source code</a>
488-
</div>
489406
</div>
490407
</div>
491408
</section>

0 commit comments

Comments
 (0)