Skip to content

Commit

Permalink
beta 4
Browse files Browse the repository at this point in the history
  • Loading branch information
djibe committed May 13, 2020
1 parent 1848a34 commit b8fc87d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ gh-pages/
node_modules/
*.code-workspace
*.iml
*.jekyll-metadata
Binary file removed .jekyll-metadata
Binary file not shown.
4 changes: 2 additions & 2 deletions docs/4.4/getting-started/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ Be sure to have your pages set up with the latest design and development standar
<link href="{{ site.cdn.md_icon }}" rel="stylesheet">

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

<!-- Then Material JavaScript on top of Bootstrap JavaScript -->
<script src="https://cdn.jsdelivr.net/gh/djibe/[email protected].2/js/material.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/djibe/[email protected].4/js/material.min.js"></script>
</body>
</html>
{% endhighlight %}
Expand Down
2 changes: 1 addition & 1 deletion docs/4.4/material/app-bars-top.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ It can transform into a contextual action bar.
<span class="list-group-item-icon lgi-icon-bs"></span>
<span class="list-group-item-text">
<span>Bootstrap documentation: Navbar</span>
<span>Most of the details have been covered here</span>
<span>Every detail has been covered here</span>
</span>
</a>
<a href="https://material.io/components/app-bars-top" target="_blank" class="list-group-item list-group-item-action d-flex font-weight-bold">
Expand Down

0 comments on commit b8fc87d

Please sign in to comment.