Skip to content

Commit 96bcee0

Browse files
authored
DOCS-1249 - Footer improvements (#5665)
* SEO improvements * lengthen short meta descriptions * more changes * revert check * revert check changes * replace md apos * Add missing global metadata tags - SEO * align description w/sumologic.com * Align footer and header with sumologic.com * revert footer changes (moving those to site migration PR) * Update index.tsx * Update index.tsx * Update docusaurus.config.js * fix link * revert css * formatting
1 parent 2e2387e commit 96bcee0

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

docusaurus.config.js

Lines changed: 21 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -459,55 +459,54 @@ module.exports = {
459459
style: 'dark',
460460
links: [
461461
{
462+
title: 'Help',
462463
items: [
463464
{
464-
label: 'Training & Certifications',
465-
href: 'https://www.sumologic.com/learn/training/',
465+
label: 'Contact support',
466+
href: 'https://support.sumologic.com/support/s'
466467
},
467468
{
468-
label: 'Events & Webinars',
469-
href: 'https://www.sumologic.com/events/',
470-
},
469+
label: 'Community forum',
470+
href: 'https://support.sumologic.com/support/s/topiccatalog' },
471471
{
472-
label: 'Request a Demo',
473-
href: 'https://www.sumologic.com/request-demo',
472+
label: 'Dojo Slack community',
473+
href: 'https://sumodojo.slack.com'
474474
},
475475
],
476-
title: 'Learn',
477476
},
478477
{
478+
title: 'Learn',
479479
items: [
480480
{
481-
label: 'Contact Support',
482-
href: 'https://support.sumologic.com/support/s',
481+
label: 'Training and certifications',
482+
href: 'https://www.sumologic.com/learn/training'
483483
},
484484
{
485-
label: 'Sumo Dojo Slack',
486-
href: 'https://sumodojo.slack.com/',
485+
label: 'Webinars and events',
486+
href: 'https://www.sumologic.com/events'
487487
},
488488
{
489-
label: 'Community',
490-
href: 'https://support.sumologic.com/support/s/topiccatalog',
489+
label: 'Sumo Logic Blog',
490+
href: 'https://www.sumologic.com/blog'
491491
},
492492
],
493-
title: 'Help',
494493
},
495494
{
495+
title: 'More',
496496
items: [
497497
{
498-
label: 'Docs GitHub',
499-
href: 'https://github.com/SumoLogic/sumologic-documentation',
498+
label: 'Contribute or give feedback',
499+
href: 'https://www.sumologic.com/help/docs/contributing'
500500
},
501501
{
502-
label: 'Sumo Logic GitHub',
503-
href: 'https://github.com/SumoLogic',
502+
label: 'Request a demo',
503+
href: 'https://www.sumologic.com/request-demo'
504504
},
505505
{
506-
label: 'Sumo Labs Projects',
507-
href: 'https://github.com/SumoLogic-Labs',
506+
label: 'Status page',
507+
href: 'https://status.sumologic.com'
508508
},
509509
],
510-
title: 'Open Source',
511510
},
512511
],
513512
copyright: `Copyright © ${new Date().getFullYear()} by Sumo Logic, Inc.`,

0 commit comments

Comments
 (0)