corp intro/features

This commit is contained in:
tim
2025-02-17 20:11:47 -04:00
parent 3c49f3d741
commit f7f6e3abfc
5 changed files with 107 additions and 6 deletions

View File

@@ -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: [