Skip to content

Commit

Permalink
Merge pull request #48 from pablo-clueless/patch--1
Browse files Browse the repository at this point in the history
Patch  1
  • Loading branch information
pablo-clueless authored Nov 4, 2023
2 parents c5dfeef + 202594c commit de932cb
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 14 deletions.
4 changes: 3 additions & 1 deletion docs/.vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,14 @@ export default defineConfig({
{ text: "Products", link: "/guide/products" },
{ text: "Categories", link: "/guide/categories" },
{ text: "Cart", link: "/guide/cart" },
{ text: "Users", link: "/guide/users" },
{ text: "Customers", link: "/guide/customers" },
{ text: "Error Handling", link: "/guide/error" },
],
},
{ text: "Rate limiting", link: "/rate-limiting" },
{ text: "Changelog", link: "/changelogs" },
{ text: "Terms & Conditions", link: "/policy" },
{ text: "Contributors", link: "/contributors" },
],
socialLinks: [
{ icon: "github", link: "https://github.com/CommunityPro/ecommerce-api" },
Expand All @@ -42,4 +43,5 @@ export default defineConfig({
message: "Released under the MIT License.",
},
},
head: [["link", { rel: "icon", href: "/favicon.png" }]],
})
3 changes: 3 additions & 0 deletions docs/contributors.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Contributors

<!-- Feel free to do your amazing best here! ❤️ -->
7 changes: 7 additions & 0 deletions docs/guide/customers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Customers

This page documents the API endpoints for managing customer accounts.

## Get All Customers

## Get Customer By ID
13 changes: 0 additions & 13 deletions docs/guide/users.md

This file was deleted.

Binary file added docs/public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit de932cb

Please sign in to comment.