Skip to content

Commit 46b4919

Browse files
authored
Update README.md
1 parent e8cc1ba commit 46b4919

File tree

1 file changed

+2
-51
lines changed

1 file changed

+2
-51
lines changed

README.md

Lines changed: 2 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -41,63 +41,14 @@ Optionally, pass one parameter to `introJs` function to limit the presentation s
4141

4242
<p align="center"><img src="https://raw.githubusercontent.com/usablica/intro.js/gh-pages/img/introjs-demo.png"></p>
4343

44-
## Using templates
45-
46-
IntroJS provides awesome templates and we are trying to update and add more templates for next versions. You can browse all templates here: https://github.com/usablica/intro.js/wiki/templates
47-
48-
In order to use templates, all you need to do is appending the template stylesheet to your page, *after* IntroJS CSS file:
49-
50-
```html
51-
<!-- Add IntroJs styles -->
52-
<link href="../../introjs.css" rel="stylesheet">
53-
54-
<!-- Add Nazanin template -->
55-
<link href="../../themes/introjs-nazanin.css" rel="stylesheet">
56-
```
5744

5845
## Documentation
5946

60-
Please visit [Documentation](https://github.com/usablica/intro.js/wiki/Documentation) page on the Wiki.
47+
Please visit [Documentation](https://introjs.com/docs).
6148

6249
## Using with:
6350

64-
### Rails
65-
If you are using the rails asset pipeline you can use the [introjs-rails](https://github.com/heelhook/intro.js-rails) gem.
66-
67-
### Yii framework
68-
You can simply use this project for Yii framework: https://github.com/moein7tl/Yii-IntroJS
69-
70-
### Drupal
71-
Here you can find an IntroJs integration for Drupal: https://drupal.org/sandbox/alexanderfb/2061829
72-
73-
### AngularJS
74-
For AngularJS, you can use the directives in [angular-intro.js](http://code.mendhak.com/angular-intro.js/).
75-
76-
### Ember
77-
Ember IntroJS wraps introjs in an Ember Component to guide users through your app.
78-
79-
https://github.com/thefrontside/ember-introjs
80-
81-
### Wordpress
82-
You can use IntroJS inside your Wordpress, here is a good article by SitePoint: http://www.sitepoint.com/creating-intro-js-powered-tours-wordpress/
83-
84-
Here is a under construction plugin for Wordpress: https://github.com/newoldmedia/intro.js-wordpress
85-
86-
### GWT Wrapper
87-
GWT wrapper on top of Intro.js
88-
89-
Github: https://github.com/Agnie-Software/gwt-introjs
90-
91-
### R Wrapper
92-
You can use IntroJs with [R](https://cran.r-project.org/) for [Shiny applications](http://shiny.rstudio.com/) with the [rintrojs package on CRAN](https://cran.r-project.org/web/packages/rintrojs/).
93-
94-
Github: https://github.com/carlganz/rintrojs
95-
96-
### Dart Wrapper
97-
98-
Dart wrapper for Intro.js
99-
100-
Github: https://github.com/moomoohk/introjs.dart
51+
Intro.js has many wrappers for different purposes. Please visit [Documentation](https://introjs.com/docs) for more info.
10152

10253
## Build
10354

0 commit comments

Comments
 (0)