Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Feb 13, 2024
1 parent 467a47c commit 58fc2a9
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 0 deletions.
4 changes: 4 additions & 0 deletions navigation.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
'label' => 'Documentation',
'url' => '/docs',
],
'changelog' => [
'label' => 'Changelog',
'url' => '/changelog',
],
'github' => [
'label' => 'Github',
'url' => 'https://github.com/julienbourdeau/debugbar',
Expand Down
11 changes: 11 additions & 0 deletions source/_layouts/changelog.blade.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@extends('_layouts.base')

@section('main')

<div class="prose max-w-none">

@yield('content')

</div>

@endsection
13 changes: 13 additions & 0 deletions source/changelog.blade.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
extends: _layouts.changelog
section: content
slug: changelog
title: Installation
subtitle: "Setup the Debugbar dev tools in your project"
seo_title:
seo_description:
---

## v0.1.0 - 2024-02-13

* Initial release 🎉

0 comments on commit 58fc2a9

Please sign in to comment.