💸
Shopify
  • Modular Shopify Storefront
  • Supported Features
  • Architecture
    • Modularity
    • Extensibility
    • Structure
    • Framework
    • Documentation
    • Typings
  • Solutions
    • SortedMap & SortedRenderMap
    • Query Controller
  • Packages
    • @scandipwa/shopify-checkout
      • Internal Structure
    • @scandipwa/shopify-checkout-line-items
      • Internal Structure
    • @scandipwa/shopify-checkout-web
      • Internal Structure
    • @scandipwa/shopify-collections
      • Internal Structure
    • @scandipwa/shopify-collections-products
      • Internal Structure
    • @scandipwa/shopify-customer
      • Internal Structure
    • @scandipwa/shopify-product-tags
      • Internal Structure
    • @scandipwa/shopify-product-variants
      • Internal Structure
    • @scandipwa/shopify-products
      • Internal Structure
    • @scandipwa/shopify-shop
      • Internal Structure
Powered by GitBook
On this page

Was this helpful?

  1. Architecture

Documentation

The application uses hybrid documentation to stay up-to-date. Each package README and internal structure are auto-generated.

The auto-generated documentation is generated from js-doc like comments:

  • @extPoint - allows marking a function as great for place for extension

  • @extExample - allows providing a ready (copy-paste) extension example

  • @example - allows specifying an example of function usage

  • @namespace - namespace of the function according to the plugin mechanism

If your module is located in packages folder of original mono-repository the documentation can be automatically extracted with yarn docs command.

PreviousFrameworkNextTypings

Last updated 4 years ago

Was this helpful?