Skip to content

Commit b8fc87d

Browse files
committed
beta 4
1 parent 1848a34 commit b8fc87d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ gh-pages/
55
node_modules/
66
*.code-workspace
77
*.iml
8+
*.jekyll-metadata

.jekyll-metadata

-16.3 KB
Binary file not shown.

docs/4.4/getting-started/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Be sure to have your pages set up with the latest design and development standar
109109
<link href="{{ site.cdn.md_icon }}" rel="stylesheet">
110110

111111
<!-- Add Material CSS, replace Bootstrap CSS -->
112-
<link href="https://cdn.jsdelivr.net/gh/djibe/[email protected].2/css/material.min.css" rel="stylesheet">
112+
<link href="https://cdn.jsdelivr.net/gh/djibe/[email protected].4/css/material.min.css" rel="stylesheet">
113113
</head>
114114
<body>
115115
<h1>Hello, world!</h1>
@@ -121,7 +121,7 @@ Be sure to have your pages set up with the latest design and development standar
121121
<script src="{{ site.cdn.bs_js }}"></script>
122122

123123
<!-- Then Material JavaScript on top of Bootstrap JavaScript -->
124-
<script src="https://cdn.jsdelivr.net/gh/djibe/[email protected].2/js/material.min.js"></script>
124+
<script src="https://cdn.jsdelivr.net/gh/djibe/[email protected].4/js/material.min.js"></script>
125125
</body>
126126
</html>
127127
{% endhighlight %}

docs/4.4/material/app-bars-top.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It can transform into a contextual action bar.
1414
<span class="list-group-item-icon lgi-icon-bs"></span>
1515
<span class="list-group-item-text">
1616
<span>Bootstrap documentation: Navbar</span>
17-
<span>Most of the details have been covered here</span>
17+
<span>Every detail has been covered here</span>
1818
</span>
1919
</a>
2020
<a href="https://material.io/components/app-bars-top" target="_blank" class="list-group-item list-group-item-action d-flex font-weight-bold">

0 commit comments

Comments
 (0)