Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve Summary and Add Readme file to each components #138

Merged
merged 1 commit into from
Nov 28, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.