Dorian Niemiec
a63257f40e
Some checks failed
Deploy Next.js application / deploy (push) Failing after 10m4s
43 lines
736 B
JavaScript
43 lines
736 B
JavaScript
export default [
|
|
{
|
|
href: "/docs",
|
|
target: "_self",
|
|
label: "Welcome to the MERNMail documentation!"
|
|
},
|
|
{
|
|
href: "/docs/getting-started",
|
|
target: "_self",
|
|
label: "Getting started"
|
|
},
|
|
{
|
|
href: "/docs/demo",
|
|
target: "_self",
|
|
label: "Official demo"
|
|
},
|
|
{
|
|
href: "/docs/features",
|
|
target: "_self",
|
|
label: "Features"
|
|
},
|
|
{
|
|
href: "/docs/configuration",
|
|
target: "_self",
|
|
label: "Configuration"
|
|
},
|
|
{
|
|
href: "/docs/usage",
|
|
target: "_self",
|
|
label: "Usage"
|
|
},
|
|
{
|
|
href: "/docs/deployment",
|
|
target: "_self",
|
|
label: "Deployment"
|
|
},
|
|
{
|
|
href: "/docs/deployment/svrjs",
|
|
target: "_self",
|
|
sub: true,
|
|
label: "Deploy with SVR.JS"
|
|
}
|
|
];
|