Skip to content

Commit

Permalink
[Docs] Trying to fix the cookbook
Browse files Browse the repository at this point in the history
  • Loading branch information
loic425 committed Dec 10, 2024
1 parent cbcf27f commit 85c03d6
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 31 deletions.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# Sylius Stack

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

* [**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](resource/index.md)
* [**GridBundle:** Amazing grids with support of filters and custom fields integrated into Symfony](grid/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)

📖 Documentation
----------------

Documentation is available in the [docs directory](SUMMARY.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 `[email protected]`.

📃 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).
31 changes: 3 additions & 28 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Sylius Stack
# Sylius Stack Documentation

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

Expand All @@ -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 `[email protected]`.

📃 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).
8 changes: 5 additions & 3 deletions docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 85c03d6

Please sign in to comment.