...
This commit is contained in:
@@ -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/',
|
||||
},
|
||||
],
|
||||
|
@@ -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',
|
||||
|
@@ -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',
|
||||
// {
|
||||
|
Reference in New Issue
Block a user