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 b571f2c
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 31 deletions.
34 changes: 34 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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 `[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 b571f2c

Please sign in to comment.