You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/guides/100-tutorial/01_setup.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ We skip turbolinks, because matestack has it's own loading api which makes turbo
32
32
33
33
<details>
34
34
<summary>Remove turbolinks if installed</summary>
35
-
We encourage you to remove turbolinks if it's installed. To do so remove the line <code>gem 'turbolinks', '~> 5'</code> from your Gemfile and remove <code>require("turbolinks").start()</code> from the <code>app/javascript/packs/application.js</code> file. To clean things up remove the two <code>"data-turbolinks-track": "reload"</code> key/value pairs from your <code>app/views/application.html.erb</code>.
35
+
We encourage you to remove turbolinks if it's installed. To do so remove the line <code>gem 'turbolinks', '~> 5'</code> from your Gemfile and remove <code>require("turbolinks").start()</code> from the <code>app/javascript/packs/application.js</code> file. To clean things up remove the two <code>"data-turbolinks-track": "reload"</code> key/value pairs from your <code>app/views/application.html.erb</code>.
36
36
</details>
37
37
<br/>
38
38
@@ -60,7 +60,7 @@ to start the application. Now visit [localhost:3000](http://localhost:3000/) and
60
60
61
61
To install matestack, run `gem install matestack-ui-core` or add `gem 'matestack-ui-core'` to your Gemfile and run `bundle install`.
62
62
63
-
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.0.0` followed by `yarn install`.
63
+
For a complete setup with Webpacker, you also need to run `yarn add https://github.com/matestack/matestack-ui-core#v1.1.0` followed by `yarn install`.
Copy file name to clipboardExpand all lines: docs/guides/README.md
+3-5
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,8 @@
2
2
3
3
Welcome to the `matestack-ui-core` guides! In here, we cover various use cases of this library, along with examples and explanations.
4
4
5
-
**Note:**
6
-
* These guides/docs are written for `>= 1.0.0`. If you're looking for the docs for older releases, please have a look at the github repo itself within `/docs` and select the desired version tag.
7
-
* Most of the guides are currently in progress. Please be patient while we do our best to create content while releasing a stable 1.0.0 release which will happen this September
8
-
5
+
**Note:**
6
+
These guides/docs are written for `>= 1.1.0`. If you're looking for the docs for older releases, please have a look at the github repo itself within `/docs` and select the desired version tag.
9
7
10
8
## Installation
11
9
@@ -16,7 +14,7 @@ Learn how to properly set up `matestack-ui-core` with your existing Rails applic
16
14
17
15
These series of guides introduces you to matestack step by step. We start of by creating a rails app and subsequently implement a basic CRUD app using matestack. Afterwards we dive deeper into matestacks functionalities giving you a great starting point and a good introduction. At the end we provide guides on how to work with devise and deploy your application to heroku.
18
16
19
-
This guide is split into several parts building upon each other. It is intended to be a work along guide. Feel free to adapt things to your needs.
17
+
This guide is split into several parts building upon each other. It is intended to be a work along guide. Feel free to adapt things to your needs.
20
18
21
19
You can start with [the first article](/docs/guides/100-tutorial/00_introduction.md).
0 commit comments