Skip to content

Commit

Permalink
Improve Summary and Add Readme file to each components (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 authored Nov 28, 2024
2 parents acad279 + d3d0dca commit 283e083
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

The Sylius stack is a set of tools for your Symfony projects:

* [Minimalist generic templates for your admin panels](admin-ui/getting-started.md)
* [Build your Bootstrap admin panels with Sylius and Symfony UX](bootstrap-admin-ui/getting-started.md)
* [Resource management system, routing and CRUD operations](https://github.com/Sylius/SyliusResourceBundle/blob/1.13/docs/index.md)
* [Amazing grids with support of filters and custom fields integrated into Symfony](https://github.com/Sylius/SyliusGridBundle/blob/1.13/docs/index.md)
* [Additional Twig extensions for your Symfony projects](twig-extra/getting-started.md)
* [Composable Twig layouts](twig-hooks/getting-started.md)
* [Basic UI translations](ui-translations/getting-started.md)
* [**AdminUi:** Minimalist generic templates for your admin panels](admin-ui/getting-started.md)
* [**BootstrapAdminUi:** Build your Bootstrap admin panels with Sylius and Symfony UX](bootstrap-admin-ui/getting-started.md)
* [**ResourceBundle:** Resource management system, routing and CRUD operations](https://github.com/Sylius/SyliusResourceBundle/blob/1.13/docs/index.md)
* [**GridBundle:** Amazing grids with support of filters and custom fields integrated into Symfony](https://github.com/Sylius/SyliusGridBundle/blob/1.13/docs/index.md)
* [**TwigExtra:** Additional Twig extensions for your Symfony projects](twig-extra/getting-started.md)
* [**TwigHooks:** Composable Twig layouts](twig-hooks/getting-started.md)
* [**UiTranslations:** Basic UI translations](ui-translations/getting-started.md)

🤝 Community
------------
Expand Down
3 changes: 3 additions & 0 deletions src/AdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sylius Admin Ui

The Admin Ui component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.
3 changes: 3 additions & 0 deletions src/BootstrapAdminUi/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sylius Bootstrap Admin Ui

The Bootstrap Admin Ui component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.
3 changes: 3 additions & 0 deletions src/TwigExtra/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sylius Twig Extra

The Twig Extra component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.
3 changes: 3 additions & 0 deletions src/TwigHooks/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sylius Twig Hooks

The Twig Hooks component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.
3 changes: 3 additions & 0 deletions src/UiTranslations/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Sylius Ui Translations

The Ui Translations component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.

0 comments on commit 283e083

Please sign in to comment.