diff --git a/src/pages/docs.js b/src/pages/docs.js
index 13cbe8ff..f5f72469 100644
--- a/src/pages/docs.js
+++ b/src/pages/docs.js
@@ -33,25 +33,25 @@ const DocsLinks = [
{
title: 'Deployment',
description: 'Getting Dashy up and running',
- link: '',
+ link: '/docs/deployment',
icon: (),
},
{
title: 'Configuring',
description: 'All Config Options',
- link: '',
+ link: '/docs/configuring',
icon: (),
},
{
title: 'Management',
description: 'Updating, security, web server configuration, etc',
- link: '',
+ link: '/docs/management',
icon: (),
},
{
title: 'Troubleshooting',
description: 'Solutions to Common Issues',
- link: '',
+ link: '/docs/troubleshooting',
icon: (),
},
];
@@ -63,25 +63,25 @@ const DocsSections = [
{
title: 'Deployment',
description: 'Getting Dashy up and running',
- link: '',
+ link: '/docs/deployment',
icon: (),
},
{
title: 'Configuring',
description: 'All Config Options',
- link: '',
+ link: '/docs/configuring',
icon: (),
},
{
title: 'Management',
description: 'Updating, security, web server configuration, etc',
- link: '',
+ link: '/docs/management',
icon: (),
},
{
title: 'Troubleshooting',
description: 'Solutions to Common Issues',
- link: '',
+ link: '/docs/troubleshooting',
icon: (),
},
]
@@ -92,7 +92,7 @@ const DocsSections = [
{
title: 'Developing',
description: 'Dashy workflow, and running locally',
- link: '',
+ link: '/docs/developing',
icon: (),
},
{
@@ -104,19 +104,19 @@ const DocsSections = [
{
title: 'Contributing',
description: 'How you can help support Dashy\'s development',
- link: '',
+ link: '/docs/contributing',
icon: (),
},
{
title: 'Showcase',
description: 'See how others are using Dashy, and share your dashboard',
- link: '',
+ link: '/docs/showcase',
icon: (),
},
{
title: 'Credits',
description: 'List of people and projects that have made Dashy possible',
- link: '',
+ link: '/docs/credits',
icon: (),
},
]
@@ -127,13 +127,13 @@ const DocsSections = [
{
title: 'Authentication',
description: 'Configure login and user control',
- link: '',
+ link: '/docs/authentication',
icon: (),
},
{
title: 'Backup & Restore',
description: 'Cloud Sync, usage and background',
- link: '',
+ link: '/docs/deployment',
icon: (),
},
{
@@ -166,6 +166,7 @@ const DocsSections = [
function DocsLink({ title, description, icon, link, index }) {
const color = getColor(index);
+ console.log(link);
return (