From f8c93128a44eb983d5d53d733b0dff4435dcdcc3 Mon Sep 17 00:00:00 2001 From: Bri <92327786+briwylde08@users.noreply.github.com> Date: Thu, 1 Sep 2022 09:27:42 -0600 Subject: [PATCH 1/2] Updating footer Change developers-community and add community links All tools to link to dev docs tools page Remove get started from resources --- docusaurus.config.js | 27 ++++++++++----------------- 1 file changed, 10 insertions(+), 17 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 2ce77e57b..8b8a536e7 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -100,11 +100,7 @@ const config = { title: "Resources", items: [ { - label: "Get Started", - href: "https://www.stellar.org/start", - }, - { - label: "Learn", + label: "Stellar Learn", href: "https://www.stellar.org/learn/intro-to-stellar", }, { @@ -120,10 +116,6 @@ const config = { { title: "Tools", items: [ - { - label: "Account Viewer", - href: "https://accountviewer.stellar.org/", - }, { label: "Laboratory", href: "https://laboratory.stellar.org/", @@ -136,23 +128,24 @@ const config = { label: "Ledger Explorer", href: "https://stellar.expert/explorer/public", }, - { label: "All Tools", href: "https://www.stellar.org/tools" }, + { label: "All Tools", + href: "https://developers.stellar.org/docs/tools-and-sdks/" }, ], }, { - title: "Developers", + title: "Community", items: [ { - label: "Developer Resources", - href: "https://www.stellar.org/developers-legacy", + label: "Stellar Developer Discord", + href: "https://discord.com/invite/zVYdY3ktTn", }, { - label: "Status", - href: "https://status.stellar.org/", + label: "Stellar Developers Google Group", + href: "https://groups.google.com/g/stellar-dev", }, { - label: "Technical Papers", - to: "https://www.stellar.org/developers/guides/concepts/scp.html", + label: "Stellar Stack Exchange", + to: "https://stellar.stackexchange.com/", }, { label: "Developer Blog", From b1be1a7ba59a6ccab2ed71c49d965ac31da483c2 Mon Sep 17 00:00:00 2001 From: Tyler van der Hoeven Date: Thu, 1 Sep 2022 11:59:45 -0400 Subject: [PATCH 2/2] update footer content --- docusaurus.config.js | 46 +++++++++++++++++++++++--------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 8b8a536e7..57a20b227 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -79,7 +79,7 @@ const config = { position: "right", }, { - href: "https://github.com/stellar/stellar-docs", + href: "https://github.com/stellar", label: "GitHub", position: "right", }, @@ -100,56 +100,58 @@ const config = { title: "Resources", items: [ { - label: "Stellar Learn", - href: "https://www.stellar.org/learn/intro-to-stellar", - }, - { - label: "Case Studies", - href: "https://www.stellar.org/case-studies", + label: "Developers Blog", + href: "https://www.stellar.org/developers-blog", }, { label: "Stellar Quest", href: "https://quest.stellar.org/", }, + { + label: "Stellar Community Fund", + href: "https://communityfund.stellar.org/" + }, ], }, { title: "Tools", items: [ + { + label: "Explorer", + href: "https://stellar.expert", + }, { label: "Laboratory", - href: "https://laboratory.stellar.org/", + href: "https://laboratory.stellar.org", + }, + { + label: "Status", + href: "https://status.stellar.org/" }, { label: "Dashboard", href: "https://dashboard.stellar.org/", }, - { - label: "Ledger Explorer", - href: "https://stellar.expert/explorer/public", + { + label: "All Tools", + href: "https://developers.stellar.org/docs/tools-and-sdks/" }, - { label: "All Tools", - href: "https://developers.stellar.org/docs/tools-and-sdks/" }, ], }, { title: "Community", items: [ { - label: "Stellar Developer Discord", - href: "https://discord.com/invite/zVYdY3ktTn", + label: "Developers Discord", + href: "https://discord.gg/stellardev", }, { - label: "Stellar Developers Google Group", + label: "Developers Google Group", href: "https://groups.google.com/g/stellar-dev", }, { - label: "Stellar Stack Exchange", - to: "https://stellar.stackexchange.com/", - }, - { - label: "Developer Blog", - href: "https://www.stellar.org/developers-blog", + label: "Stack Exchange", + href: "https://stellar.stackexchange.com/", }, ], },