* implement toc * added to projects * fixes and adapt for references * added product frontmatter * remove action menu from 404 pages
16 lines
285 B
Plaintext
16 lines
285 B
Plaintext
---
|
|
products:
|
|
- customer
|
|
---
|
|
|
|
import { ChildDocs } from "docs-ui"
|
|
|
|
export const metadata = {
|
|
title: `Customers in Storefront`,
|
|
}
|
|
|
|
# {metadata.title}
|
|
|
|
A customer can register, manage their account, keep track of their orders, and more.
|
|
|
|
<ChildDocs type="item" onlyTopLevel={true} /> |