Skip to content

Commit 6b66965

Browse files
jonasjabarigitbook-bot
authored andcommitted
GitBook: [2.0.0] 2 pages modified
1 parent 6c86436 commit 6b66965

File tree

2 files changed

+5
-60
lines changed

2 files changed

+5
-60
lines changed

docs/README.md

Lines changed: 4 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,63 +1,8 @@
1-
# Install
1+
# Work In Progress
22

3-
### Webpacker Installation
4-
5-
```text
6-
bundle add 'matestack-ui-bootstrap'
7-
yarn add 'matestack-ui-bootstrap'
8-
```
9-
10-
`app/views/layouts/application.html.erb`
11-
12-
```text
13-
<!DOCTYPE html>
14-
<html>
15-
<head>
16-
<title>Your App</title>
17-
<meta name="viewport" content="width=device-width,initial-scale=1">
18-
<%= csrf_meta_tags %>
19-
<%= csp_meta_tag %>
20-
21-
<%= stylesheet_link_tag 'application', media: 'all'%>
22-
<%= javascript_pack_tag 'application'%>
23-
</head>
24-
25-
<body>
26-
<div id="matestack-ui">
27-
<%= yield %>
28-
</div>
29-
</body>
30-
</html>
31-
```
32-
33-
`app/javascript/packs/stylesheets/application.scss`
34-
35-
```css
36-
@import "~bootstrap/scss/bootstrap.scss";
37-
```
38-
39-
`app/javascript/packs/application.js`
40-
41-
```javascript
42-
import Rails from "@rails/ujs"
43-
// import Turbolinks from "turbolinks"
44-
import * as ActiveStorage from "@rails/activestorage"
45-
import "channels"
46-
47-
import "./stylesheets/application.scss";
48-
49-
import MatestackUiCore from "matestack-ui-core"
50-
import MatestackUiBootstrap from "matestack-ui-bootstrap"
51-
52-
Rails.start()
53-
// Turbolinks.start()
54-
ActiveStorage.start()
55-
```
56-
57-
`app/assets/images/icons`
58-
59-
* download latest compatible icons: [https://github.com/twbs/icons/releases/tag/v1.3.0](https://github.com/twbs/icons/releases/tag/v1.3.0)
60-
* extract the bootstrap-icons.svg to this path: app/assets/images/icons \(server via assets pipeline\)
3+
{% hint style="danger" %}
4+
Implementation in progress! Not ready for use. Docs and migration guides will appear here before official release while they are written. Release is scheduled for April 2021.
5+
{% endhint %}
616

627

638

docs/SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Table of contents
22

3-
* [Install](README.md)
3+
* [Work In Progress](README.md)
44
* [Integrations](integrations/README.md)
55
* [Chart.js](integrations/chartjs.md)
66
* [Devise](integrations/devise.md)

0 commit comments

Comments
 (0)