docs_veda_strategic/navigation/footer.ts

27 lines
517 B
TypeScript
Raw Normal View History

2025-01-01 21:50:11 +00:00
import type { ThemeConfig } from '@docusaurus/preset-classic';
export const footer: ThemeConfig['footer'] = {
style: 'dark',
links: [
{
title: 'Veda Nile',
items: [
{
label: 'Introduction',
to: '/intro',
},
],
},
{
title: 'Website',
items: [
{
label: 'Why',
to: 'https://www.veda-egypt.com/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} Veda Egypt`,
};