Просмотр исходного кода

feat(docs): Minor docs updates

Michael Bromley 5 лет назад
Родитель
Сommit
dc256fad6e

+ 2 - 2
docs/content/article/faq.md

@@ -41,6 +41,6 @@ We're not yet offering general support packages, but if you are planning a Vendu
 
 **No**, out-of-the box Vendure does not support multi-vendor. We have a [Channels feature]({{< relref "channels" >}}) which allows a single vendor to define multiple sales channels. 
 
-It _would_ be possible to add multi-vendor support by way of a plugin, but bear in mind that this would entail a fair amount of custom development.
+Currently there is ongoing work by community contributors to put in place the internal infrastructure to support multi-vendor, but as of this writing (September 2020) it is not yet considered complete. It _would_ be possible to add multi-vendor support by way of a plugin, but bear in mind that this would entail a fair amount of custom development.
+
 
-An official multi-vendor plugin is under consideration for after the v1.0 release.

+ 2 - 2
docs/content/article/roadmap.md

@@ -11,13 +11,13 @@ Here is a list of some of the main outstanding tasks that are planned for the v1
 * Complete the Channels implementation
 * Back order handling
 * Administrator creation & editing of orders
-* Custom authentication support
+* ~~Custom authentication support~~ ✅
 * Improved promotions support
 * Improved tax calculation support
 * Improved support for running Vendure in cloud environments
 * Performance improvements
 
-We currently hope to **reach v1.0 in the latter half of 2020**. For an up-to-date overview of where we stand, refer to the [GitHub milestones page](https://github.com/vendure-ecommerce/vendure/milestones).
+We currently hope to **reach v1.0 by the end of 2020**. For an up-to-date overview of where we stand, refer to the [GitHub milestones page](https://github.com/vendure-ecommerce/vendure/milestones).
 
 ## Post v1.0
 

+ 2 - 1
docs/content/docs/developer-guide/channels.md

@@ -11,6 +11,7 @@ Channels are a feature of Vendure which allows multiple sales channels to be rep
 * Assign only specific Products to the Channel (with Channel-specific prices)
 * Create Administrator roles limited to the Channel
 * Assign only specific Promotions, Collections & ShippingMethods to the Channel (to be implemented)
+* Have Orders and Customers associated with specific Channels.
 
 Every Vendure server always has a **default Channel**, which contains _all_ entities. Subsequent channels can then contain a subset of the above entities.
 
@@ -22,6 +23,6 @@ Use-cases of Channels include:
 
 ## Multi-Tenant (Marketplace) Support
 
-In its current form, the Channels feature is not suitable for a multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels.
+In its current form, the Channels feature is not suitable for an out-fo-the-box multi-tenant or marketplace solution. This is because several entities which should be isolated in a true multi-tenant system are still shared across all Channels.
 
 Multi-tenancy could still be achieved through a dedicated plugin, and indeed there are some community projects underway in this direction, but would require significant custom work. An out-of-the-box solution will be considered for a future plugin offering.

+ 1 - 1
docs/content/docs/plugins/available-plugins.md

@@ -18,5 +18,5 @@ The Vendure monorepo contains a number of "core" plugins - that is, commonly-use
 
 Have you created a Vendure plugin that you'd like to share? Contact us and we can list it here! 
 
-For now, you'll find some community plugins in [these GitHub search results](https://github.com/search?q=vendure+-user%3Avendure-ecommerce&type=Repositories).
+For now, you'll find some community plugins in [these GitHub search results](https://github.com/search?q=vendure+plugin+-user%3Avendure-ecommerce&type=Repositories).