Commit Graph

1247 Commits

Author SHA1 Message Date
Shahed Nasser
91f6cfad5d docs: wording and structural changes to cloud (#12820)
* docs: wording and structural changes to cloud

* Fix vale error

* Fix faq title

* Fix heading levels

* Small change to previews
2025-06-25 12:20:02 +03:00
Shahed Nasser
93cf79cb0f docs: add loyalty plugin routes to OAS (#12811)
* generated OAS

* remove unused schemas

* generated specs

* add cloud badge for routes

* add to loyalty plugin page

* allow clicking the tooltip
2025-06-24 19:17:55 +03:00
Shahed Nasser
490695a83a docs: added malchimp integration guide (#12807)
* docs: added malchimp integration guide

* add edit date
2025-06-24 16:48:14 +03:00
Shahed Nasser
ffdec55cc6 docs: added list of restricted envs and subdomains (#12810) 2025-06-24 14:53:18 +03:00
Shahed Nasser
474e97c9be docs: added sentry guide (#12744)
* docs: added sentry guide

* added error capturing

* generate
2025-06-24 12:05:37 +03:00
Shahed Nasser
ab21ac57ca docs: use Kapa React SDK (#12792) 2025-06-20 18:24:14 +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
03fb24af8d docs: added cloud infrastructure guide (#12783)
* docs: added cloud infrastructure guide

* added md route

* fixes
2025-06-20 11:40:59 +03:00
Shahed Nasser
b92bdfe7e1 docs: add re-use error handler section + clarify allowUnregistered (#12780)
* docs: add re-use error handler section + clarify allowUnregistered

* fixes
2025-06-19 19:37:26 +03:00
Shahed Nasser
0b9819a7e2 docs: added cloud connect storefront guide (#12779)
* docs: added cloud connect storefront guide

* fixes

* add section
2025-06-19 18:01:47 +03:00
Shahed Nasser
b110457647 docs: add cloud update guide (#12778)
* docs: add cloud update guide

* fixes
2025-06-19 16:55:58 +03:00
Shahed Nasser
1bf8d53608 docs: added cloud support guide (#12777)
* docs: added cloud support guide

* fixes
2025-06-19 14:17:56 +03:00
Shahed Nasser
2b220120cd docs: added cloud logs guide (#12772)
* docs: added cloud logs guide

* fixes

* fixes
2025-06-19 13:06:25 +03:00
Shahed Nasser
ffa611b546 docs: add cloud billing docs (#12766)
* docs: add cloud billing docs

* fixes
2025-06-19 09:56:08 +03:00
Shahed Nasser
4c0ae51a59 docs: added cloud plugins documentation (#12765)
* docs: added cloud plugins documentation

* fixes
2025-06-18 12:30:41 +03:00
Shahed Nasser
863861e307 docs: added cloud s3 documentation (#12762)
* docs: added cloud s3 documentation

* fixes
2025-06-18 11:28:59 +03:00
Shahed Nasser
97d5f52ffa docs: added cloud redis documentation (#12760)
* docs: added cloud redis documentation

* small fix

* add diagram

* small fixes
2025-06-18 10:42:09 +03:00
Shahed Nasser
5317f16d54 docs: add cloud database guides (#12758)
* docs: add cloud database guides

* fixes

* fixes

* small fix
2025-06-17 18:54:27 +03:00
Shahed Nasser
4443d74b61 docs: added cloud notifications guide (#12756)
* docs: added cloud notifications guide

* fixes
2025-06-17 17:23:27 +03:00
Shahed Nasser
f12fb7dfad docs: added cloud deployments guide (#12755)
* docs: added cloud deployments guide

* fixes

* fixes

* fixes
2025-06-17 15:57:41 +03:00
Shahed Nasser
0823deb25f docs: added cloud environments documentation (#12750)
* initial

* finished environments page

* fixes

* fixes

* fix to introduction
2025-06-16 19:03:58 +03:00
Shahed Nasser
f4b3528fb1 docs: add a section on heavy operations in loaders (#12749) 2025-06-16 17:38:45 +03:00
Shahed Nasser
6dc65201f6 docs: fix route matcher in brands guide (#12741) 2025-06-16 13:04:59 +03:00
Shahed Nasser
e1dcb12800 docs: fix URLs to OpenTelemetry docs (#12742) 2025-06-16 13:03:58 +03:00
Shahed Nasser
ab4358de7d docs: document index module (#12594)
Closes DX-1638
2025-06-16 07:25:45 +00:00
Shahed Nasser
aa1cadcb29 docs: add cloud projects documentation (#12730)
* docs: add cloud projects documentation

* fixes

* more fixes

* fix details about configurations

* last fixes

* small fix

* remove environments page
2025-06-13 16:22:30 +03:00
Shahed Nasser
3b1dc0ced0 docs: fix vercel link in deployment guides (#12732) 2025-06-13 13:05:18 +03:00
Shahed Nasser
243130206a docs: fix to organizations title (#12725) 2025-06-12 19:15:56 +03:00
Shahed Nasser
ea0b297b44 docs: added cloud organizations documentation (#12723) 2025-06-12 18:09:51 +03:00
Shahed Nasser
d4b093207a docs: add link to the Slack tutorial in the integrations page (#12721) 2025-06-12 17:10:28 +03:00
Ammar Abbas
13092a6caa docs: fixed a typo in variable name from currnetProductPage to currentProductPage (#12719)
Corrected a typo in the variable name `currnetProductPage`, which was changed to `currentProductPage` for improved readability and consistency.
2025-06-12 13:37:06 +00:00
Shahed Nasser
0502e8bf78 docs: added slack integration guide (#12696)
* docs: added slack integration guide

* generate
2025-06-12 16:32:45 +03:00
Shahed Nasser
08de1f54e4 docs: added cloud introduction page (#12716) 2025-06-12 15:59:06 +03:00
Shahed Nasser
8a88748982 docs: added cloud documentation project (#12711) 2025-06-12 11:29:14 +03:00
Ammar Abbas
6be5750fe8 docs: add missing export for CreateBundledProduct component (#12704)
* docs: add missing export for CreateBundledProduct component

This commit adds a missing `export` statement to the `CreateBundledProduct` component in the "Create Form Component" example.

Without the `export`, readers copying the example wouldn't be able to use the component elsewhere in their project, which could be confusing. This ensures the example is complete and ready to use as-is.

* updated to default export for CreateBundledProduct component instead
2025-06-11 17:53:19 +03:00
Shahed Nasser
a8118fa3c3 docs: ensure files are always sorted when generating llms-full.txt (#12701) 2025-06-10 19:24:00 +03:00
Shahed Nasser
e5ec907aad docs: fixes to references for draft orders and files (#12693) 2025-06-10 18:33:53 +03:00
Shahed Nasser
d8b196d6b1 docs: remove databaseSchema configuration (#12699) 2025-06-10 17:00:14 +03:00
github-actions[bot]
b456044060 chore(docs): Updated API Reference (automated) (#12673)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com>
2025-06-10 07:21:44 +00:00
github-actions[bot]
f8c0bd887e chore(docs): Generated References (automated) (#12672)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-06-10 09:33:54 +03:00
github-actions[bot]
e4f791ac84 chore(docs): Generated + Updated UI Reference (automated) (#12671)
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com>
2025-06-10 09:31:13 +03:00
Shahed Nasser
7e1720279d docs: add an example of injecting dependencies in module providers (#12663) 2025-06-03 10:46:49 +02: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
7e1d880915 docs: fix log levels list (#12648) 2025-05-30 17:20:51 +03: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
820965e21a fix(analytics): fix type of provider option (#12642) 2025-05-29 14:02:07 +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
52eebcee6f docs: added segment guide (#12616)
* docs: added segment guide

* updates to segment guide

* generate

* remove og image
2025-05-28 13:18:48 +03:00
Shahed Nasser
fb6167eed2 docs: fix loading in order reference pages (#12629) 2025-05-28 10:42:13 +03:00
Shahed Nasser
9b3218885c docs: redesign search (#12628)
* docs: redesign search

* add shadow in dark mode
2025-05-28 10:01:04 +03:00