Skip to content

Commit 0ab6a22

Browse files
committed
Adjusting footer links
1 parent 6500fe0 commit 0ab6a22

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

docusaurus.config.js

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module.exports = {
1313
style: 'dark',
1414
title: null,
1515
logo: {
16-
alt: 'Redis Developer',
16+
alt: 'Redis Developer Hub logo',
1717
src: 'img/logo-1.png',
1818
},
1919
hideOnScroll: true,
@@ -24,11 +24,13 @@ module.exports = {
2424
label: 'Get started',
2525
position: 'right',
2626
},
27+
/*
2728
{
2829
href: '#',
2930
label: 'Resources',
3031
position: 'right',
3132
},
33+
*/
3234
{
3335
href: 'https://redis.io/commands',
3436
label: 'Command Reference',
@@ -39,7 +41,7 @@ module.exports = {
3941
footer: {
4042
style: 'dark',
4143
logo: {
42-
alt: 'Redis Developer',
44+
alt: 'Redis Developer Hub logo',
4345
src: 'img/logo-2.png',
4446
},
4547
links: [
@@ -48,19 +50,19 @@ module.exports = {
4850
items: [
4951
{
5052
label: 'Create Database',
51-
to: '/create',
53+
to: '/create/cloud/',
5254
},
5355
{
5456
label: 'Develop',
55-
to: '/#languages',
57+
to: '/develop/',
5658
},
5759
{
5860
label: 'Explore your data',
59-
to: '/explore',
61+
to: '/explore/',
6062
},
6163
{
6264
label: 'Best Practices',
63-
to: 'https://redislabs.com/redis-best-practices/introduction/',
65+
href: 'https://redislabs.com/redis-best-practices/introduction/',
6466
},
6567
// {
6668
// label: 'Tutorials',
@@ -72,7 +74,7 @@ module.exports = {
7274
// },
7375
{
7476
label: 'Add Superpowers to Redis',
75-
to: 'https://redislabs.com/modules/get-started/',
77+
href: 'https://redislabs.com/modules/get-started/',
7678
},
7779
],
7880
},
@@ -81,7 +83,7 @@ module.exports = {
8183
items: [
8284
{
8385
label: 'Community',
84-
href: 'https://redislabs.com/community',
86+
href: 'https://redislabs.com/community/',
8587
},
8688
{
8789
label: 'Redis University',
@@ -93,11 +95,11 @@ module.exports = {
9395
},
9496
{
9597
label: 'Tools',
96-
href: '/tools',
98+
to: '/tools/',
9799
},
98100
{
99101
label: 'Guides',
100-
href: '/guides',
102+
to: '/guides/',
101103
}, // {
102104
// label: 'Use Cases',
103105
// href: 'https://redislabs.com/solutions',

0 commit comments

Comments
 (0)