From 4d7bbdbf5afda424b26bc949483905c2bbac6d62 Mon Sep 17 00:00:00 2001 From: Magdalena Sadowska Date: Mon, 11 Nov 2024 12:57:10 +0000 Subject: [PATCH] GITBOOK: Export Sylius documentation --- docs/README.md | 17 +++---- docs/the-book/introduction-to-sylius.md | 67 ++++++++++++++++++++++++- 2 files changed, 73 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 36145186c8..a019f09c32 100644 --- a/docs/README.md +++ b/docs/README.md @@ -49,9 +49,7 @@ So why choose Sylius? Because it's more than just an e-commerce platform - it's * [Sylius Team](https://sylius.com/team/) * [Sylius Roadmap](https://sylius.com/roadmap/) -### Getting Started with Sylius - -The essential guide for the Sylius newcomers who want to know its most important features, quickly see the power of customization, and run their first Sylius shop within a few hours. +### Getting Started with SyliusThe essential guide for the Sylius newcomers who want to know its most important features, quickly see the power of customization, and run their first Sylius shop within a few hours. * [Installation](getting-started-with-sylius/installation.md) * [Basic Configuration](getting-started-with-sylius/basic-configuration.md) @@ -74,11 +72,10 @@ The Developer’s guide to leveraging the flexibility of Sylius. Here you will f * [Customers](the-book/customers/) * [Products](the-book/products/) * [Carts & Orders](the-book/carts-and-orders/) -* [Frontend & Themes](the-book/frondend-and-themes.md) -* [Sylius Plugins](the-book/sylius-plugins/) * [Support](the-book/support.md) * [Contributing](the-book/contributing/) -* [API](the-book/api/) + + [![Blackfire](https://old-docs.sylius.com/en/1.13/\_static/img/blackfire.png)](https://blackfire.io/docs/introduction?utm\_source=sylius\&utm\_medium=docs\&utm\_campaign=profiler) ### Sylius Plus @@ -94,9 +91,9 @@ Documentation sections referring to Sylius Plus features are: * [RBAC](the-book/customers/adminuser.md) * [Customer Pools](the-book/customers/customer-pools.md) * [Splitting Shipments](the-book/carts-and-orders/shipments.md) -* [Returns](the-book/carts-and-orders/returns.md) +* Returns * Returns related [E-Mails](the-book/architecture/e-mails.md#sylius-plus-return-requests-emails) * [Multi-Source Inventory](the-book/products/multi-source-inventory.md) -* [Loyalty](the-book/sylius-plus/loyalty.md) - -
+* Loyalty +* Marketplace Suite +* B2B Suite diff --git a/docs/the-book/introduction-to-sylius.md b/docs/the-book/introduction-to-sylius.md index 5b8c58b632..3969c69e03 100644 --- a/docs/the-book/introduction-to-sylius.md +++ b/docs/the-book/introduction-to-sylius.md @@ -1,6 +1,71 @@ --- -hidden: true +layout: + title: + visible: true + description: + visible: false + tableOfContents: + visible: true + outline: + visible: true + pagination: + visible: true --- # Introduction to Sylius +Sylius is a game-changing e-commerce solution for PHP, based on the Symfony framework. + +## Philosophy + +Sylius is completely open source (MIT license) and free, maintained by a diverse and creative community of developers and companies. + +What are our core values and what makes us different from other solutions? + +* Components based approach +* Unlimited flexibility and simple customization +* Developer-friendly, using the latest technologies +* Developed using best practices and BDD approach +* [Highest quality of code](https://scrutinizer-ci.com/g/Sylius/Sylius/) + +And much more, but we will let you discover it yourself. + +[![../../\_images/ce\_plus\_banner.png](https://old-docs.sylius.com/en/1.13/\_images/ce\_plus\_banner.png)](https://sylius.com/plus/?utm\_source=docs\&utm\_medium=cta\&utm\_campaign=plus) + +## Sylius Community Edition (CE) + +The free, open-source distribution of Sylius, which can be found in the Sylius/Sylius repository, is called the Community Edition, abbreviated **Sylius CE**. + +#### Sylius Plus + +There is also a commercial edition of Sylius, which is called [Sylius Plus](https://sylius.com/plus/). + +Sylius Plus gives you all the power of Open Source and much more. It comes with a set of enterprise-grade features and technical support from its creators. As a state-of-the-art eCommerce platform, it reduces risks and increases your ROI. + +In this documentation you will find also chapters dedicated to features introduced by the Sylius Plus edition, they will be marked with a frame just like this section. + +### The Three Natures of Sylius + +Sylius is constructed from fully decoupled and flexible e-commerce components for PHP. It is also a set of Symfony bundles, which integrate the components into the full-stack framework. On top of that, Sylius is also a complete e-commerce platform crafted from all these building blocks. + +It is your choice how to use Sylius, you can benefit from the components with any framework, integrate selected bundles into existing or new Symfony apps, or build your application on top of the Sylius platform. + +### Sylius Platform + +This book is about our **full-stack e-commerce platform**, which is a standard Symfony application providing the most common webshop and a foundation for custom systems. + +### Leveraging Symfony Bundles + +If you prefer to build your very custom system step by step and from scratch, you can integrate the standalone Symfony bundles. For the installation instructions, please refer to the appropriate bundle documentation. + +### E-Commerce Components for PHP + +If you use a different framework than Symfony, you are welcome to use Sylius components, which will make it much easier to implement a webshop with any PHP application and project. They provide you with default models, services, and logic for all aspects of e-commerce, completely separated and ready to use. + +### Roadmap + +Are you wondering about Sylius plans for the next releases? If so then you should follow our [Roadmap](https://sylius.com/roadmap). Through our [Slack](https://old-docs.sylius.com/en/1.13/book/support/index.html), you can contribute by conversation and vote on the most desired features and improvements. + +### Final Thoughts + +Depending on how you want to use Sylius, continue reading The Book, which covers the usage of the full stack solution, browse the Bundles Reference, or learn about The Components.\