This commit is contained in:
2025-01-02 18:52:49 +01:00
parent 5ce67dd29e
commit adf410532b
22 changed files with 557 additions and 88 deletions

View File

@@ -7,8 +7,8 @@ export const footer: ThemeConfig['footer'] = {
title: 'Veda Nile',
items: [
{
label: 'Introduction',
to: '/intro',
label: 'Home',
to: '/',
},
],
},
@@ -16,7 +16,7 @@ export const footer: ThemeConfig['footer'] = {
title: 'Website',
items: [
{
label: 'Why',
label: 'Veda Egypt',
to: 'https://www.veda-egypt.com/',
},
],

View File

@@ -14,12 +14,18 @@ export const navbar: ThemeConfig['navbar'] = {
position: 'left',
label: 'Veda',
},
{
type: 'docSidebar',
sidebarId: 'ownerSidebar',
position: 'left',
label: 'Shareholder',
},
{
type: 'docSidebar',
sidebarId: 'appendixSidebar',
position: 'left',
label: 'More Info',
},
},
// {
// to: '/blog',
// label: 'Blog',

View File

@@ -18,12 +18,24 @@ const sidebars: SidebarsConfig = {
dirName: 'main'
}
],
ownerSidebar: [
{
type: 'autogenerated',
dirName: 'owner'
}
],
appendixSidebar: [
{
type: 'autogenerated',
dirName: 'appendix'
}
],
bizSidebar: [
{
type: 'autogenerated',
dirName: 'biz'
}
],
// tutorialSidebar: [
// 'intro',
// {