github-actions[bot]
4479ecdc7b
chore(docs): Updated API Reference (automated) ( #10641 )
...
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 >
2024-12-17 17:41:22 +00:00
github-actions[bot]
7865909891
chore(docs): Updated API Reference (automated) ( #10258 )
...
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 >
2024-11-25 14:33:22 +00:00
Shahed Nasser
781d0ca624
docs: added docs for reset password ( #9306 )
...
- Added to docs on implementing auth flows using the module and API routes how to update a user's password
- Added guide on how to send a notification when a password token is generated
- Added a guide on implementing reset password flow in storefront
- Added OAS for the `/update` and `/reset-password` routes + generated specs for the API reference
2024-10-07 08:04:01 +00:00
github-actions[bot]
56ee4d6aad
chore(docs): Updated API Reference (v2) ( #9148 )
...
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 >
2024-09-18 07:13:51 +00:00
github-actions[bot]
d6dcda5b8f
chore(docs): Updated API Reference (v2) ( #8929 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
2024-09-02 07:45:24 +00:00
Shahed Nasser
0d24262bbe
docs: fix missing auth tag in api reference ( #8903 )
2024-09-01 11:42:27 +02:00
github-actions[bot]
524be62312
chore(docs): Generated API Reference (v2) ( #8890 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-08-30 08:35:10 +02:00
github-actions[bot]
4e6e81f445
chore(docs): Updated API Reference (v2) ( #8870 )
...
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 >
2024-08-29 13:05:50 +00:00
Shahed Nasser
0c4f4c8a11
docs: updates following authentication flow changes ( #8706 )
...
* docs: updates following authentication flow changes
* generate sidebar
* added open api specs
* fix up OAS
* changes to existing pages
* change sidebar items
* update marketplace recipe
2024-08-27 15:47:39 +03:00
github-actions[bot]
b23ddcdde8
chore(docs): Updated API Reference (v2) ( #8609 )
...
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request ) GitHub action
Co-authored-by: Shahed Nasser <27354907+shahednasser@users.noreply.github.com >
2024-08-15 14:31:35 +00:00
github-actions[bot]
1d40b3cc98
chore(docs): Generated API Reference (v2) ( #8155 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-07-17 08:34:42 +01:00
github-actions[bot]
7fa04aabce
chore(docs): Generated API Reference (v2) ( #8053 )
...
Co-authored-by: kodiakhq <kodiakhq@users.noreply.github.com >
2024-07-10 09:35:59 +02:00
Shahed Nasser
b9036eca1a
docs: generate OAS for v2 ( #7883 )
2024-07-01 15:35:45 +03:00
Shahed Nasser
22f30f54fd
docs: update api-reference project for v2 ( #7307 )
...
* remove everything v1 and make v2 default
* move main v2 rewrites to book
* move rewrites to book + other fixes
2024-05-16 09:02:35 +02:00
github-actions[bot]
bbf79169a9
chore(docs): Updated API Reference ( #6220 )
...
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 >
2024-01-25 17:58:17 +00:00
github-actions[bot]
01d4047976
chore(docs): Generated API Reference ( #5601 )
...
Co-authored-by: olivermrbl <olivermrbl@users.noreply.github.com >
2023-11-10 14:27:17 +02:00
Shahed Nasser
2576a0fd23
docs(api-reference): added local server to list of servers ( #5572 )
...
* docs(api-reference): added local server to list of servers
* fix publishable api key route
2023-11-06 17:30:56 +02:00
Shahed Nasser
c67d490db3
chore(oas): Fix OAS related to JWT authentication ( #5448 )
...
* chore(oas): Fix OAS related to JWT authentication
* generate openapi spec files
* remove L option in curl examples
2023-10-23 11:48:02 +03:00
github-actions[bot]
da05999f13
chore(docs): Generated API Reference ( #5431 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-10-20 14:13:44 +03:00
Shahed Nasser
c28935b4e8
docs: update endpoints to use file-routing approach ( #5397 )
...
- Move the original guides for creating endpoints and middlewares to sub-sections in the Endpoints category.
- Replace existing guides for endpoints and middlewares with the new approach.
- Update all endpoints-related snippets across docs to use this new approach.
2023-10-19 15:56:26 +00:00
github-actions[bot]
68915bee86
chore(docs): Generated API Reference ( #5259 )
...
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com >
2023-09-29 23:46:58 +03:00
Shahed Nasser
fa7c94b4cc
docs: create docs workspace ( #5174 )
...
* docs: migrate ui docs to docs universe
* created yarn workspace
* added eslint and tsconfig configurations
* fix eslint configurations
* fixed eslint configurations
* shared tailwind configurations
* added shared ui package
* added more shared components
* migrating more components
* made details components shared
* move InlineCode component
* moved InputText
* moved Loading component
* Moved Modal component
* moved Select components
* Moved Tooltip component
* moved Search components
* moved ColorMode provider
* Moved Notification components and providers
* used icons package
* use UI colors in api-reference
* moved Navbar component
* used Navbar and Search in UI docs
* added Feedback to UI docs
* general enhancements
* fix color mode
* added copy colors file from ui-preset
* added features and enhancements to UI docs
* move Sidebar component and provider
* general fixes and preparations for deployment
* update docusaurus version
* adjusted versions
* fix output directory
* remove rootDirectory property
* fix yarn.lock
* moved code component
* added vale for all docs MD and MDX
* fix tests
* fix vale error
* fix deployment errors
* change ignore commands
* add output directory
* fix docs test
* general fixes
* content fixes
* fix announcement script
* added changeset
* fix vale checks
* added nofilter option
* fix vale error
2023-09-21 20:57:15 +03:00