@vendure/docs 0.0.0-202601221206 → 0.0.0-202601271334
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/dates.generated.js +111 -111
- package/docs/guides/core-concepts/auth/index.mdx +1 -1
- package/docs/guides/core-concepts/channels/index.mdx +2 -2
- package/docs/guides/core-concepts/collections/index.mdx +1 -1
- package/docs/guides/core-concepts/customers/index.mdx +1 -1
- package/docs/guides/core-concepts/email/index.mdx +1 -1
- package/docs/guides/core-concepts/images-assets/index.mdx +1 -1
- package/docs/guides/core-concepts/money/index.mdx +3 -3
- package/docs/guides/core-concepts/orders/index.mdx +2 -2
- package/docs/guides/core-concepts/payment/index.mdx +2 -2
- package/docs/guides/core-concepts/products/index.mdx +1 -1
- package/docs/guides/core-concepts/promotions/index.mdx +2 -2
- package/docs/guides/core-concepts/shipping/index.mdx +2 -2
- package/docs/guides/deployment/deploy-to-digital-ocean-app-platform/index.mdx +1 -1
- package/docs/guides/deployment/deploy-to-northflank/index.mdx +1 -1
- package/docs/guides/deployment/deploy-to-railway/index.mdx +1 -1
- package/docs/guides/deployment/deploy-to-render/index.mdx +1 -1
- package/docs/guides/deployment/deploying-admin-ui.mdx +1 -1
- package/docs/guides/deployment/getting-data-into-production.mdx +2 -2
- package/docs/guides/deployment/horizontal-scaling.mdx +2 -2
- package/docs/guides/deployment/production-configuration/index.mdx +2 -2
- package/docs/guides/deployment/server-resource-requirements.mdx +1 -1
- package/docs/guides/developer-guide/cache/index.mdx +1 -1
- package/docs/guides/developer-guide/channel-aware/index.mdx +2 -2
- package/docs/guides/developer-guide/cli/index.mdx +2 -2
- package/docs/guides/developer-guide/configuration/index.mdx +2 -2
- package/docs/guides/developer-guide/custom-fields/index.mdx +7 -7
- package/docs/guides/developer-guide/custom-permissions/index.mdx +1 -1
- package/docs/guides/developer-guide/database-entity/index.mdx +6 -6
- package/docs/guides/developer-guide/error-handling/index.mdx +1 -1
- package/docs/guides/developer-guide/events/index.mdx +1 -1
- package/docs/guides/developer-guide/extend-graphql-api/index.mdx +3 -3
- package/docs/guides/developer-guide/has-custom-fields/index.mdx +5 -5
- package/docs/guides/developer-guide/importing-data/index.mdx +3 -3
- package/docs/guides/developer-guide/migrating-from-v1/breaking-api-changes.mdx +2 -2
- package/docs/guides/developer-guide/migrating-from-v1/index.mdx +3 -3
- package/docs/guides/developer-guide/migrations/index.mdx +2 -2
- package/docs/guides/developer-guide/overview/index.mdx +2 -2
- package/docs/guides/developer-guide/plugins/index.mdx +4 -4
- package/docs/guides/developer-guide/rest-endpoint/index.mdx +2 -2
- package/docs/guides/developer-guide/scheduled-tasks/index.mdx +3 -3
- package/docs/guides/developer-guide/stand-alone-scripts/index.mdx +1 -1
- package/docs/guides/developer-guide/strategies-configurable-operations/index.mdx +1 -1
- package/docs/guides/developer-guide/testing/index.mdx +2 -2
- package/docs/guides/developer-guide/the-api-layer/index.mdx +2 -2
- package/docs/guides/developer-guide/the-service-layer/index.mdx +1 -1
- package/docs/guides/developer-guide/translations/index.mdx +1 -1
- package/docs/guides/developer-guide/updating/index.mdx +1 -1
- package/docs/guides/developer-guide/uploading-files/index.mdx +3 -3
- package/docs/guides/extending-the-admin-ui/creating-detail-views/index.mdx +3 -3
- package/docs/guides/extending-the-admin-ui/creating-list-views/index.mdx +3 -3
- package/docs/guides/extending-the-admin-ui/custom-data-table-components/index.mdx +1 -1
- package/docs/guides/extending-the-admin-ui/custom-form-inputs/index.mdx +3 -3
- package/docs/guides/extending-the-admin-ui/custom-timeline-components/index.mdx +1 -1
- package/docs/guides/extending-the-admin-ui/dashboard-widgets/index.mdx +1 -1
- package/docs/guides/extending-the-admin-ui/defining-routes/index.mdx +2 -2
- package/docs/guides/extending-the-admin-ui/getting-started/index.mdx +5 -5
- package/docs/guides/extending-the-admin-ui/nav-menu/index.mdx +1 -1
- package/docs/guides/extending-the-admin-ui/using-other-frameworks/index.mdx +1 -1
- package/docs/guides/extending-the-dashboard/creating-pages/detail-pages.mdx +1 -1
- package/docs/guides/extending-the-dashboard/creating-pages/index.mdx +2 -2
- package/docs/guides/extending-the-dashboard/creating-pages/list-pages.mdx +2 -2
- package/docs/guides/extending-the-dashboard/creating-pages/tabbed-pages.mdx +1 -1
- package/docs/guides/extending-the-dashboard/custom-form-components/index.mdx +2 -2
- package/docs/guides/extending-the-dashboard/customizing-pages/action-bar-items.mdx +1 -1
- package/docs/guides/extending-the-dashboard/customizing-pages/customizing-detail-pages.mdx +2 -2
- package/docs/guides/extending-the-dashboard/customizing-pages/customizing-login-page.mdx +1 -1
- package/docs/guides/extending-the-dashboard/customizing-pages/index.mdx +4 -4
- package/docs/guides/extending-the-dashboard/customizing-pages/page-blocks.mdx +2 -2
- package/docs/guides/extending-the-dashboard/data-fetching/index.mdx +1 -1
- package/docs/guides/extending-the-dashboard/extending-overview/index.mdx +3 -3
- package/docs/guides/extending-the-dashboard/migration/index.mdx +4 -4
- package/docs/guides/extending-the-dashboard/navigation/index.mdx +1 -1
- package/docs/guides/getting-started/graphql-intro/index.mdx +5 -5
- package/docs/guides/getting-started/installation/index.mdx +5 -5
- package/docs/guides/getting-started/try-the-api/index.mdx +2 -2
- package/docs/guides/how-to/cms-integration-plugin/index.mdx +12 -12
- package/docs/guides/how-to/codegen/index.mdx +1 -1
- package/docs/guides/how-to/configurable-products/index.mdx +1 -1
- package/docs/guides/how-to/digital-products/index.mdx +1 -1
- package/docs/guides/how-to/github-oauth-authentication/index.mdx +1 -1
- package/docs/guides/how-to/google-oauth-authentication/index.mdx +3 -3
- package/docs/guides/how-to/multi-vendor-marketplaces/index.mdx +2 -2
- package/docs/guides/how-to/paginated-list/index.mdx +1 -1
- package/docs/guides/how-to/publish-plugin/index.mdx +3 -3
- package/docs/guides/how-to/s3-asset-storage/index.mdx +1 -1
- package/docs/guides/storefront/active-order/index.mdx +4 -4
- package/docs/guides/storefront/checkout-flow/index.mdx +3 -3
- package/docs/guides/storefront/codegen/index.mdx +1 -1
- package/docs/guides/storefront/connect-api/index.mdx +2 -2
- package/docs/guides/storefront/customer-accounts/index.mdx +1 -1
- package/docs/guides/storefront/listing-products/index.mdx +1 -1
- package/docs/guides/storefront/navigation-menu/index.mdx +1 -1
- package/docs/guides/storefront/order-workflow/index.mdx +2 -2
- package/docs/guides/storefront/product-detail/index.mdx +4 -4
- package/docs/reference/admin-ui-api/ui-devkit/admin-ui-extension.mdx +1 -1
- package/docs/reference/core-plugins/admin-ui-plugin/index.mdx +1 -1
- package/docs/reference/core-plugins/dashboard-plugin/index.mdx +1 -1
- package/docs/reference/core-plugins/telemetry-plugin/index.mdx +1 -1
- package/docs/reference/typescript-api/auth/authentication-strategy.mdx +1 -1
- package/docs/reference/typescript-api/common/admin-ui/admin-ui-config.mdx +1 -1
- package/docs/reference/typescript-api/custom-fields/custom-field-type.mdx +1 -1
- package/docs/reference/typescript-api/import-export/import-parser.mdx +1 -1
- package/docs/reference/typescript-api/import-export/importer.mdx +1 -1
- package/docs/reference/typescript-api/import-export/populate.mdx +1 -1
- package/docs/reference/typescript-api/job-queue/default-job-queue-plugin.mdx +1 -1
- package/docs/reference/typescript-api/orders/order-item-price-calculation-strategy.mdx +1 -1
- package/docs/reference/typescript-api/services/asset-service.mdx +1 -1
- package/docs/reference/typescript-api/services/history-service.mdx +1 -1
- package/docs/reference/typescript-api/worker/bootstrap-worker.mdx +1 -1
- package/docs/user-guide/settings/taxes.mdx +1 -1
- package/package.json +2 -2
- package/src/dates.generated.ts +111 -111
package/dist/dates.generated.js
CHANGED
|
@@ -1,136 +1,136 @@
|
|
|
1
1
|
// dates.generated.ts (auto-generated, do not edit)
|
|
2
|
-
// Generated at: 2026-01-
|
|
2
|
+
// Generated at: 2026-01-27T12:34:43.366Z
|
|
3
3
|
// Total files: 805
|
|
4
4
|
export const lastModifiedDates = {
|
|
5
|
-
'docs/guides/core-concepts/auth/index.mdx': '2026-01-
|
|
6
|
-
'docs/guides/core-concepts/channels/index.mdx': '2026-01-
|
|
7
|
-
'docs/guides/core-concepts/collections/index.mdx': '2026-01-
|
|
8
|
-
'docs/guides/core-concepts/customers/index.mdx': '
|
|
9
|
-
'docs/guides/core-concepts/email/index.mdx': '2026-01-
|
|
10
|
-
'docs/guides/core-concepts/images-assets/index.mdx': '
|
|
11
|
-
'docs/guides/core-concepts/money/index.mdx': '
|
|
12
|
-
'docs/guides/core-concepts/orders/index.mdx': '2026-01-
|
|
13
|
-
'docs/guides/core-concepts/payment/index.mdx': '2026-01-
|
|
14
|
-
'docs/guides/core-concepts/products/index.mdx': '
|
|
15
|
-
'docs/guides/core-concepts/promotions/index.mdx': '2026-01-
|
|
16
|
-
'docs/guides/core-concepts/shipping/index.mdx': '2026-01-
|
|
5
|
+
'docs/guides/core-concepts/auth/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
6
|
+
'docs/guides/core-concepts/channels/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
7
|
+
'docs/guides/core-concepts/collections/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
8
|
+
'docs/guides/core-concepts/customers/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
9
|
+
'docs/guides/core-concepts/email/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
10
|
+
'docs/guides/core-concepts/images-assets/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
11
|
+
'docs/guides/core-concepts/money/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
12
|
+
'docs/guides/core-concepts/orders/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
13
|
+
'docs/guides/core-concepts/payment/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
14
|
+
'docs/guides/core-concepts/products/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
15
|
+
'docs/guides/core-concepts/promotions/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
16
|
+
'docs/guides/core-concepts/shipping/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
17
17
|
'docs/guides/core-concepts/stock-control/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
18
18
|
'docs/guides/core-concepts/taxes/index.mdx': '2024-12-18T10:20:58+01:00',
|
|
19
|
-
'docs/guides/deployment/deploy-to-digital-ocean-app-platform/index.mdx': '2026-01-
|
|
19
|
+
'docs/guides/deployment/deploy-to-digital-ocean-app-platform/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
20
20
|
'docs/guides/deployment/deploy-to-google-cloud-run/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
21
|
-
'docs/guides/deployment/deploy-to-northflank/index.mdx': '2026-01-
|
|
22
|
-
'docs/guides/deployment/deploy-to-railway/index.mdx': '2026-01-
|
|
23
|
-
'docs/guides/deployment/deploy-to-render/index.mdx': '2026-01-
|
|
24
|
-
'docs/guides/deployment/deploying-admin-ui.mdx': '2026-01-
|
|
25
|
-
'docs/guides/deployment/getting-data-into-production.mdx': '2026-01-
|
|
26
|
-
'docs/guides/deployment/horizontal-scaling.mdx': '2026-01-
|
|
27
|
-
'docs/guides/deployment/production-configuration/index.mdx': '2026-01-
|
|
28
|
-
'docs/guides/deployment/server-resource-requirements.mdx': '2026-01-
|
|
21
|
+
'docs/guides/deployment/deploy-to-northflank/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
22
|
+
'docs/guides/deployment/deploy-to-railway/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
23
|
+
'docs/guides/deployment/deploy-to-render/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
24
|
+
'docs/guides/deployment/deploying-admin-ui.mdx': '2026-01-27T13:31:29+01:00',
|
|
25
|
+
'docs/guides/deployment/getting-data-into-production.mdx': '2026-01-27T13:31:29+01:00',
|
|
26
|
+
'docs/guides/deployment/horizontal-scaling.mdx': '2026-01-27T13:31:29+01:00',
|
|
27
|
+
'docs/guides/deployment/production-configuration/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
28
|
+
'docs/guides/deployment/server-resource-requirements.mdx': '2026-01-27T13:31:29+01:00',
|
|
29
29
|
'docs/guides/deployment/using-docker.mdx': '2026-01-16T17:06:22+01:00',
|
|
30
|
-
'docs/guides/developer-guide/cache/index.mdx': '
|
|
31
|
-
'docs/guides/developer-guide/channel-aware/index.mdx': '2026-01-
|
|
32
|
-
'docs/guides/developer-guide/cli/index.mdx': '2026-01-
|
|
33
|
-
'docs/guides/developer-guide/configuration/index.mdx': '2026-01-
|
|
34
|
-
'docs/guides/developer-guide/custom-fields/index.mdx': '2026-01-
|
|
35
|
-
'docs/guides/developer-guide/custom-permissions/index.mdx': '2026-01-
|
|
30
|
+
'docs/guides/developer-guide/cache/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
31
|
+
'docs/guides/developer-guide/channel-aware/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
32
|
+
'docs/guides/developer-guide/cli/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
33
|
+
'docs/guides/developer-guide/configuration/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
34
|
+
'docs/guides/developer-guide/custom-fields/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
35
|
+
'docs/guides/developer-guide/custom-permissions/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
36
36
|
'docs/guides/developer-guide/custom-strategies-in-plugins/index.mdx': '2025-06-20T09:37:50+02:00',
|
|
37
|
-
'docs/guides/developer-guide/database-entity/index.mdx': '2026-01-
|
|
37
|
+
'docs/guides/developer-guide/database-entity/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
38
38
|
'docs/guides/developer-guide/dataloaders/index.mdx': '2026-01-16T17:06:22+01:00',
|
|
39
39
|
'docs/guides/developer-guide/db-subscribers/index.mdx': '2026-01-16T16:36:49+01:00',
|
|
40
|
-
'docs/guides/developer-guide/error-handling/index.mdx': '2026-01-
|
|
41
|
-
'docs/guides/developer-guide/events/index.mdx': '
|
|
42
|
-
'docs/guides/developer-guide/extend-graphql-api/index.mdx': '2026-01-
|
|
43
|
-
'docs/guides/developer-guide/has-custom-fields/index.mdx': '2026-01-
|
|
44
|
-
'docs/guides/developer-guide/importing-data/index.mdx': '2026-01-
|
|
40
|
+
'docs/guides/developer-guide/error-handling/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
41
|
+
'docs/guides/developer-guide/events/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
42
|
+
'docs/guides/developer-guide/extend-graphql-api/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
43
|
+
'docs/guides/developer-guide/has-custom-fields/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
44
|
+
'docs/guides/developer-guide/importing-data/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
45
45
|
'docs/guides/developer-guide/logging/index.mdx': '2026-01-16T16:36:49+01:00',
|
|
46
|
-
'docs/guides/developer-guide/migrating-from-v1/breaking-api-changes.mdx': '2026-01-
|
|
46
|
+
'docs/guides/developer-guide/migrating-from-v1/breaking-api-changes.mdx': '2026-01-27T13:31:29+01:00',
|
|
47
47
|
'docs/guides/developer-guide/migrating-from-v1/database-migration.mdx': '2026-01-16T16:36:49+01:00',
|
|
48
|
-
'docs/guides/developer-guide/migrating-from-v1/index.mdx': '2026-01-
|
|
48
|
+
'docs/guides/developer-guide/migrating-from-v1/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
49
49
|
'docs/guides/developer-guide/migrating-from-v1/storefront-migration.mdx': '2026-01-16T16:36:49+01:00',
|
|
50
|
-
'docs/guides/developer-guide/migrations/index.mdx': '2026-01-
|
|
50
|
+
'docs/guides/developer-guide/migrations/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
51
51
|
'docs/guides/developer-guide/nest-devtools/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
52
|
-
'docs/guides/developer-guide/overview/index.mdx': '2026-01-
|
|
53
|
-
'docs/guides/developer-guide/plugins/index.mdx': '2026-01-
|
|
54
|
-
'docs/guides/developer-guide/rest-endpoint/index.mdx': '2026-01-
|
|
55
|
-
'docs/guides/developer-guide/scheduled-tasks/index.mdx': '2026-01-
|
|
52
|
+
'docs/guides/developer-guide/overview/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
53
|
+
'docs/guides/developer-guide/plugins/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
54
|
+
'docs/guides/developer-guide/rest-endpoint/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
55
|
+
'docs/guides/developer-guide/scheduled-tasks/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
56
56
|
'docs/guides/developer-guide/security/index.mdx': '2026-01-16T17:06:22+01:00',
|
|
57
57
|
'docs/guides/developer-guide/settings-store/index.mdx': '2026-01-16T16:36:49+01:00',
|
|
58
|
-
'docs/guides/developer-guide/stand-alone-scripts/index.mdx': '2026-01-
|
|
59
|
-
'docs/guides/developer-guide/strategies-configurable-operations/index.mdx': '
|
|
60
|
-
'docs/guides/developer-guide/testing/index.mdx': '2026-01-
|
|
61
|
-
'docs/guides/developer-guide/the-api-layer/index.mdx': '2026-01-
|
|
62
|
-
'docs/guides/developer-guide/the-service-layer/index.mdx': '
|
|
58
|
+
'docs/guides/developer-guide/stand-alone-scripts/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
59
|
+
'docs/guides/developer-guide/strategies-configurable-operations/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
60
|
+
'docs/guides/developer-guide/testing/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
61
|
+
'docs/guides/developer-guide/the-api-layer/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
62
|
+
'docs/guides/developer-guide/the-service-layer/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
63
63
|
'docs/guides/developer-guide/translatable/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
64
|
-
'docs/guides/developer-guide/translations/index.mdx': '2026-01-
|
|
65
|
-
'docs/guides/developer-guide/updating/index.mdx': '2026-01-
|
|
66
|
-
'docs/guides/developer-guide/uploading-files/index.mdx': '2026-01-
|
|
64
|
+
'docs/guides/developer-guide/translations/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
65
|
+
'docs/guides/developer-guide/updating/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
66
|
+
'docs/guides/developer-guide/uploading-files/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
67
67
|
'docs/guides/developer-guide/worker-job-queue/index.mdx': '2026-01-07T10:47:49+01:00',
|
|
68
68
|
'docs/guides/extending-the-admin-ui/add-actions-to-pages/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
69
69
|
'docs/guides/extending-the-admin-ui/adding-ui-translations/index.mdx': '2026-01-16T17:06:22+01:00',
|
|
70
70
|
'docs/guides/extending-the-admin-ui/admin-ui-theming-branding/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
71
71
|
'docs/guides/extending-the-admin-ui/alerts/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
72
72
|
'docs/guides/extending-the-admin-ui/bulk-actions/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
73
|
-
'docs/guides/extending-the-admin-ui/creating-detail-views/index.mdx': '2026-01-
|
|
74
|
-
'docs/guides/extending-the-admin-ui/creating-list-views/index.mdx': '2026-01-
|
|
75
|
-
'docs/guides/extending-the-admin-ui/custom-data-table-components/index.mdx': '2026-01-
|
|
73
|
+
'docs/guides/extending-the-admin-ui/creating-detail-views/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
74
|
+
'docs/guides/extending-the-admin-ui/creating-list-views/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
75
|
+
'docs/guides/extending-the-admin-ui/custom-data-table-components/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
76
76
|
'docs/guides/extending-the-admin-ui/custom-detail-components/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
77
|
-
'docs/guides/extending-the-admin-ui/custom-form-inputs/index.mdx': '2026-01-
|
|
78
|
-
'docs/guides/extending-the-admin-ui/custom-timeline-components/index.mdx': '2026-01-
|
|
79
|
-
'docs/guides/extending-the-admin-ui/dashboard-widgets/index.mdx': '2026-01-
|
|
80
|
-
'docs/guides/extending-the-admin-ui/defining-routes/index.mdx': '2026-01-
|
|
81
|
-
'docs/guides/extending-the-admin-ui/getting-started/index.mdx': '2026-01-
|
|
82
|
-
'docs/guides/extending-the-admin-ui/nav-menu/index.mdx': '2026-01-
|
|
77
|
+
'docs/guides/extending-the-admin-ui/custom-form-inputs/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
78
|
+
'docs/guides/extending-the-admin-ui/custom-timeline-components/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
79
|
+
'docs/guides/extending-the-admin-ui/dashboard-widgets/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
80
|
+
'docs/guides/extending-the-admin-ui/defining-routes/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
81
|
+
'docs/guides/extending-the-admin-ui/getting-started/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
82
|
+
'docs/guides/extending-the-admin-ui/nav-menu/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
83
83
|
'docs/guides/extending-the-admin-ui/page-tabs/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
84
84
|
'docs/guides/extending-the-admin-ui/ui-library/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
85
|
-
'docs/guides/extending-the-admin-ui/using-other-frameworks/index.mdx': '2026-01-
|
|
85
|
+
'docs/guides/extending-the-admin-ui/using-other-frameworks/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
86
86
|
'docs/guides/extending-the-dashboard/alerts/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
87
|
-
'docs/guides/extending-the-dashboard/creating-pages/detail-pages.mdx': '2026-01-
|
|
88
|
-
'docs/guides/extending-the-dashboard/creating-pages/index.mdx': '2026-01-
|
|
89
|
-
'docs/guides/extending-the-dashboard/creating-pages/list-pages.mdx': '2026-01-
|
|
90
|
-
'docs/guides/extending-the-dashboard/creating-pages/tabbed-pages.mdx': '2026-01-
|
|
87
|
+
'docs/guides/extending-the-dashboard/creating-pages/detail-pages.mdx': '2026-01-27T13:31:29+01:00',
|
|
88
|
+
'docs/guides/extending-the-dashboard/creating-pages/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
89
|
+
'docs/guides/extending-the-dashboard/creating-pages/list-pages.mdx': '2026-01-27T13:31:29+01:00',
|
|
90
|
+
'docs/guides/extending-the-dashboard/creating-pages/tabbed-pages.mdx': '2026-01-27T13:31:29+01:00',
|
|
91
91
|
'docs/guides/extending-the-dashboard/custom-form-components/form-component-examples.mdx': '2026-01-16T19:58:56+01:00',
|
|
92
|
-
'docs/guides/extending-the-dashboard/custom-form-components/index.mdx': '2026-01-
|
|
92
|
+
'docs/guides/extending-the-dashboard/custom-form-components/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
93
93
|
'docs/guides/extending-the-dashboard/custom-form-components/relation-selectors.mdx': '2026-01-16T19:58:56+01:00',
|
|
94
|
-
'docs/guides/extending-the-dashboard/customizing-pages/action-bar-items.mdx': '2026-01-
|
|
95
|
-
'docs/guides/extending-the-dashboard/customizing-pages/customizing-detail-pages.mdx': '2026-01-
|
|
94
|
+
'docs/guides/extending-the-dashboard/customizing-pages/action-bar-items.mdx': '2026-01-27T13:31:29+01:00',
|
|
95
|
+
'docs/guides/extending-the-dashboard/customizing-pages/customizing-detail-pages.mdx': '2026-01-27T13:31:29+01:00',
|
|
96
96
|
'docs/guides/extending-the-dashboard/customizing-pages/customizing-list-pages.mdx': '2026-01-16T19:58:56+01:00',
|
|
97
|
-
'docs/guides/extending-the-dashboard/customizing-pages/customizing-login-page.mdx': '2026-01-
|
|
97
|
+
'docs/guides/extending-the-dashboard/customizing-pages/customizing-login-page.mdx': '2026-01-27T13:31:29+01:00',
|
|
98
98
|
'docs/guides/extending-the-dashboard/customizing-pages/history-entries.mdx': '2026-01-16T19:58:56+01:00',
|
|
99
|
-
'docs/guides/extending-the-dashboard/customizing-pages/index.mdx': '2026-01-
|
|
99
|
+
'docs/guides/extending-the-dashboard/customizing-pages/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
100
100
|
'docs/guides/extending-the-dashboard/customizing-pages/insights-widgets.mdx': '2026-01-16T19:58:56+01:00',
|
|
101
|
-
'docs/guides/extending-the-dashboard/customizing-pages/page-blocks.mdx': '2026-01-
|
|
102
|
-
'docs/guides/extending-the-dashboard/data-fetching/index.mdx': '2026-01-
|
|
101
|
+
'docs/guides/extending-the-dashboard/customizing-pages/page-blocks.mdx': '2026-01-27T13:31:29+01:00',
|
|
102
|
+
'docs/guides/extending-the-dashboard/data-fetching/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
103
103
|
'docs/guides/extending-the-dashboard/deployment/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
104
|
-
'docs/guides/extending-the-dashboard/extending-overview/index.mdx': '2026-01-
|
|
104
|
+
'docs/guides/extending-the-dashboard/extending-overview/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
105
105
|
'docs/guides/extending-the-dashboard/getting-started/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
106
106
|
'docs/guides/extending-the-dashboard/localization/index.mdx': '2026-01-16T17:06:22+01:00',
|
|
107
|
-
'docs/guides/extending-the-dashboard/migration/index.mdx': '2026-01-
|
|
108
|
-
'docs/guides/extending-the-dashboard/navigation/index.mdx': '2026-01-
|
|
107
|
+
'docs/guides/extending-the-dashboard/migration/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
108
|
+
'docs/guides/extending-the-dashboard/navigation/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
109
109
|
'docs/guides/extending-the-dashboard/tech-stack/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
110
110
|
'docs/guides/extending-the-dashboard/theming/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
111
|
-
'docs/guides/getting-started/graphql-intro/index.mdx': '2026-01-
|
|
112
|
-
'docs/guides/getting-started/installation/index.mdx': '2026-01-
|
|
113
|
-
'docs/guides/getting-started/try-the-api/index.mdx': '2026-01-
|
|
114
|
-
'docs/guides/how-to/cms-integration-plugin/index.mdx': '2026-01-
|
|
115
|
-
'docs/guides/how-to/codegen/index.mdx': '2026-01-
|
|
116
|
-
'docs/guides/how-to/configurable-products/index.mdx': '2026-01-
|
|
117
|
-
'docs/guides/how-to/digital-products/index.mdx': '2026-01-
|
|
118
|
-
'docs/guides/how-to/github-oauth-authentication/index.mdx': '2026-01-
|
|
119
|
-
'docs/guides/how-to/google-oauth-authentication/index.mdx': '2026-01-
|
|
120
|
-
'docs/guides/how-to/multi-vendor-marketplaces/index.mdx': '2026-01-
|
|
121
|
-
'docs/guides/how-to/paginated-list/index.mdx': '2026-01-
|
|
122
|
-
'docs/guides/how-to/publish-plugin/index.mdx': '2026-01-
|
|
123
|
-
'docs/guides/how-to/s3-asset-storage/index.mdx': '2026-01-
|
|
111
|
+
'docs/guides/getting-started/graphql-intro/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
112
|
+
'docs/guides/getting-started/installation/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
113
|
+
'docs/guides/getting-started/try-the-api/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
114
|
+
'docs/guides/how-to/cms-integration-plugin/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
115
|
+
'docs/guides/how-to/codegen/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
116
|
+
'docs/guides/how-to/configurable-products/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
117
|
+
'docs/guides/how-to/digital-products/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
118
|
+
'docs/guides/how-to/github-oauth-authentication/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
119
|
+
'docs/guides/how-to/google-oauth-authentication/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
120
|
+
'docs/guides/how-to/multi-vendor-marketplaces/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
121
|
+
'docs/guides/how-to/paginated-list/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
122
|
+
'docs/guides/how-to/publish-plugin/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
123
|
+
'docs/guides/how-to/s3-asset-storage/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
124
124
|
'docs/guides/how-to/telemetry/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
125
|
-
'docs/guides/storefront/active-order/index.mdx': '2026-01-
|
|
126
|
-
'docs/guides/storefront/checkout-flow/index.mdx': '2026-01-
|
|
127
|
-
'docs/guides/storefront/codegen/index.mdx': '
|
|
128
|
-
'docs/guides/storefront/connect-api/index.mdx': '2026-01-
|
|
129
|
-
'docs/guides/storefront/customer-accounts/index.mdx': '2026-01-
|
|
130
|
-
'docs/guides/storefront/listing-products/index.mdx': '2026-01-
|
|
131
|
-
'docs/guides/storefront/navigation-menu/index.mdx': '2026-01-
|
|
132
|
-
'docs/guides/storefront/order-workflow/index.mdx': '2026-01-
|
|
133
|
-
'docs/guides/storefront/product-detail/index.mdx': '2026-01-
|
|
125
|
+
'docs/guides/storefront/active-order/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
126
|
+
'docs/guides/storefront/checkout-flow/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
127
|
+
'docs/guides/storefront/codegen/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
128
|
+
'docs/guides/storefront/connect-api/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
129
|
+
'docs/guides/storefront/customer-accounts/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
130
|
+
'docs/guides/storefront/listing-products/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
131
|
+
'docs/guides/storefront/navigation-menu/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
132
|
+
'docs/guides/storefront/order-workflow/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
133
|
+
'docs/guides/storefront/product-detail/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
134
134
|
'docs/guides/storefront/storefront-starters/index.mdx': '2026-01-07T10:47:49+01:00',
|
|
135
135
|
'docs/reference/admin-ui-api/action-bar/action-bar-context.mdx': '2026-01-21T10:28:03+01:00',
|
|
136
136
|
'docs/reference/admin-ui-api/action-bar/action-bar-dropdown-menu-item.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -251,7 +251,7 @@ export const lastModifiedDates = {
|
|
|
251
251
|
'docs/reference/admin-ui-api/tabs/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
252
252
|
'docs/reference/admin-ui-api/tabs/page-tab-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
253
253
|
'docs/reference/admin-ui-api/tabs/register-page-tab.mdx': '2026-01-21T10:28:03+01:00',
|
|
254
|
-
'docs/reference/admin-ui-api/ui-devkit/admin-ui-extension.mdx': '2026-01-
|
|
254
|
+
'docs/reference/admin-ui-api/ui-devkit/admin-ui-extension.mdx': '2026-01-27T13:31:29+01:00',
|
|
255
255
|
'docs/reference/admin-ui-api/ui-devkit/compile-ui-extensions.mdx': '2026-01-21T10:28:03+01:00',
|
|
256
256
|
'docs/reference/admin-ui-api/ui-devkit/helpers.mdx': '2026-01-21T10:28:03+01:00',
|
|
257
257
|
'docs/reference/admin-ui-api/ui-devkit/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
@@ -260,7 +260,7 @@ export const lastModifiedDates = {
|
|
|
260
260
|
'docs/reference/admin-ui-api/ui-devkit/ui-extension-compiler-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
261
261
|
'docs/reference/admin-ui-api/ui-devkit/ui-extension-compiler-process-argument.mdx': '2026-01-21T10:28:03+01:00',
|
|
262
262
|
'docs/reference/core-plugins/admin-ui-plugin/admin-ui-plugin-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
263
|
-
'docs/reference/core-plugins/admin-ui-plugin/index.mdx': '2026-01-
|
|
263
|
+
'docs/reference/core-plugins/admin-ui-plugin/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
264
264
|
'docs/reference/core-plugins/asset-server-plugin/asset-server-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
265
265
|
'docs/reference/core-plugins/asset-server-plugin/cache-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
266
266
|
'docs/reference/core-plugins/asset-server-plugin/hashed-asset-naming-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
@@ -273,7 +273,7 @@ export const lastModifiedDates = {
|
|
|
273
273
|
'docs/reference/core-plugins/asset-server-plugin/s3asset-storage-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
274
274
|
'docs/reference/core-plugins/asset-server-plugin/sharp-asset-preview-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
275
275
|
'docs/reference/core-plugins/dashboard-plugin/dashboard-plugin-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
276
|
-
'docs/reference/core-plugins/dashboard-plugin/index.mdx': '2026-01-
|
|
276
|
+
'docs/reference/core-plugins/dashboard-plugin/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
277
277
|
'docs/reference/core-plugins/elasticsearch-plugin/elasticsearch-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
278
278
|
'docs/reference/core-plugins/elasticsearch-plugin/index.mdx': '2026-01-21T14:47:34+01:00',
|
|
279
279
|
'docs/reference/core-plugins/email-plugin/email-event-handler-with-async-data.mdx': '2026-01-22T09:49:18+01:00',
|
|
@@ -311,7 +311,7 @@ export const lastModifiedDates = {
|
|
|
311
311
|
'docs/reference/core-plugins/stellate-plugin/stellate-plugin-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
312
312
|
'docs/reference/core-plugins/stellate-plugin/stellate-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
313
313
|
'docs/reference/core-plugins/telemetry-plugin/get-sdk-configuration.mdx': '2026-01-21T10:28:03+01:00',
|
|
314
|
-
'docs/reference/core-plugins/telemetry-plugin/index.mdx': '2026-01-
|
|
314
|
+
'docs/reference/core-plugins/telemetry-plugin/index.mdx': '2026-01-27T13:31:29+01:00',
|
|
315
315
|
'docs/reference/core-plugins/telemetry-plugin/otel-logger.mdx': '2026-01-21T14:47:34+01:00',
|
|
316
316
|
'docs/reference/core-plugins/telemetry-plugin/register-method-hooks.mdx': '2026-01-21T10:28:03+01:00',
|
|
317
317
|
'docs/reference/core-plugins/telemetry-plugin/telemetry-plugin-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -403,7 +403,7 @@ export const lastModifiedDates = {
|
|
|
403
403
|
'docs/reference/typescript-api/assets/default-asset-naming-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
404
404
|
'docs/reference/typescript-api/assets/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
405
405
|
'docs/reference/typescript-api/auth/auth-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
406
|
-
'docs/reference/typescript-api/auth/authentication-strategy.mdx': '2026-01-
|
|
406
|
+
'docs/reference/typescript-api/auth/authentication-strategy.mdx': '2026-01-27T13:31:29+01:00',
|
|
407
407
|
'docs/reference/typescript-api/auth/bcrypt-password-hashing-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
408
408
|
'docs/reference/typescript-api/auth/cookie-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
409
409
|
'docs/reference/typescript-api/auth/default-password-validation-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
@@ -432,7 +432,7 @@ export const lastModifiedDates = {
|
|
|
432
432
|
'docs/reference/typescript-api/cache/sql-cache-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
433
433
|
'docs/reference/typescript-api/common/admin-ui/admin-ui-app-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
434
434
|
'docs/reference/typescript-api/common/admin-ui/admin-ui-app-dev-mode-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
435
|
-
'docs/reference/typescript-api/common/admin-ui/admin-ui-config.mdx': '2026-01-
|
|
435
|
+
'docs/reference/typescript-api/common/admin-ui/admin-ui-config.mdx': '2026-01-27T13:31:29+01:00',
|
|
436
436
|
'docs/reference/typescript-api/common/admin-ui/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
437
437
|
'docs/reference/typescript-api/common/async-queue.mdx': '2026-01-21T10:28:03+01:00',
|
|
438
438
|
'docs/reference/typescript-api/common/bootstrap.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -478,7 +478,7 @@ export const lastModifiedDates = {
|
|
|
478
478
|
'docs/reference/typescript-api/configuration/trust-proxy-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
479
479
|
'docs/reference/typescript-api/configuration/vendure-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
480
480
|
'docs/reference/typescript-api/custom-fields/custom-field-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
481
|
-
'docs/reference/typescript-api/custom-fields/custom-field-type.mdx': '2026-01-
|
|
481
|
+
'docs/reference/typescript-api/custom-fields/custom-field-type.mdx': '2026-01-27T13:31:29+01:00',
|
|
482
482
|
'docs/reference/typescript-api/custom-fields/index.mdx': '2026-01-21T10:28:03+01:00',
|
|
483
483
|
'docs/reference/typescript-api/custom-fields/struct-custom-field-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
484
484
|
'docs/reference/typescript-api/custom-fields/struct-field-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -577,14 +577,14 @@ export const lastModifiedDates = {
|
|
|
577
577
|
'docs/reference/typescript-api/import-export/default-asset-import-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
578
578
|
'docs/reference/typescript-api/import-export/fast-importer-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
579
579
|
'docs/reference/typescript-api/import-export/import-export-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
580
|
-
'docs/reference/typescript-api/import-export/import-parser.mdx': '2026-01-
|
|
581
|
-
'docs/reference/typescript-api/import-export/importer.mdx': '2026-01-
|
|
580
|
+
'docs/reference/typescript-api/import-export/import-parser.mdx': '2026-01-27T13:31:29+01:00',
|
|
581
|
+
'docs/reference/typescript-api/import-export/importer.mdx': '2026-01-27T13:31:29+01:00',
|
|
582
582
|
'docs/reference/typescript-api/import-export/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
583
583
|
'docs/reference/typescript-api/import-export/initial-data.mdx': '2026-01-21T10:28:03+01:00',
|
|
584
|
-
'docs/reference/typescript-api/import-export/populate.mdx': '2026-01-
|
|
584
|
+
'docs/reference/typescript-api/import-export/populate.mdx': '2026-01-27T13:31:29+01:00',
|
|
585
585
|
'docs/reference/typescript-api/import-export/populator.mdx': '2026-01-21T10:28:03+01:00',
|
|
586
586
|
'docs/reference/typescript-api/index.mdx': '2026-01-21T11:07:54+01:00',
|
|
587
|
-
'docs/reference/typescript-api/job-queue/default-job-queue-plugin.mdx': '2026-01-
|
|
587
|
+
'docs/reference/typescript-api/job-queue/default-job-queue-plugin.mdx': '2026-01-27T13:31:29+01:00',
|
|
588
588
|
'docs/reference/typescript-api/job-queue/in-memory-job-buffer-storage-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
589
589
|
'docs/reference/typescript-api/job-queue/in-memory-job-queue-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
590
590
|
'docs/reference/typescript-api/job-queue/index.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -629,7 +629,7 @@ export const lastModifiedDates = {
|
|
|
629
629
|
'docs/reference/typescript-api/orders/order-by-code-access-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
630
630
|
'docs/reference/typescript-api/orders/order-code-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
631
631
|
'docs/reference/typescript-api/orders/order-interceptor.mdx': '2026-01-21T14:47:34+01:00',
|
|
632
|
-
'docs/reference/typescript-api/orders/order-item-price-calculation-strategy.mdx': '2026-01-
|
|
632
|
+
'docs/reference/typescript-api/orders/order-item-price-calculation-strategy.mdx': '2026-01-27T13:31:29+01:00',
|
|
633
633
|
'docs/reference/typescript-api/orders/order-merge-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
634
634
|
'docs/reference/typescript-api/orders/order-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
635
635
|
'docs/reference/typescript-api/orders/order-placed-strategy.mdx': '2026-01-21T14:47:34+01:00',
|
|
@@ -698,7 +698,7 @@ export const lastModifiedDates = {
|
|
|
698
698
|
'docs/reference/typescript-api/service-helpers/translatable-saver.mdx': '2026-01-21T10:28:03+01:00',
|
|
699
699
|
'docs/reference/typescript-api/service-helpers/translator-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
700
700
|
'docs/reference/typescript-api/services/administrator-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
701
|
-
'docs/reference/typescript-api/services/asset-service.mdx': '2026-01-
|
|
701
|
+
'docs/reference/typescript-api/services/asset-service.mdx': '2026-01-27T13:31:29+01:00',
|
|
702
702
|
'docs/reference/typescript-api/services/auth-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
703
703
|
'docs/reference/typescript-api/services/channel-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
704
704
|
'docs/reference/typescript-api/services/collection-service.mdx': '2026-01-21T14:47:34+01:00',
|
|
@@ -710,7 +710,7 @@ export const lastModifiedDates = {
|
|
|
710
710
|
'docs/reference/typescript-api/services/facet-value-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
711
711
|
'docs/reference/typescript-api/services/fulfillment-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
712
712
|
'docs/reference/typescript-api/services/global-settings-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
713
|
-
'docs/reference/typescript-api/services/history-service.mdx': '2026-01-
|
|
713
|
+
'docs/reference/typescript-api/services/history-service.mdx': '2026-01-27T13:31:29+01:00',
|
|
714
714
|
'docs/reference/typescript-api/services/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
715
715
|
'docs/reference/typescript-api/services/initializer-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
716
716
|
'docs/reference/typescript-api/services/order-service.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -784,7 +784,7 @@ export const lastModifiedDates = {
|
|
|
784
784
|
'docs/reference/typescript-api/testing/test-server-options.mdx': '2026-01-21T10:28:03+01:00',
|
|
785
785
|
'docs/reference/typescript-api/testing/test-server.mdx': '2026-01-21T10:28:03+01:00',
|
|
786
786
|
'docs/reference/typescript-api/testing/testing-logger.mdx': '2026-01-21T14:47:34+01:00',
|
|
787
|
-
'docs/reference/typescript-api/worker/bootstrap-worker.mdx': '2026-01-
|
|
787
|
+
'docs/reference/typescript-api/worker/bootstrap-worker.mdx': '2026-01-27T13:31:29+01:00',
|
|
788
788
|
'docs/reference/typescript-api/worker/index.mdx': '2026-01-21T09:55:28+01:00',
|
|
789
789
|
'docs/reference/typescript-api/worker/vendure-worker.mdx': '2026-01-21T10:28:03+01:00',
|
|
790
790
|
'docs/reference/typescript-api/worker/worker-health-check-config.mdx': '2026-01-21T10:28:03+01:00',
|
|
@@ -806,6 +806,6 @@ export const lastModifiedDates = {
|
|
|
806
806
|
'docs/user-guide/settings/index.mdx': '2026-01-16T19:58:56+01:00',
|
|
807
807
|
'docs/user-guide/settings/payment-methods.mdx': '2026-01-16T16:36:49+01:00',
|
|
808
808
|
'docs/user-guide/settings/shipping-methods.mdx': '2026-01-16T16:36:49+01:00',
|
|
809
|
-
'docs/user-guide/settings/taxes.mdx': '2026-01-
|
|
809
|
+
'docs/user-guide/settings/taxes.mdx': '2026-01-27T13:31:29+01:00',
|
|
810
810
|
};
|
|
811
811
|
//# sourceMappingURL=dates.generated.js.map
|
|
@@ -86,7 +86,7 @@ mutation {
|
|
|
86
86
|
```
|
|
87
87
|
|
|
88
88
|
:::info
|
|
89
|
-
See the [Managing Sessions guide](/
|
|
89
|
+
See the [Managing Sessions guide](/storefront/connect-api/#managing-sessions) for how to manage authenticated sessions in your storefront/client applications.
|
|
90
90
|
:::
|
|
91
91
|
|
|
92
92
|
## External authentication
|
|
@@ -47,7 +47,7 @@ Many entities are channel-aware, meaning that they can be associated with a mult
|
|
|
47
47
|
|
|
48
48
|
Each channel is also assigned a single [`Seller`](/reference/typescript-api/entities/seller/). This entity is used to represent
|
|
49
49
|
the vendor or seller of the products in the channel. This is useful for implementing a marketplace, where each channel represents
|
|
50
|
-
a distinct vendor. The `Seller` entity can be extended with [custom fields](/
|
|
50
|
+
a distinct vendor. The `Seller` entity can be extended with [custom fields](/developer-guide/custom-fields/) to store additional information about the seller, such as a logo, contact details etc.
|
|
51
51
|
|
|
52
52
|
## Channels, Currencies & Prices
|
|
53
53
|
|
|
@@ -122,7 +122,7 @@ In this case, you can create the entire inventory in the default Channel and the
|
|
|
122
122
|
|
|
123
123
|
### Multi-vendor marketplace
|
|
124
124
|
|
|
125
|
-
This is the most advanced use of channels. For a detailed guide to this use-case, see our [Multi-vendor marketplace guide](/
|
|
125
|
+
This is the most advanced use of channels. For a detailed guide to this use-case, see our [Multi-vendor marketplace guide](/how-to/multi-vendor-marketplaces/).
|
|
126
126
|
|
|
127
127
|
|
|
128
128
|
## Specifying channel in the GraphQL API
|
|
@@ -53,7 +53,7 @@ in the child collection.
|
|
|
53
53
|
### Creating a collection filter
|
|
54
54
|
|
|
55
55
|
You can create your own custom collection filters with the [`CollectionFilter`](/reference/typescript-api/configuration/collection-filter/) class. This class
|
|
56
|
-
is a [configurable operation](/
|
|
56
|
+
is a [configurable operation](/developer-guide/strategies-configurable-operations/#configurable-operations) where the specific
|
|
57
57
|
filtering logic is implemented in the `apply()` method passed to its constructor.
|
|
58
58
|
|
|
59
59
|
The `apply()` method receives an instance of the [TypeORM SelectQueryBuilder](https://typeorm.io/select-query-builder) which should have filtering logic
|
|
@@ -9,7 +9,7 @@ If a customer has registered an account, they will have an associated [`User`](/
|
|
|
9
9
|
entity is used for authentication and authorization. **Guest checkouts** are also possible, in which case a customer will not have a user.
|
|
10
10
|
|
|
11
11
|
:::info
|
|
12
|
-
See the [Auth guide](/
|
|
12
|
+
See the [Auth guide](/core-concepts/auth/#customer-auth) for a detailed explanation of the relationship between
|
|
13
13
|
customers and users.
|
|
14
14
|
:::
|
|
15
15
|
|
|
@@ -23,7 +23,7 @@ Here's an illustration of the flow of an email being sent:
|
|
|
23
23
|
|
|
24
24
|

|
|
25
25
|
|
|
26
|
-
All emails are triggered by a particular [Event](/
|
|
26
|
+
All emails are triggered by a particular [Event](/developer-guide/events/) - in this case when the state of an
|
|
27
27
|
Order changes. The EmailPlugin ships with a set of [default email handlers](https://github.com/vendurehq/vendure/blob/master/packages/email-plugin/src/default-email-handlers.ts),
|
|
28
28
|
one of which is responsible for sending "order confirmation" emails.
|
|
29
29
|
|
|
@@ -3,7 +3,7 @@ title: "Images & Assets"
|
|
|
3
3
|
---
|
|
4
4
|
|
|
5
5
|
[`Assets`](/reference/typescript-api/entities/asset/) are used to store files such as images, videos, PDFs, etc. Assets can be
|
|
6
|
-
assigned to **products**, **variants** and **collections** by default. By using [custom fields](/
|
|
6
|
+
assigned to **products**, **variants** and **collections** by default. By using [custom fields](/developer-guide/custom-fields/) it is
|
|
7
7
|
possible to assign assets to other entities. For example, for implementing customer profile images.
|
|
8
8
|
|
|
9
9
|
The handling of assets in Vendure is implemented in a modular way, allowing you full control over the way assets
|
|
@@ -89,7 +89,7 @@ export function MyComponent({ variant }: MyComponentProps) {
|
|
|
89
89
|
## Support for multiple currencies
|
|
90
90
|
|
|
91
91
|
Vendure supports multiple currencies out-of-the-box. The available currencies must first be set at the Channel level
|
|
92
|
-
(see the [Channels, Currencies & Prices section](/
|
|
92
|
+
(see the [Channels, Currencies & Prices section](/core-concepts/channels/#channels-currencies--prices)), and then
|
|
93
93
|
a price may be set on a `ProductVariant` in each of the available currencies.
|
|
94
94
|
|
|
95
95
|
When using multiple currencies, the [ProductVariantPriceSelectionStrategy](/reference/typescript-api/configuration/product-variant-price-selection-strategy/)
|
|
@@ -123,13 +123,13 @@ type ShippingLine {
|
|
|
123
123
|
}
|
|
124
124
|
```
|
|
125
125
|
|
|
126
|
-
If you are defining custom GraphQL types, or adding fields to existing types (see the [Extending the GraphQL API doc](/
|
|
126
|
+
If you are defining custom GraphQL types, or adding fields to existing types (see the [Extending the GraphQL API doc](/developer-guide/extend-graphql-api/)),
|
|
127
127
|
then you should also use the `Money` scalar for any monetary values.
|
|
128
128
|
|
|
129
129
|
|
|
130
130
|
## The `@Money()` decorator
|
|
131
131
|
|
|
132
|
-
When [defining new database entities](/
|
|
132
|
+
When [defining new database entities](/developer-guide/database-entity), if you need to store a monetary value, then rather than using the TypeORM `@Column()`
|
|
133
133
|
decorator, you should use Vendure's [`@Money()` decorator](/reference/typescript-api/money/money-decorator).
|
|
134
134
|
|
|
135
135
|
Using this decorator allows Vendure to correctly store the value in the database according to the configured `MoneyStrategy` (see below).
|
|
@@ -142,7 +142,7 @@ Sometimes you might need to extend things beyond what is provided by the default
|
|
|
142
142
|
|
|
143
143
|
### Adding a new state
|
|
144
144
|
|
|
145
|
-
Let's say your company can only sell to customers with a valid EU tax ID. We'll assume that you've already used a [custom field](/
|
|
145
|
+
Let's say your company can only sell to customers with a valid EU tax ID. We'll assume that you've already used a [custom field](/developer-guide/custom-fields/) to store that code on the Customer entity.
|
|
146
146
|
|
|
147
147
|
Now you want to add a step _before_ the customer handles payment, where we can collect and verify the tax ID.
|
|
148
148
|
|
|
@@ -248,7 +248,7 @@ const customerValidationProcess: OrderProcess<'ValidatingCustomer'> = {
|
|
|
248
248
|
```
|
|
249
249
|
|
|
250
250
|
:::info
|
|
251
|
-
For an explanation of the `init()` method and `injector` argument, see the guide on [injecting dependencies in configurable operations](/
|
|
251
|
+
For an explanation of the `init()` method and `injector` argument, see the guide on [injecting dependencies in configurable operations](/developer-guide/strategies-configurable-operations/#injecting-dependencies).
|
|
252
252
|
:::
|
|
253
253
|
|
|
254
254
|
### Responding to a state transition
|
|
@@ -133,7 +133,7 @@ export const config: VendureConfig = {
|
|
|
133
133
|
```
|
|
134
134
|
|
|
135
135
|
:::info
|
|
136
|
-
If your PaymentMethodHandler needs access to the database or other providers, see the [configurable operation dependency injection guide](/
|
|
136
|
+
If your PaymentMethodHandler needs access to the database or other providers, see the [configurable operation dependency injection guide](/developer-guide/strategies-configurable-operations/#injecting-dependencies).
|
|
137
137
|
:::
|
|
138
138
|
|
|
139
139
|
## The PaymentMethod entity
|
|
@@ -150,7 +150,7 @@ The payment method also has a **code**, which is a string identifier used to spe
|
|
|
150
150
|
|
|
151
151
|
### Eligible payment methods
|
|
152
152
|
|
|
153
|
-
Once the active Order has been transitioned to the `ArrangingPayment` state (see the [Order guide](/
|
|
153
|
+
Once the active Order has been transitioned to the `ArrangingPayment` state (see the [Order guide](/core-concepts/orders/)), we can query the available payment methods by executing the [`eligiblePaymentMethods` query](/reference/graphql-api/shop/queries#eligiblepaymentmethods).
|
|
154
154
|
|
|
155
155
|
<Tabs>
|
|
156
156
|
<TabItem value="Request" label="Request" default>
|
|
@@ -51,7 +51,7 @@ also use facets to add other metadata to products and variants such as "New", "S
|
|
|
51
51
|
|
|
52
52
|
These are the typical uses of facets in Vendure:
|
|
53
53
|
|
|
54
|
-
- As the **basis of [Collections](/
|
|
54
|
+
- As the **basis of [Collections](/core-concepts/collections)**, in order to categorize your catalog.
|
|
55
55
|
- To **filter products** in the storefront, also known as "faceted search". For example, a customer is on the "hoodies" collection
|
|
56
56
|
page and wants to filter to only show Nike hoodies.
|
|
57
57
|
- For **internal logic**, such as a promotion that applies to all variants with the "Summer Sale" facet value, or a shipping calculation
|
|
@@ -32,7 +32,7 @@ Vendure comes with some built-in actions, but you can also create your own actio
|
|
|
32
32
|
## Creating custom conditions
|
|
33
33
|
|
|
34
34
|
To create a custom condition, you need to define a new [`PromotionCondition` object](/reference/typescript-api/promotions/promotion-condition/).
|
|
35
|
-
A promotion condition is an example of a [configurable operation](/
|
|
35
|
+
A promotion condition is an example of a [configurable operation](/developer-guide/strategies-configurable-operations/#configurable-operations).
|
|
36
36
|
Here is an annotated example of one of the built-in PromotionConditions.
|
|
37
37
|
|
|
38
38
|
```ts
|
|
@@ -321,4 +321,4 @@ export const buyXGetYFreeCondition = new PromotionCondition({
|
|
|
321
321
|
|
|
322
322
|
## Injecting providers
|
|
323
323
|
|
|
324
|
-
If your PromotionCondition or PromotionAction needs access to the database or other providers, they can be injected by defining an `init()` function in your PromotionAction or PromotionCondition. See the [configurable operation guide](/
|
|
324
|
+
If your PromotionCondition or PromotionAction needs access to the database or other providers, they can be injected by defining an `init()` function in your PromotionAction or PromotionCondition. See the [configurable operation guide](/developer-guide/strategies-configurable-operations/#injecting-dependencies) for details.
|
|
@@ -178,7 +178,7 @@ export const config: VendureConfig = {
|
|
|
178
178
|
```
|
|
179
179
|
|
|
180
180
|
:::info
|
|
181
|
-
If your ShippingEligibilityChecker or ShippingCalculator needs access to the database or other providers, see the [configurable operation dependency injection guide](/
|
|
181
|
+
If your ShippingEligibilityChecker or ShippingCalculator needs access to the database or other providers, see the [configurable operation dependency injection guide](/developer-guide/strategies-configurable-operations/#injecting-dependencies).
|
|
182
182
|
:::
|
|
183
183
|
|
|
184
184
|
## Fulfillments
|
|
@@ -218,5 +218,5 @@ export const config: VendureConfig = {
|
|
|
218
218
|
```
|
|
219
219
|
|
|
220
220
|
:::info
|
|
221
|
-
For a more detailed look at how custom processes are used, see the [custom order processes guide](/
|
|
221
|
+
For a more detailed look at how custom processes are used, see the [custom order processes guide](/core-concepts/orders/#custom-order-processes).
|
|
222
222
|
:::
|
|
@@ -195,7 +195,7 @@ After saving your environment variables you can click through the confirmation s
|
|
|
195
195
|
|
|
196
196
|
## Create the worker resource
|
|
197
197
|
|
|
198
|
-
Now we need to set up the [Vendure worker](/
|
|
198
|
+
Now we need to set up the [Vendure worker](/developer-guide/worker-job-queue/) which will handle background tasks. From the dashboard of your newly-created
|
|
199
199
|
app, click the "Create" button and then select "Create Resources From Source Code".
|
|
200
200
|
|
|
201
201
|
You will be prompted to select the repo again, and then you'll need to set up a new single resource with the following
|