Skip to content

Commit 23a1739

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [main] 63 pages modified
1 parent 2b74f31 commit 23a1739

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

docs/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Additionally, most of Matestack does not require Action Cable or Redis, but can
5757
Matestack currently offers two open source Ruby gems**:**
5858

5959
* `matestack-ui-core` ships all you need to build reactive UIs in pure Ruby. You have to take care of styling and additional UI components yourself.
60-
* `matestack-ui-bootstrap`ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before! **-->** [**https://matestack.gitbook.io/matestack-ui-bootstrap**](https://matestack.gitbook.io/matestack-ui-bootstrap/)
60+
* `matestack-ui-bootstrap`ships all you need to build beautiful, reactive UIs in pure Ruby and smart CRUD components based on Bootstrap v5. Don't think about styling anymore and just create admin or application UIs faster than ever before! **-->** [https://docs.matestack.io/matestack-ui-bootstrap/](https://docs.matestack.io/matestack-ui-bootstrap/)
6161

6262
## Live Demo
6363

@@ -109,3 +109,7 @@ After that, it might be a good idea to boost your knowledge with our quick start
109109

110110
{% page-ref page="getting-started/quick-start.md" %}
111111

112+
## Roadmap
113+
114+
Do you want to know what we're currently working on and what's planned for the next releases? Check out our GitHub Project board: [https://github.com/orgs/matestack/projects/1](https://github.com/orgs/matestack/projects/1)
115+

docs/getting-started/concepts-rails-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Based on a strong foundation - Rails with all the sugar you love - Matestack ena
88

99
1. to implement HTML structures in pure Ruby \[matestack-ui-core\]
1010
2. to compose pre-built reactive components based on Vue.js in pure Ruby \(extendable with custom JavaScript if required\) \[matestack-ui-core\]
11-
3. to compose pre-built or custom styled components in pure Ruby _\*\*_\[e.g. matestack-ui-bootstrap\]
11+
3. to compose pre-built or custom styled components in pure Ruby \[e.g. matestack-ui-bootstrap\]
1212

1313
**which leads to beautiful reactive web UI implemented in pure Ruby:**
1414

@@ -384,6 +384,6 @@ Based on `matestack-ui-core` and `matestack-ui-bootstrap` this reactive dummy ap
384384
![https://dummy.matestack.io](../.gitbook/assets/image%20%281%29.png)
385385

386386
{% hint style="warning" %}
387-
**You want to learn more?**`matestack-ui-bootstrap` is a separate Gem and documented here: **\*\*\[**[https://matestack.gitbook.io/matestack-ui-bootstrap\*\*\]\(https://matestack.gitbook.io/matestack-ui-bootstrap/](https://matestack.gitbook.io/matestack-ui-bootstrap**]%28https://matestack.gitbook.io/matestack-ui-bootstrap/)\)
387+
**You want to learn more?**`matestack-ui-bootstrap` is a separate Gem and documented here: [https://docs.matestack.io/matestack-ui-bootstrap/](https://docs.matestack.io/matestack-ui-bootstrap/)
388388
{% endhint %}
389389

0 commit comments

Comments
 (0)