* added customer guides * fixes to sidebar * remove old customer registration guide * fix build error * generate files * run linter
11 lines
253 B
Plaintext
11 lines
253 B
Plaintext
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} /> |