Skip to content

Commit

Permalink
docs: update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
TropicolX committed Jan 9, 2025
1 parent f062d65 commit 81ae869
Showing 1 changed file with 12 additions and 25 deletions.
37 changes: 12 additions & 25 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,43 +81,30 @@ const config = {
title: 'Docs',
items: [
{
label: 'Tutorial',
to: '/docs/intro',
},
],
},
{
title: 'Community',
items: [
{
label: 'Stack Overflow',
href: 'https://stackoverflow.com/questions/tagged/docusaurus',
},
{
label: 'Discord',
href: 'https://discordapp.com/invite/docusaurus',
},
{
label: 'Twitter',
href: 'https://twitter.com/docusaurus',
label: 'Running Pathfinder',
to: '/getting-started/running-pathfinder',
},
{
label: 'Configuring Pathfinder',
to: '/getting-started/configuring-pathfinder',
},
{
label: 'Interfacing with Pathfinder',
to: '/interacting-with-pathfinder/json-rpc-api',
},
],
},
{
title: 'More',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/eqlabs/pathfinder',
},
],
},
],
copyright: `Copyright © ${new Date().getFullYear()} My Project, Inc. Built with Docusaurus.`,
copyright: `Pathfinder © ${new Date().getFullYear()}`,
},
prism: {
theme: prismThemes.github,
Expand Down

0 comments on commit 81ae869

Please sign in to comment.