Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
datlechin authored Sep 7, 2024
1 parent b50f72b commit 894ee89
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Menu panels are the panels that contain the menu items which you can add to the

By default, the package provides a **Custom Link** menu panel that allows you to add custom links to the menus.

![Custom Link Menu Panel](./art/custom-link.png)
![Custom Link Menu Panel](https://github.com/datlechin/filament-menu-builder/raw/main/art/custom-link.png)

#### Static Menu Panel

Expand Down Expand Up @@ -145,7 +145,7 @@ $panel
)
```

![Static Menu Panel](./art/static-menu.png)
![Static Menu Panel](https://github.com/datlechin/filament-menu-builder/raw/main/art/static-menu.png)

#### Model Menu Panel

Expand Down Expand Up @@ -190,7 +190,7 @@ $panel
)
```

![Model Menu Panel](./art/model-menu.png)
![Model Menu Panel](https://github.com/datlechin/filament-menu-builder/raw/main/art/model-menu.png)

#### Additional Menu Panel Options

Expand Down Expand Up @@ -373,22 +373,22 @@ When a menu item is a parent, a collection of the child menu items will be avail

## Changelog

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
Please see [CHANGELOG](https://github.com/datlechin/filament-menu-builder/raw/main/CHANGELOG.md) for more information on what has changed recently.

## Contributing

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
Please see [CONTRIBUTING](https://github.com/datlechin/filament-menu-builder/raw/main/.github/CONTRIBUTING.md) for details.

## Security Vulnerabilities

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
Please review [our security policy](https://github.com/datlechin/filament-menu-builder/security/policy) on how to report security vulnerabilities.

## Credits

- [Ngo Quoc Dat](https://github.com/datlechin)
- [Log1x](https://github.com/Log1x)
- [All Contributors](../../contributors)
- [All Contributors](https://github.com/datlechin/filament-menu-builder/contributors)

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.
The MIT License (MIT). Please see [License File](https://github.com/datlechin/filament-menu-builder/raw/main/LICENSE.md) for more information.

0 comments on commit 894ee89

Please sign in to comment.