Skip to content

Commit 769faf1

Browse files
committed
footer remove/commends links without target - issue #21
1 parent 077ee7d commit 769faf1

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

docusaurus.config.js

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -61,18 +61,18 @@ module.exports = {
6161
label: 'Best Practices',
6262
to: 'https://redislabs.com/redis-best-practices/introduction/',
6363
},
64-
{
65-
label: 'Tutorials',
66-
to: '#',
67-
},
68-
{
69-
label: 'Samples & Demos',
70-
to: '#',
71-
},
72-
{
73-
label: 'Add Superpowers to Redis',
74-
to: '#',
75-
},
64+
// {
65+
// label: 'Tutorials',
66+
// to: '#',
67+
// },
68+
// {
69+
// label: 'Samples & Demos',
70+
// to: '#',
71+
// },
72+
// {
73+
// label: 'Add Superpowers to Redis',
74+
// to: '#',
75+
// },
7676
],
7777
},
7878
{
@@ -94,10 +94,10 @@ module.exports = {
9494
label: 'Tools',
9595
href: '/tools',
9696
},
97-
{
98-
label: 'Use Cases',
99-
href: 'https://redislabs.com/solutions',
100-
},
97+
// {
98+
// label: 'Use Cases',
99+
// href: 'https://redislabs.com/solutions',
100+
// },
101101
],
102102
},
103103
],

0 commit comments

Comments
 (0)