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

Commit a43aa06

Browse files
committed
[DEV] Remove V3 examples
1 parent 19ec030 commit a43aa06

File tree

8 files changed

+633
-742
lines changed

8 files changed

+633
-742
lines changed

analysis.json

Lines changed: 304 additions & 316 deletions
Large diffs are not rendered by default.

build/docs/analysis.json

Lines changed: 304 additions & 316 deletions
Large diffs are not rendered by default.

build/docs/myscript-text-web.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,6 @@ CSS variable | Default
3838
@demo src/demo-app/examples/non-version-specific/interact.html Interact [V4]
3939
@demo src/demo-app/examples/v4/custom_resources.html Use a custom resource [V4]
4040
@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
41-
@demo src/demo-app/examples/v3/websocket_text.html Configure component with legacy api [V3]
42-
@demo src/demo-app/examples/v3/prediction_completion.html Prediction and completion [V3]
43-
@demo src/demo-app/examples/v3/superimposed.html Superimposed technology [V3]
4441
@demo src/demo-app/examples/index.html Other examples
4542
*/
4643

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 & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -216,47 +216,6 @@ <h2>V4 - iink SDK web</h2>
216216
</svg>
217217
Get source code</a>
218218
</div>
219-
<h2>V3 - CDK v3.2</h2>
220-
<p><strong>TEXT with v3.2 WebSockets</strong></p>
221-
<div class="center">
222-
<a href="v3/websocket_text.html" class="btn">
223-
<svg class="icn">
224-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
225-
</svg>
226-
View example</a>
227-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/websocket_text.html" target="_blank" class="btn">
228-
<svg class="icn">
229-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
230-
</svg>
231-
Get source code</a>
232-
</div>
233-
<p><strong>Configure and use prediction and completion</strong></p>
234-
<div class="center">
235-
<a href="v3/prediction_completion.html" class="btn">
236-
<svg class="icn">
237-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
238-
</svg>
239-
View example</a>
240-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/prediction_completion.html" target="_blank" class="btn">
241-
<svg class="icn">
242-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
243-
</svg>
244-
Get source code</a>
245-
</div>
246-
<p><strong>Configuration and use superimposed - letters write on top of the others</strong></p>
247-
<div class="center">
248-
<a href="v3/superimposed.html" class="btn">
249-
<svg class="icn">
250-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
251-
</svg>
252-
View example</a>
253-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/superimposed.html" target="_blank" class="btn">
254-
<svg class="icn">
255-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
256-
</svg>
257-
Get source code</a>
258-
</div>
259-
260219
<h2>Experimental</h2>
261220
<div class="notice notice-warning">
262221
<svg class="icn icn-warning">

myscript-text-web.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ CSS variable | Default
4242
@demo src/demo-app/examples/non-version-specific/interact.html Interact [V4]
4343
@demo src/demo-app/examples/v4/custom_resources.html Use a custom resource [V4]
4444
@demo src/demo-app/examples/non-version-specific/custom_controls.html Redefining the controls [V4]
45-
@demo src/demo-app/examples/v3/websocket_text.html Configure component with legacy api [V3]
46-
@demo src/demo-app/examples/v3/prediction_completion.html Prediction and completion [V3]
47-
@demo src/demo-app/examples/v3/superimposed.html Superimposed technology [V3]
4845
@demo src/demo-app/examples/index.html Other examples
4946
*/
5047
class MyScriptTextWeb extends PolymerElement {

src/demo-app/examples/index.html

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -237,50 +237,6 @@ <h2>V4 - iink SDK web</h2>
237237
</svg>
238238
Get source code</a>
239239
</div>
240-
<h2>V3 - CDK v3.2</h2>
241-
<p><strong>TEXT with v3.2 WebSockets</strong></p>
242-
<div class="center">
243-
<a href="v3/websocket_text.html" class="btn">
244-
<svg class="icn">
245-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
246-
</svg>
247-
View example</a>
248-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/websocket_text.html"
249-
target="_blank" class="btn">
250-
<svg class="icn">
251-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
252-
</svg>
253-
Get source code</a>
254-
</div>
255-
<p><strong>Configure and use prediction and completion</strong></p>
256-
<div class="center">
257-
<a href="v3/prediction_completion.html" class="btn">
258-
<svg class="icn">
259-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
260-
</svg>
261-
View example</a>
262-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/prediction_completion.html"
263-
target="_blank" class="btn">
264-
<svg class="icn">
265-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
266-
</svg>
267-
Get source code</a>
268-
</div>
269-
<p><strong>Configuration and use superimposed - letters write on top of the others</strong></p>
270-
<div class="center">
271-
<a href="v3/superimposed.html" class="btn">
272-
<svg class="icn">
273-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
274-
</svg>
275-
View example</a>
276-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/v3/superimposed.html"
277-
target="_blank" class="btn">
278-
<svg class="icn">
279-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
280-
</svg>
281-
Get source code</a>
282-
</div>
283-
284240
<h2>Experimental</h2>
285241
<div class="notice notice-warning">
286242
<svg class="icn icn-warning">

0 commit comments

Comments
 (0)