Sfoglia il codice sorgente

feat(docs): Add link to plugin template repo

Michael Bromley 5 anni fa
parent
commit
559392220c
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      docs/content/docs/plugins/writing-a-vendure-plugin.md

+ 2 - 0
docs/content/docs/plugins/writing-a-vendure-plugin.md

@@ -9,6 +9,8 @@ This is a complete example of how to implement a simple plugin step-by-step.
 
 
 {{< alert "primary" >}}
 {{< alert "primary" >}}
   For a complete working example of a Vendure plugin, see the [real-world-vendure Reviews plugin](https://github.com/vendure-ecommerce/real-world-vendure/tree/master/src/plugins/reviews)
   For a complete working example of a Vendure plugin, see the [real-world-vendure Reviews plugin](https://github.com/vendure-ecommerce/real-world-vendure/tree/master/src/plugins/reviews)
+  
+  If you intend to write a shared plugin to be distributed as an npm package, see the [vendure plugin-template repo](https://github.com/vendure-ecommerce/plugin-template)
 {{< /alert >}}
 {{< /alert >}}
 
 
 ## Example: RandomCatPlugin
 ## Example: RandomCatPlugin