* standard docs for caching module + deprecated cache module * added guides for creating + using, and overall changes from cache to caching * fix details related to redis provider * fix build errors * fix build error * fixes * add guides to sidebar * add sidebar util * document query + index * moved cache tag conventions * fix build errors * added migration guide * added memcached guide * fixes * general fixes and updates * updated reference * document medusa cache * small fix * fixes * remove cloud cache * revert edit dates changes * revert edit dates * small update
68 lines
2.8 KiB
Plaintext
68 lines
2.8 KiB
Plaintext
import { TypeList } from "docs-ui"
|
|
|
|
# Medusa References
|
|
|
|
## Modules
|
|
|
|
- [analytics](modules/analytics/page.mdx)
|
|
- [analytics-provider](modules/analytics_provider/page.mdx)
|
|
- [api-key](modules/api_key/page.mdx)
|
|
- [api-key-models](modules/api_key_models/page.mdx)
|
|
- [auth](modules/auth/page.mdx)
|
|
- [auth-models](modules/auth_models/page.mdx)
|
|
- [auth-provider](modules/auth_provider/page.mdx)
|
|
- [cache](modules/cache/page.mdx)
|
|
- [caching](modules/caching/page.mdx)
|
|
- [cart](modules/cart/page.mdx)
|
|
- [cart-models](modules/cart_models/page.mdx)
|
|
- [core-flows](modules/core_flows/page.mdx)
|
|
- [currency](modules/currency/page.mdx)
|
|
- [currency-models](modules/currency_models/page.mdx)
|
|
- [customer](modules/customer/page.mdx)
|
|
- [customer-models](modules/customer_models/page.mdx)
|
|
- [dml](modules/dml/page.mdx)
|
|
- [event](modules/event/page.mdx)
|
|
- [events](modules/events/page.mdx)
|
|
- [file](modules/file/page.mdx)
|
|
- [file-service](modules/file_service/page.mdx)
|
|
- [fulfillment](modules/fulfillment/page.mdx)
|
|
- [fulfillment-models](modules/fulfillment_models/page.mdx)
|
|
- [fulfillment-provider](modules/fulfillment_provider/page.mdx)
|
|
- [helper-steps](modules/helper_steps/page.mdx)
|
|
- [inventory-next](modules/inventory_next/page.mdx)
|
|
- [inventory-next-models](modules/inventory_next_models/page.mdx)
|
|
- [js-sdk](modules/js_sdk/page.mdx)
|
|
- [locking](modules/locking/page.mdx)
|
|
- [medusa](modules/medusa/page.mdx)
|
|
- [module-events](modules/module_events/page.mdx)
|
|
- [modules-sdk](modules/modules_sdk/page.mdx)
|
|
- [notification](modules/notification/page.mdx)
|
|
- [notification-service](modules/notification_service/page.mdx)
|
|
- [order](modules/order/page.mdx)
|
|
- [order-models](modules/order_models/page.mdx)
|
|
- [payment](modules/payment/page.mdx)
|
|
- [payment-models](modules/payment_models/page.mdx)
|
|
- [payment-provider](modules/payment_provider/page.mdx)
|
|
- [pricing](modules/pricing/page.mdx)
|
|
- [pricing-models](modules/pricing_models/page.mdx)
|
|
- [product](modules/product/page.mdx)
|
|
- [product-models](modules/product_models/page.mdx)
|
|
- [promotion](modules/promotion/page.mdx)
|
|
- [promotion-models](modules/promotion_models/page.mdx)
|
|
- [region](modules/region/page.mdx)
|
|
- [region-models](modules/region_models/page.mdx)
|
|
- [sales-channel](modules/sales_channel/page.mdx)
|
|
- [sales-channel-models](modules/sales_channel_models/page.mdx)
|
|
- [stock-location-next](modules/stock_location_next/page.mdx)
|
|
- [stock-location-next-models](modules/stock_location_next_models/page.mdx)
|
|
- [store](modules/store/page.mdx)
|
|
- [store-models](modules/store_models/page.mdx)
|
|
- [tax](modules/tax/page.mdx)
|
|
- [tax-models](modules/tax_models/page.mdx)
|
|
- [tax-provider](modules/tax_provider/page.mdx)
|
|
- [types](modules/types/page.mdx)
|
|
- [user](modules/user/page.mdx)
|
|
- [user-models](modules/user_models/page.mdx)
|
|
- [utils](modules/utils/page.mdx)
|
|
- [workflows](modules/workflows/page.mdx)
|