From b571f2c57510f28f2e48e11ab94c8355f53b9e74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Fr=C3=A9mont?= Date: Tue, 10 Dec 2024 08:52:42 +0100 Subject: [PATCH] [Docs] Trying to fix the cookbook --- README.md | 34 ++++++++++++++++++++++++++++++++++ docs/README.md | 31 +++---------------------------- docs/SUMMARY.md | 8 +++++--- 3 files changed, 42 insertions(+), 31 deletions(-) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..5bf6f8fd --- /dev/null +++ b/README.md @@ -0,0 +1,34 @@ +# Sylius Stack + +The Sylius stack is a set of tools for your Symfony projects. + +📖 Documentation +---------------- + +Documentation is available at [stack.sylius.com](https://stack.sylius.com). + +🤝 Community +------------ + +Get Sylius support on [Slack](https://sylius.com/slack) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius) +or get professional **SLA-backed support and Project Success Assistance** with Sylius Plus license! [Learn more.](https://sylius.com/plus/) + +Stay updated by following our [Twitter](https://twitter.com/Sylius) and [Facebook](https://www.facebook.com/SyliusEcommerce/). + +👮 Security issues +------------------ + +If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. +Instead, all security issues must be sent to `security@sylius.com`. + +📃 License +---------- + +Sylius Stack is completely free and released under the [MIT License](https://github.com/Sylius/Stack/blob/master/LICENSE). + +✍️ Authors +--------- + +Sylius was originally created by the Sylius core team members. + +See the full list of [contributors](https://github.com/Sylius/Stack/contributors). diff --git a/docs/README.md b/docs/README.md index d631f64e..b175818a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,4 +1,4 @@ -# Sylius Stack +# Sylius Stack Documentation The Sylius stack is a set of tools for your Symfony projects: @@ -10,33 +10,8 @@ The Sylius stack is a set of tools for your Symfony projects: * [**TwigHooks:** Composable Twig layouts](twig-hooks/getting-started.md) * [**UiTranslations:** Basic UI translations](ui-translations/getting-started.md) -📖 Documentation +📖 Cookbook ---------------- -Documentation is available in the [docs directory](SUMMARY.md). +* [How to customize your admin panel](cookbook/admin_panel/index.md) -🤝 Community ------------- - -Get Sylius support on [Slack](https://sylius.com/slack) or [Stack Overflow](https://stackoverflow.com/questions/tagged/sylius) -or get professional **SLA-backed support and Project Success Assistance** with Sylius Plus license! [Learn more.](https://sylius.com/plus/) - -Stay updated by following our [Twitter](https://twitter.com/Sylius) and [Facebook](https://www.facebook.com/SyliusEcommerce/). - -👮 Security issues ------------------- - -If you think that you have found a security issue in Sylius, please do not use the issue tracker and do not post it publicly. -Instead, all security issues must be sent to `security@sylius.com`. - -📃 License ----------- - -Sylius Stack is completely free and released under the [MIT License](https://github.com/Sylius/Stack/blob/master/LICENSE). - -✍️ Authors ---------- - -Sylius was originally created by the Sylius core team members. - -See the full list of [contributors](https://github.com/Sylius/Stack/contributors). diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index 8b27b0ee..b4263194 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -1,8 +1,10 @@ # Table of contents -* [About Sylius Stack](README.md) -* [Cookbook](cookbook/index.md) - * [How to customize your admin panel](cookbook/admin_panel/index.md) +* [Sylius Stack Documentation](README.md) + +## Cookbook + +* [How to customize your admin panel](cookbook/admin_panel/index.md) ## Admin UI