Omar Fetooh
803ebb4ac7
Fix small typo in file name import ( #14529 )
...
## Summary
**What** — What changes are introduced in this PR?
Fix small typo in file import in the Meta product feed tutorial
**Why** — Why are these changes relevant or necessary?
The typo in the import path causes confusion when following the Meta product feed tutorial and can lead to runtime or build errors for developers implementing the feature.
Fixing it ensures the documentation matches the actual file structure and improves the developer experience.
**How** — How have these changes been implemented?
The incorrect import path in the tutorial was corrected to reference the proper file name.
No logic or behavior was changed—only the documentation example was updated.
**Testing** — How have these changes been tested, or how can the reviewer test the feature?
This change affects documentation only.
---
## Examples
Not applicable. This PR only corrects a typo in the documentation.
## Checklist
Please ensure the following before requesting a review:
- [ ] I have added a **changeset** for this PR
- Every non-breaking change should be marked as a **patch**
- To add a changeset, run `yarn changeset` and follow the prompts
- [ ] The changes are covered by relevant **tests**
- [x] I have verified the code works as intended locally
- [x] I have linked the related issue(s) if applicable
---
## Additional Context
Resolves #14522
---
> [!NOTE]
> Updates the product feed tutorial to correct a typo in an import path.
>
> - In `src/workflows/generate-product-feed.ts` snippet within `page.mdx`, change `./steps/build-product-field-xml` to `./steps/build-product-feed-xml`. Documentation-only; no runtime code modified.
>
> <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot ) for commit 560f3a356f696be1d05fca9931593daff3217059. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot ).</sup>
2026-01-13 10:45:14 +00:00
Shahed Nasser
1de4d1e700
docs: use 200 for routes response across docs ( #14418 )
2025-12-30 09:36:10 +02:00
Shahed Nasser
cb33388202
docs: add line highlight validation ( #14380 )
...
* docs: add line highlight validation
* add to all projects
* fixes
* fixes
* fix
* fixes
2025-12-22 14:10:39 +02:00
Shahed Nasser
0084460765
docs: various improvements and fixes ( #14257 )
2025-12-09 16:16:45 +02:00
Shahed Nasser
1e2f40b623
docs: update recipes and tutorials to support locks and idempotency ( #14151 )
2025-12-01 09:01:25 +02:00
Shahed Nasser
fda7689ed2
docs: fixed keywords usage in some pages ( #14140 )
...
* docs: fixed keywords usage in some pages
* fix vale error
* fix vale error
2025-11-27 10:57:39 +02:00
Shahed Nasser
458dc9d22b
docs: customer tiers tutorial ( #14122 )
...
* docs: customer tiers tutorial
* fix lint error
2025-11-26 10:07:28 +02:00
Shahed Nasser
3e9af09ccb
docs: add missing middlewares in category images guide ( #14001 )
2025-11-07 12:03:12 +02:00
Shahed Nasser
01a5ce949e
docs: fix command bar position outside modal in category images guide ( #13987 )
2025-11-06 19:19:43 +02:00
Shahed Nasser
baec64d4f1
docs: added product rental tutorial ( #13896 )
...
* docs: added product rental guide
* fix lint errors
* fix build error
* fix vale errors
* gnerate
2025-11-04 13:12:41 +02:00
Shahed Nasser
2e7c65528a
docs: fix category images guide ( #13908 )
...
* docs: fix category images guide
* fix vale errors
2025-10-30 14:11:49 +02:00
Shahed Nasser
bbfe39607a
docs: category images guide ( #13755 )
...
* docs: category images guide
* added openapi spec
2025-10-30 12:59:19 +02:00
Shahed Nasser
540ae996ff
docs: fix mikro-orm imports from framework ( #13885 )
2025-10-28 18:27:34 +02:00
MBLVD
799b57c396
docs: fix spelling and grammar ( #13862 )
...
Fixed various spelling errors and grammatical issues across multiple .mdx documentation files.
2025-10-27 10:48:59 +02:00
Shahed Nasser
0d83918348
docs: fixes to type errors in guides ( #13797 )
2025-10-21 16:12:35 +03:00
Shahed Nasser
ed715813a5
docs: docs for next release ( #13621 )
...
* docs: docs for next release
* changes to opentelemetry dependencies
* document plugin env variables
* document admin changes
* fix vale error
* add version notes
* document campaign budget updates
* document campaign changes in user guide
* document chages in cluster mode cli
* documented once promotion allocation
* document multiple API keys support
2025-10-21 10:32:08 +03:00
Shahed Nasser
2cfd0dfc6e
docs: add note to tutorials related to types ( #13720 )
2025-10-09 14:52:23 +03:00
Shahed Nasser
1789f3e257
docs: agentic commerce guide ( #13657 )
2025-10-03 08:54:39 +03:00
Shahed Nasser
be651dd708
docs: fix typo in product feed guide ( #13658 )
2025-10-02 14:17:50 +03:00
Shahed Nasser
b6d96a1b03
docs: small update to invoice generator introduction ( #13519 )
2025-09-16 09:54:35 +03:00
Shahed Nasser
2ceed66b4d
docs: fix issues in product builder tutorial ( #13505 )
2025-09-15 14:06:56 +03:00
Shahed Nasser
9b65078c64
docs: ticket booking system guide ( #13471 )
...
* docs: ticket booking system guide
* fix vale error
2025-09-12 13:01:38 +03:00
Shahed Nasser
e4d0e51ec3
docs: fix saved payment method guide ( #13480 )
2025-09-11 16:28:16 +03:00
Shahed Nasser
8a654eba93
docs: add product feed tutorial ( #13366 )
2025-09-09 11:17:14 +03:00
Shahed Nasser
bafe110352
docs: add missing step in product builder guide ( #13370 )
2025-09-01 18:42:35 +03:00
Shahed Nasser
4cda412243
docs: product builder tutorial ( #13210 )
...
* initial
* docs: product builder tutorial
2025-08-26 11:49:57 +03:00
Shahed Nasser
7c85ede384
docs: generate invoice tutorial ( #13077 )
...
* docs: generate invoice tutorial
* fix vale error
* add missing icon
* fix sidebar
* update date
2025-08-04 12:42:47 +03:00
Shahed Nasser
d15d4baa9a
docs: added pre-orders guide ( #12984 )
...
* docs: added pre-orders guide
* fix lint errors
2025-07-23 14:34:28 +03:00
Shahed Nasser
a1301caf58
docs: update customize stripe in next.js storefront guide ( #12963 )
...
* docs: update customize stripe in next.js storefront guide
* change user to customer
2025-07-15 15:14:52 +03:00
Shahed Nasser
f614d86332
docs: added gift message guide ( #12833 )
2025-06-27 10:36:15 +03:00
Shahed Nasser
f7e4a80c30
docs: remove usages of ts-ignore in examples ( #12839 )
2025-06-26 17:51:49 +03:00
Shahed Nasser
e3a7af4331
docs: added first-purchase promotion guide ( #12828 )
2025-06-26 09:54:30 +03:00
Shahed Nasser
5122ced9f6
docs: prepare cloud docs ( #12784 )
...
* initial
* fixes
* docs: prepare cloud docs
2025-06-20 12:59:38 +03:00
Shahed Nasser
8a88748982
docs: added cloud documentation project ( #12711 )
2025-06-12 11:29:14 +03:00
Ammar Abbas
e078de1ab5
fix(docs): correct module reference in useQueryGraphStep tip ( #12654 )
...
Corrected an inaccurate example in the useQueryGraphStep tip within the review workflow documentation.
Updated the entity reference from "cart's promotions" to "product" to align with the actual code context.
2025-06-02 14:25:31 +00:00
Shahed Nasser
009d00f27d
docs: redesign table of content ( #12647 )
...
* implement toc
* added to projects
* fixes and adapt for references
* added product frontmatter
* remove action menu from 404 pages
2025-05-30 16:55:36 +03:00
Shahed Nasser
40e73c6ea2
docs: fix broken links utility + uncaught broken links ( #12637 )
...
* fix broken links
* update broken links utility
* add missing payment evens
* generate llms
* fix segment link
2025-05-28 17:13:27 +03:00
Shahed Nasser
41c29ffadd
docs: phone authentication + otp guide ( #12544 )
...
* initial
* docs: phone authentication guide
* small fix
* Twilio SMS -> Twilio
* vale fix
* fix
* fix to auth sidebar
* fixes
* generate
2025-05-27 12:01:04 +03:00
Shahed Nasser
07ecb8595a
docs: added re-order guide ( #12363 )
...
* docs: added re-order guide
* reiteration to intro
* adjustment to title
* fix vale error
* generate
* fix vale
2025-05-20 13:10:31 +03:00
Shahed Nasser
a1f2e5cb52
docs: add vale rule for Next.js Starter Storefront ( #12517 )
2025-05-16 17:30:15 +03:00
Shahed Nasser
c7b8140cb0
docs: added saved payment methods with Stripe tutorial ( #12257 )
...
* docs: added saved payment methods with Stripe tutorial
* fix vale error + lint
* generate
2025-05-13 11:56:12 +03:00
Shahed Nasser
fe3e79ea5a
docs: added bundled products guide ( #12332 )
...
* docs: added bundled products guide
* generate
2025-05-07 16:16:05 +03:00
Shahed Nasser
70a99a2434
docs: generate events reference ( #12341 )
...
* docs: generate events reference
* change link in navbar
* fix redirect
2025-05-01 19:39:53 +03:00
Shahed Nasser
56ded19bf9
docs: fix module name in product review guide ( #12310 )
2025-04-28 19:17:10 +03:00
Shahed Nasser
39523ba798
docs: fix badges and tables not showing in code tabs ( #12261 )
2025-04-23 09:59:08 +03:00
Shahed Nasser
c9fd0422c8
docs: document conditional shipping option prices + expand on price rules ( #12217 )
...
* docs: document conditional shipping option prices + expand on price rules
* fix errors
2025-04-17 17:52:10 +03:00
Shahed Nasser
eb73bdb478
docs: rename Architectural Modules to Infrastructure Modules ( #12212 )
...
* docs: rename Architectural Modules to Infrastructure Modules
* generate again
2025-04-17 13:20:43 +03:00
Shahed Nasser
42262d41a1
docs: capitalize use of Framework across docs ( #12207 )
...
* docs: capitalize use of Framework across docs
* generate llm
2025-04-17 10:40:26 +03:00
Shahed Nasser
d98b560f26
docs: add a note to loyalty points guide ( #12201 )
2025-04-16 14:39:00 +03:00
Shahed Nasser
fe48f825f8
docs: add loyalty points guide ( #12130 )
...
* docs: add loyalty points guide
* remove og
2025-04-16 10:58:27 +03:00