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

[Docs] Fx the cookbook & improve index #153

Merged
merged 1 commit into from
Dec 10, 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
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
Loading