Skip to content

Commit fcdecba

Browse files
committed
updating examples
1 parent 32547a6 commit fcdecba

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

docs/_site/feed.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<description>Intro.js - Better introductions for websites and features with a step-by-step guide for your projects.</description>
66
<link>http://introjs.com/docs/</link>
77
<atom:link href="http://introjs.com/docs/feed.xml" rel="self" type="application/rss+xml"/>
8-
<pubDate>Fri, 24 Mar 2017 19:46:57 +0430</pubDate>
9-
<lastBuildDate>Fri, 24 Mar 2017 19:46:57 +0430</lastBuildDate>
8+
<pubDate>Fri, 24 Mar 2017 19:55:53 +0430</pubDate>
9+
<lastBuildDate>Fri, 24 Mar 2017 19:55:53 +0430</lastBuildDate>
1010
<generator>Jekyll v3.1.6</generator>
1111

1212
</channel>

docs/_site/getting-started/examples.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -979,6 +979,8 @@ <h4 id="intros">Intros</h4>
979979
<li><a href="http://introjs.com/example/html-tooltip/index.html" title="HTML in tooltip">HTML in tooltip</a></li>
980980
<li><a href="http://introjs.com/example/custom-class/index.html" title="Custom CSS Class">Custom CSS Class</a></li>
981981
<li><a href="http://introjs.com/example/withoutElement/index.html" title="Introduction without focusing on elements">Introduction without focusing on elements</a></li>
982+
<li><a href="http://introjs.com/example/bootstrap/v3/index.html" title="Using with Bootstrap v3.0">Using with Bootstrap v3.0</a></li>
983+
<li><a href="http://introjs.com/example/svg/d3.htm" title="Using Introjs with SVG Element">Using with SVG Element</a></li>
982984
</ul>
983985

984986
<h4 id="hints">Hints</h4>

docs/docs/getting-started/examples.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ We have prepared a list of common examples using Introjs for both hints and intr
2121
* [HTML in tooltip](http://introjs.com/example/html-tooltip/index.html "HTML in tooltip")
2222
* [Custom CSS Class](http://introjs.com/example/custom-class/index.html "Custom CSS Class")
2323
* [Introduction without focusing on elements](http://introjs.com/example/withoutElement/index.html "Introduction without focusing on elements")
24+
* [Using with Bootstrap v3.0](http://introjs.com/example/bootstrap/v3/index.html "Using with Bootstrap v3.0")
25+
* [Using with SVG Element](http://introjs.com/example/svg/d3.htm "Using Introjs with SVG Element")
2426

2527
#### Hints
2628

0 commit comments

Comments
 (0)