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/start/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,14 +14,14 @@ The docs cover following main topics:
14
14
15
15
Learn how to properly set up and update matestack-ui-core with your existing Rails application.
16
16
17
-
## [UI components in pure Ruby](/docs/core/ui_components/)
17
+
## [UI components in pure Ruby](/docs/core/ui_components/README.md)
18
18
19
19
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.
20
20
21
-
## [Reactive components in pure Ruby](/docs/core/reactive_components/)
21
+
## [Reactive components in pure Ruby](/docs/core/reactive_components/README.md)
22
22
23
23
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!
24
24
25
-
## [Reactive apps in pure Ruby](/docs/core/reactive_apps/)
25
+
## [Reactive apps in pure Ruby](/docs/core/reactive_apps/README.md)
26
26
27
27
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.
0 commit comments