Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating footer #27

Merged
merged 2 commits into from
Sep 1, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 24 additions & 29 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ const config = {
position: "right",
},
{
href: "https://github.com/stellar/stellar-docs",
href: "https://github.com/stellar",
label: "GitHub",
position: "right",
},
Expand All @@ -100,63 +100,58 @@ const config = {
title: "Resources",
items: [
{
label: "Get Started",
href: "https://www.stellar.org/start",
},
{
label: "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: "Account Viewer",
href: "https://accountviewer.stellar.org/",
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://www.stellar.org/tools" },
],
},
{
title: "Developers",
title: "Community",
items: [
{
label: "Developer Resources",
href: "https://www.stellar.org/developers-legacy",
label: "Developers Discord",
href: "https://discord.gg/stellardev",
},
{
label: "Status",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should definitely keep this link. It's one of the most important for pro tier devs. We should also include this one https://dashboard.stellar.org/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Both of these links likely belong in tools

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was just trying to shorten the list so the footer isn't ridiculously long. Just want to keep the top 4 most used then link to the rest of the tools. Most used are? Account Viewer, Dashboard, Ledger Explorer, Status? Or something else?

href: "https://status.stellar.org/",
label: "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: "Developer Blog",
href: "https://www.stellar.org/developers-blog",
label: "Stack Exchange",
href: "https://stellar.stackexchange.com/",
},
],
},
Expand Down