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

Commit 97ac23a

Browse files
committed
[DEV] Update README and examples page
1 parent a43aa06 commit 97ac23a

File tree

3 files changed

+35
-47
lines changed

3 files changed

+35
-47
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# MyScript Text Web
2+
3+
[![npm version](https://badge.fury.io/js/myscript-text-web.svg)](https://badge.fury.io/js/myscript-text-web)
4+
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/MyScriptmyscript-text-web)
5+
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/MyScriptmyscript-text-web.svg)](https://vaadin.com/directory/component/MyScriptmyscript-text-web)
6+
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/MyScript/myscript-text-web)
7+
[![Examples](https://img.shields.io/badge/Link%20to-examples-blue.svg)](https://myscript.github.io/myscript-common-element/#/elements/myscript-text-web/demos/other-demonstrations)
8+
[![Documentation](https://img.shields.io/badge/Link%20to-documentation-green.svg)](https://developer.myscript.com/docs/interactive-ink/latest/web/web-components/text-web/)
9+
210
> The easy way to integrate text handwriting recognition in your web app.
311
412
<p align="center">

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

+13-23
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,6 @@
3535
<h1>Examples</h1>
3636
<div class="grid-wrapper">
3737
<div class="grid-column-one">
38-
<h2>Non version specific features</h2>
39-
<div class="notice notice-info">
40-
<svg class="icn icn-info">
41-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-info"></use>
42-
</svg>
43-
<div class="notice-txt">
44-
Demonstration of features not depending of API version configured.
45-
</div>
46-
</div>
4738
<p><strong>Get started</strong></p>
4839
<div class="center">
4940
<a href="non-version-specific/get_started.html" class="btn">
@@ -57,19 +48,6 @@ <h2>Non version specific features</h2>
5748
</svg>
5849
Get source code</a>
5950
</div>
60-
<p><strong>Get started (no smart guide)</strong></p>
61-
<div class="center">
62-
<a href="non-version-specific/get_started_no_smartguide.html" class="btn">
63-
<svg class="icn">
64-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
65-
</svg>
66-
View example</a>
67-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/non-version-specific/get_started_no_smartguide.html" target="_blank" class="btn">
68-
<svg class="icn">
69-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
70-
</svg>
71-
Get source code</a>
72-
</div>
7351
<p><strong>Interact</strong></p>
7452
<div class="center">
7553
<a href="non-version-specific/interact.html" class="btn">
@@ -176,7 +154,19 @@ <h2>Non version specific features</h2>
176154
</div>
177155
</div>
178156
<div class="grid-column-two">
179-
<h2>V4 - iink SDK web</h2>
157+
<p><strong>Get started (no smart guide)</strong></p>
158+
<div class="center">
159+
<a href="non-version-specific/get_started_no_smartguide.html" class="btn">
160+
<svg class="icn">
161+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
162+
</svg>
163+
View example</a>
164+
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/non-version-specific/get_started_no_smartguide.html" target="_blank" class="btn">
165+
<svg class="icn">
166+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
167+
</svg>
168+
Get source code</a>
169+
</div>
180170
<p><strong>TEXT with REST</strong></p>
181171
<div class="center">
182172
<a href="v4/iink_rest.html" class="btn">

src/demo-app/examples/index.html

+14-24
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,6 @@
4343
<h1>Examples</h1>
4444
<div class="grid-wrapper">
4545
<div class="grid-column-one">
46-
<h2>Non version specific features</h2>
47-
<div class="notice notice-info">
48-
<svg class="icn icn-info">
49-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-info"></use>
50-
</svg>
51-
<div class="notice-txt">
52-
Demonstration of features not depending of API version configured.
53-
</div>
54-
</div>
5546
<p><strong>Get started</strong></p>
5647
<div class="center">
5748
<a href="non-version-specific/get_started.html" class="btn">
@@ -66,20 +57,6 @@ <h2>Non version specific features</h2>
6657
</svg>
6758
Get source code</a>
6859
</div>
69-
<p><strong>Get started (no smart guide)</strong></p>
70-
<div class="center">
71-
<a href="non-version-specific/get_started_no_smartguide.html" class="btn">
72-
<svg class="icn">
73-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
74-
</svg>
75-
View example</a>
76-
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/non-version-specific/get_started_no_smartguide.html"
77-
target="_blank" class="btn">
78-
<svg class="icn">
79-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
80-
</svg>
81-
Get source code</a>
82-
</div>
8360
<p><strong>Interact</strong></p>
8461
<div class="center">
8562
<a href="non-version-specific/interact.html" class="btn">
@@ -194,7 +171,20 @@ <h2>Non version specific features</h2>
194171
</div>
195172
</div>
196173
<div class="grid-column-two">
197-
<h2>V4 - iink SDK web</h2>
174+
<p><strong>Get started (no smart guide)</strong></p>
175+
<div class="center">
176+
<a href="non-version-specific/get_started_no_smartguide.html" class="btn">
177+
<svg class="icn">
178+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-play"></use>
179+
</svg>
180+
View example</a>
181+
<a href="https://github.com/MyScript/myscript-text-web/blob/master/examples/non-version-specific/get_started_no_smartguide.html"
182+
target="_blank" class="btn">
183+
<svg class="icn">
184+
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-github"></use>
185+
</svg>
186+
Get source code</a>
187+
</div>
198188
<p><strong>TEXT with REST</strong></p>
199189
<div class="center">
200190
<a href="v4/iink_rest.html" class="btn">

0 commit comments

Comments
 (0)