Skip to content

Commit

Permalink
modify footer ~add links, and changed copyright label
Browse files Browse the repository at this point in the history
  • Loading branch information
sancodes committed Feb 12, 2022
1 parent a48182b commit f6ea868
Showing 1 changed file with 31 additions and 13 deletions.
44 changes: 31 additions & 13 deletions src/docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,42 +60,60 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Product',
items: [
{
label: 'Developer Docs',
to: '/docs/overview',
label: 'Telescope Website',
to: 'https://telescope.cdot.systems/',
},
{
label: 'Telescope Mobile Apps',
to: 'https://telescope.cdot.systems/',
},
],
},
{
title: 'Community',
title: 'Resources',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
label: 'System Status',
href: 'https://api.telescope.cdot.systems/v1/status/',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
label: 'License',
href: 'https://github.com/Seneca-CDOT/telescope/blob/master/LICENSE',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label: 'Planet CDOT Feeds',
href: 'https://wiki.cdot.senecacollege.ca/wiki/Planet_CDOT_Feed_List',
},
],
},
{
title: 'More',
title: 'Developers',
items: [
{
label: 'GitHub',
label: 'Documentation',
href: 'https://docusaurus.io/docs/',
},
{
label: 'Slack',
href: 'https://seneca-open-source.slack.com/archives/CS5DGCAE5',
},
{
label: 'Github',
href: 'https://github.com/Seneca-CDOT/telescope',
},
{
label: 'Staging Server',
href: 'https://dev.telescope.cdot.systems/',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Copyright © ${new Date().getFullYear()} <br>
Telescope, Seneca's Centre for Development of Open Technology.<br>
Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
Expand Down

0 comments on commit f6ea868

Please sign in to comment.