corp intro/features
This commit is contained in:
@@ -44,15 +44,17 @@ export default defineConfig({
|
||||
siteTitle: ' ',
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Docs', link: '/how-it-works' },
|
||||
{ text: 'Docs', link: '/introduction' },
|
||||
{ text: 'App', link: 'https://app.dexorder.trade/', target: 'dexorderapp', props: {} }
|
||||
],
|
||||
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Getting Started',
|
||||
text: 'About',
|
||||
items: [
|
||||
{text: 'How It Works', link: '/how-it-works',},
|
||||
{text: 'Introduction', link: '/introduction',},
|
||||
{text: 'Features', link: '/features',},
|
||||
{text: 'Fees', link: '/fees',},
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -60,10 +62,9 @@ export default defineConfig({
|
||||
items: [
|
||||
{text: 'Terms of Service', link: '/terms-of-service',},
|
||||
{text: 'Execution Policy', link: '/execution-policy',},
|
||||
{text: 'Privacy Policy', link: '/privacy-policy',},
|
||||
// {text: 'Privacy Policy', link: '/privacy-policy',}, TODO
|
||||
]
|
||||
},
|
||||
{text: 'Fees', link: '/fees',},
|
||||
],
|
||||
|
||||
socialLinks: [
|
||||
|
||||
Reference in New Issue
Block a user