zProtect/docs/.vuepress/config/navbar/en.ts

10 lines
190 B
TypeScript
Raw Normal View History

2023-01-29 12:27:22 +00:00
import type { NavbarConfig } from 'vuepress';
export const navbarEn: NavbarConfig = [
{
text: 'Return to zProtect.dev',
link: 'https://zprotect.dev',
target: '_self',
},
];