From d3d0dca18285cd050f00fdca664b2ffea5aff06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Thu, 28 Nov 2024 09:38:04 +0100 Subject: [PATCH] Improve Summary and Add Readme file to each components --- docs/README.md | 14 +++++++------- src/AdminUi/README.md | 3 +++ src/BootstrapAdminUi/README.md | 3 +++ src/TwigExtra/README.md | 3 +++ src/TwigHooks/README.md | 3 +++ src/UiTranslations/README.md | 3 +++ 6 files changed, 22 insertions(+), 7 deletions(-) create mode 100644 src/AdminUi/README.md create mode 100644 src/BootstrapAdminUi/README.md create mode 100644 src/TwigExtra/README.md create mode 100644 src/TwigHooks/README.md create mode 100644 src/UiTranslations/README.md diff --git a/docs/README.md b/docs/README.md index f66b5293..36ef2fb6 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 ------------ diff --git a/src/AdminUi/README.md b/src/AdminUi/README.md new file mode 100644 index 00000000..45114764 --- /dev/null +++ b/src/AdminUi/README.md @@ -0,0 +1,3 @@ +# Sylius Admin Ui + +The Admin Ui component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative. diff --git a/src/BootstrapAdminUi/README.md b/src/BootstrapAdminUi/README.md new file mode 100644 index 00000000..1ef64694 --- /dev/null +++ b/src/BootstrapAdminUi/README.md @@ -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. diff --git a/src/TwigExtra/README.md b/src/TwigExtra/README.md new file mode 100644 index 00000000..cd9b1844 --- /dev/null +++ b/src/TwigExtra/README.md @@ -0,0 +1,3 @@ +# Sylius Twig Extra + +The Twig Extra component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative. diff --git a/src/TwigHooks/README.md b/src/TwigHooks/README.md new file mode 100644 index 00000000..c7571752 --- /dev/null +++ b/src/TwigHooks/README.md @@ -0,0 +1,3 @@ +# Sylius Twig Hooks + +The Twig Hooks component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative. diff --git a/src/UiTranslations/README.md b/src/UiTranslations/README.md new file mode 100644 index 00000000..8b662a38 --- /dev/null +++ b/src/UiTranslations/README.md @@ -0,0 +1,3 @@ +# Sylius Ui Translations + +The Ui Translations component is part of the [Sylius stack](https://github.com/Sylius/Stack) initiative.