zProtect/docs/.vuepress/config/navbar/en.ts
2023-01-29 09:27:22 -03:00

10 lines
190 B
TypeScript

import type { NavbarConfig } from 'vuepress';
export const navbarEn: NavbarConfig = [
{
text: 'Return to zProtect.dev',
link: 'https://zprotect.dev',
target: '_self',
},
];