Skip to content

Commit

Permalink
docs(installing-starter): add account endpoint (#1725)
Browse files Browse the repository at this point in the history
* docs(installing-starter): add `account` endpoint

* chore: add changeset for installing starter application
  • Loading branch information
adnasa authored Sep 9, 2020
1 parent 728e662 commit 955f3b6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-beers-exercise.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@commercetools-website/custom-applications': patch
---

add `account` to entry-point not used by external custom application
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ Be sure to choose a value that does not conflict with one of the official route

The official main route path values are (_the list can be extended at any time_):

- `account`
- `authentication`
- `dashboard`
- `products`
- `categories`
- `orders`
- `customers`
- `dashboard`
- `discounts`
- `orders`
- `products`
- `settings`

You should choose a value that fits with the purpose of the application you are developing. For example, if your application manages state machines, you can choose to name the route `state-machines`.

1 comment on commit 955f3b6

@vercel
Copy link

@vercel vercel bot commented on 955f3b6 Sep 9, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.