Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
Editing Soroban docs footer (#283)
Browse files Browse the repository at this point in the history
* Editing Soroban docs footer

Added/edited new sections: About, Community, and Resources

* update sorobanathon link

---------

Co-authored-by: Tyler van der Hoeven <[email protected]>
  • Loading branch information
briwylde08 and kalepail authored Feb 7, 2023
1 parent b1b3d29 commit 3ceaf96
Showing 1 changed file with 32 additions and 3 deletions.
35 changes: 32 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,12 +115,37 @@ const config = {
},
footer: {
links: [
{
title: 'About',
items: [
{
label: 'About SDF',
href: 'https://stellar.org/foundation',
},
{
label: 'Careers',
href: 'https://stellar.org/foundation/careers',
},
{
label: 'Events',
href: 'https://stellar.org/events',
},
{
label: 'Grants and Funding',
href: 'https://stellar.org/foundation/grants-and-funding',
},
],
},
{
title: 'Community',
items: [
{
label: 'Discord',
href: 'https://discord.gg/6ZCcYqbC96',
label: 'Developer Discord',
href: 'https://discord.gg/stellardev',
},
{
label: 'Developer Google Group',
href: 'https://groups.google.com/g/stellar-dev?pli=1',
},
],
},
Expand All @@ -131,13 +156,17 @@ const config = {
label: 'GitHub',
href: 'https://github.com/stellar',
},
{
label: 'Developer Blog',
href: 'https://www.stellar.org/developers-blog',
},
{
label: 'Stellar Quest',
href: 'https://quest.stellar.org/live',
},
{
label: 'Sorobanathon',
href: '/sorobanathon',
href: 'https://soroban.stellar.org/sorobanathon',
},
],
},
Expand Down

0 comments on commit 3ceaf96

Please sign in to comment.