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

Commit 2dc8f8d

Browse files
committed
[DEV] Update README and examples page
1 parent da37a98 commit 2dc8f8d

File tree

3 files changed

+8
-20
lines changed

3 files changed

+8
-20
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# MyScript Math Web
2+
3+
[![npm version](https://badge.fury.io/js/myscript-math-web.svg)](https://badge.fury.io/js/myscript-math-web)
4+
[![Published on Vaadin Directory](https://img.shields.io/badge/Vaadin%20Directory-published-00b4f0.svg)](https://vaadin.com/directory/component/MyScriptmyscript-math-web)
5+
[![Stars on vaadin.com/directory](https://img.shields.io/vaadin-directory/star/MyScriptmyscript-math-web.svg)](https://vaadin.com/directory/component/MyScriptmyscript-math-web)
6+
[![Published on webcomponents.org](https://img.shields.io/badge/webcomponents.org-published-blue.svg)](https://www.webcomponents.org/element/MyScript/myscript-math-web)
7+
[![Examples](https://img.shields.io/badge/Link%20to-examples-blue.svg)](https://myscript.github.io/myscript-common-element/#/elements/myscript-math-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/math-web/)
9+
210
> The easy way to integrate mathematical expressions handwriting recognition in your web app.
311
412
<p align="center">

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@
3232
<h1>Examples</h1>
3333
<div class="grid-wrapper">
3434
<div class="grid-column-one">
35-
<h2>Non version specific features</h2>
36-
<div class="notice notice-info">
37-
<svg class="icn icn-info">
38-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-info"></use>
39-
</svg>
40-
<div class="notice-txt">
41-
Demonstration of features not depending of API version configured.
42-
</div>
43-
</div>
4435
<p><strong>Get started</strong></p>
4536
<div class="center">
4637
<a href="non-version-specific/get_started.html" class="btn">
@@ -135,7 +126,6 @@ <h2>Non version specific features</h2>
135126
</div>
136127
</div>
137128
<div class="grid-column-two">
138-
<h2>V4 - iink SDK web</h2>
139129
<p><strong>MATH with REST</strong></p>
140130
<div class="center">
141131
<a href="v4/iink_rest.html" class="btn">

src/demo-app/examples/index.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,6 @@
4040
<h1>Examples</h1>
4141
<div class="grid-wrapper">
4242
<div class="grid-column-one">
43-
<h2>Non version specific features</h2>
44-
<div class="notice notice-info">
45-
<svg class="icn icn-info">
46-
<use xmlns:xlink="http://www.w3.org/1999/xlink" xlink:href="#icn-info"></use>
47-
</svg>
48-
<div class="notice-txt">
49-
Demonstration of features not depending of API version configured.
50-
</div>
51-
</div>
5243
<p><strong>Get started</strong></p>
5344
<div class="center">
5445
<a href="non-version-specific/get_started.html" class="btn">
@@ -150,7 +141,6 @@ <h2>Non version specific features</h2>
150141
</div>
151142
</div>
152143
<div class="grid-column-two">
153-
<h2>V4 - iink SDK web</h2>
154144
<p><strong>MATH with REST</strong></p>
155145
<div class="center">
156146
<a href="v4/iink_rest.html" class="btn">

0 commit comments

Comments
 (0)