docs: added admin setting page documentation (#4641)

* docs: added admin setting page documentation

* add link from routes to settings page
This commit is contained in:
Shahed Nasser
2023-07-31 15:09:19 +03:00
committed by GitHub
parent c2f4ad8378
commit 483bf2e544
4 changed files with 323 additions and 3 deletions

View File

@@ -737,7 +737,7 @@ After the cart is created, the `cart` state variable is set and its ID is shown
:::note
The example above does not store in the browser the ID of the cart created, so the carts data will be gone on release. You would have to do that using the browsers [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
The example above does not store in the browser the ID of the cart created, so the carts data will be gone on refresh. You would have to do that using the browsers [Local Storage](https://developer.mozilla.org/en-US/docs/Web/API/Window/localStorage).
:::