Skip to content

Commit 1d1f9a0

Browse files
committed
Update home
1 parent b13cb1c commit 1d1f9a0

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

docs/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,3 @@ hide:
55
- navigation
66
- toc
77
---
8-

overrides/home.html

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
margin: 0
1010
}
1111

12-
.md-content {
12+
.md-content h1, .home-content h1 {
1313
display: none
1414
}
1515

@@ -29,14 +29,22 @@
2929
<div class="mdx-hero">
3030

3131
<h1>{{ config.site_description }}</h1>
32+
33+
<img alt="Unit Tests" src="https://github.com/barryvdh/laravel-debugbar/workflows/Unit%20Tests/badge.svg">
34+
<a href="http://choosealicense.com/licenses/mit/"><img alt="Packagist License" src="https://img.shields.io/badge/Licence-MIT-blue"></a>
35+
<a href="https://packagist.org/packages/barryvdh/laravel-debugbar"><img alt="Latest Stable Version" src="https://img.shields.io/packagist/v/barryvdh/laravel-debugbar?label=Stable"></a>
36+
<a href="https://packagist.org/packages/barryvdh/laravel-debugbar"><img alt="Total Downloads" src="https://img.shields.io/packagist/dt/barryvdh/laravel-debugbar?label=Downloads"></a>
37+
<a href="https://fruitcake.nl/"><img alt="Fruitcake" src="https://img.shields.io/badge/Powered%20By-Fruitcake-b2bc35.svg"></a>
38+
39+
<p>
40+
Laravel Debugbar is a package that integrates PHP Debug Bar with Laravel. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Laravel.
41+
</p>
42+
3243
<div class="mdx-hero__image">
3344
<img src="assets/preview.png" alt="" width="1293" height="267" draggable="false">
3445
</div>
3546
<div class="mdx-hero__content">
3647

37-
Laravel Debugbar is a package that integrates PHP Debug Bar with Laravel. It includes a ServiceProvider to register the debugbar and attach it to the output. You can publish assets and configure it through Laravel.
38-
39-
4048
<p>Get started in 1 minute.</p>
4149
<a href="{{ page.next_page.url | url }}" title="{{ page.next_page.title | e }}"
4250
class="md-button md-button--primary">
@@ -49,6 +57,7 @@ <h1>{{ config.site_description }}</h1>
4957
</div>
5058
</div>
5159
</section>
60+
5261
{% endblock %}
5362

5463
{% block content %}

0 commit comments

Comments
 (0)