Skip to content

Commit d002965

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [2.0.0] one page modified
1 parent fd2dd88 commit d002965

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

docs/README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Rails versions below 5.2 are not supported.
7373

7474
`matestack-ui-core` requires Vue.js and Vuex for its reactivity features. Following version ranges are supported:
7575

76-
* Vue.js 2.6.0
76+
* Vue.js ^2.6.0
7777
* Vuex ^3.6.0
7878

7979
{% hint style="info" %}
@@ -85,7 +85,7 @@ Vue 3 / Vuex 4 update is planned for Q2 2021.
8585
`matestack-ui-core` is designed to be installed via Npm or Yarn and bundled via something like Webpacker together with all your other dependencies.
8686

8787
{% hint style="warning" %}
88-
Since 2.0.0 we're not shipping a prebundled JavaScript asset for Rails assets pipeline \(Sprockets\) users anymore.
88+
Since 2.0.0 we're not shipping a pre-bundled JavaScript assets for Rails assets pipeline \(Sprockets\) users anymore.
8989
{% endhint %}
9090

9191
## Getting Started
@@ -98,19 +98,3 @@ After that, it might be a good idea to boost your knowledge with our quick start
9898

9999
{% page-ref page="getting-started/quick-start.md" %}
100100

101-
## Deep Dive
102-
103-
Craft your UI based on your components written in pure Ruby. Utilizing Ruby's amazing language features, you're able to create a cleaner and more maintainable UI implementation:
104-
105-
Learn more about UI components implemented in pure Ruby:
106-
107-
What about going even one step further and implement **reactive** UIs in pure Ruby? Matestack's reactive core components can be used with a simple Ruby DSL enabling you to create reactive UIs without touching JavaScript!
108-
109-
Learn more about the optional reactivity system built on top of Vue.js and how you can use reactive core components in pure Ruby:
110-
111-
{% page-ref page="built-in-reactivity/overview.md" %}
112-
113-
The last step in order to leverage the full Matestack power: Create app \(~Rails layout\) and page \(Rails ~view\) classes and implement dynamic page transitions without any JavaScript implementation required optionally enriched with some CSS animations.
114-
115-
Learn more about SPA-like Apps implemented in pure Ruby:
116-

0 commit comments

Comments
 (0)