mernmail-website/constants/docLinks.js

7 lines
116 B
JavaScript

export default [
{
href: "/docs",
target: "_self",
label: "Welcome to MERNMail documentation!"
}
];