Skip to content

Commit

Permalink
feat: add missing articles
Browse files Browse the repository at this point in the history
  • Loading branch information
bojanrajh committed Dec 7, 2023
1 parent b0a2a8f commit a5f0580
Show file tree
Hide file tree
Showing 20 changed files with 134 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/src/getting-started/page-elements/breadcrumbs.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ In this chapter you will learn how to

### Quick reference

- [useBreadcrumbs](/packages/composables/useBreadcrumbs) is a composable used for a breadcrumbs management with sharable state
- [useBreadcrumbs](../../packages/composables/useBreadcrumbs) is a composable used for a breadcrumbs management with sharable state
- [getCategoryBreadcrumbs](../../packages/helpers/getCategoryBreadcrumbs) is a helper used for converting `Category` to the `Breadcrumb` object

## Building breadcrumbs for a static page
Expand Down
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/ClientSettings.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# ClientSettings

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/ConfigChangedArgs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# ConfigChangedArgs

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/ContactFormData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# ContactFormData

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/CustomerRegisterResponse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# CustomerRegisterResponse

<!-- PLACEHOLDER_DESCRIPTION -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# CustomerResetPasswordParam

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/CustomerUpdateEmailParam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# CustomerUpdateEmailParam

<!-- PLACEHOLDER_DESCRIPTION -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# CustomerUpdatePasswordParam

<!-- PLACEHOLDER_DESCRIPTION -->
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# CustomerUpdateProfileParam

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/GetStoreNavigationParams.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# GetStoreNavigationParams

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/NewsletterSubscribeData.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# NewsletterSubscribeData

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/ShopwareApiInstance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# ShopwareApiInstance

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/getSitemap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# getSitemap

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/getSitemapEndpoint.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# getCmsPage

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/api-client/setCurrentCountry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: api-client
---

# setCurrentCountry

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/helpers/UiMediaGalleryItem.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: helpers
---

# UiMediaGalleryItem

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/helpers/UiMediaGalleryItemUrl.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: helpers
---

# UiMediaGalleryItemUrl

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/helpers/UiProductOption.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: helpers
---

# UiMediaGalleryItemUrl

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/helpers/UiProductProperty.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: helpers
---

# UiProductProperty

<!-- PLACEHOLDER_DESCRIPTION -->
7 changes: 7 additions & 0 deletions apps/docs/src/packages/helpers/UiProductReview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
category: helpers
---

# UiProductReview

<!-- PLACEHOLDER_DESCRIPTION -->

0 comments on commit a5f0580

Please sign in to comment.