Skip to content

Commit

Permalink
update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
gkaravatski committed Oct 25, 2024
1 parent 32a171c commit 358c70e
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions docs/v3/guidelines/get-started-with-ton.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -737,3 +737,4 @@ After finishing the TON Onboarding Challenge where we successfully mined an NFT,
:::info have some feedback?
You are one of the first explorers here. If you find any mistakes or feel stacked, please send feedback to [@SwiftAdviser](https://t.me/SwiftAdviser). I will fix it ASAP! :)
:::

3 changes: 0 additions & 3 deletions docs/v3/guidelines/overview.md

This file was deleted.

12 changes: 10 additions & 2 deletions src/theme/Footer/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ const TON_BLOG_PRESS_RELEASES_URL = "https://blog.ton.org/category/news";
const TONSTAT_URL = "https://www.tonstat.com/";
const TON_BLOG_URL = "https://blog.ton.org";
const TON_FOUNDATION_URL = "https://ton.foundation/";
const TON_THE_OPEN_LEAGUE = "https://ton.org/open-league";
const TON_USDT_ON_TON = "https://ton.org/borderless";
const TON_ACCEPT_PAYMENT = "https://ton.org/payments";
const FOOTER_DECENTRALIZED_NETWORK = "https://ton.org/decentralized-network";
const FOOTER_APP_AND_DAPPS_URL = APP_AND_DAPPS_URL;
const FOOTER_WHITEPAPER_URL = WHITEPAPER_URL;
const FOOTER_DOCUMENTATION_URL = TON_DOCUMENTATION_URL;
Expand All @@ -81,15 +85,19 @@ export const FOOTER_COLUMN_LINKS_EN = [
{ langKey: "Get a wallet", url: PAGE_WALLETS },
{ langKey: "Get or sell Toncoin", url: PAGE_BUY_TONCOIN },
{ langKey: "Stake", url: PAGE_STAKE },
{ langKey: "Accept Payments", url: TON_ACCEPT_PAYMENT },
{ langKey: "Apps & Servies", url: FOOTER_APP_AND_DAPPS_URL },
{ langKey: "Bridge", url: FOOTER_BRIDGE_URL },
{ langKey: "Domains", url: FOOTER_DNS_URL },
{ langKey: "The Open League", url: TON_THE_OPEN_LEAGUE },
{ langKey: "USDT on TON", url: TON_USDT_ON_TON },
],
},
{
headerLangKey: "Learn",
links: [
{ langKey: "TON Concept", url: FOOTER_TON_CONCEPT_URL },
{ langKey: "TON Concept", url: FOOTER_TON_CONCEPT_URL }, // it doesn't work, cause we use updated doc URL
{ langKey: "Decentralized Network", url: FOOTER_DECENTRALIZED_NETWORK },
{ langKey: "Roadmap", url: PAGE_ROADMAP },
{ langKey: "TonStat", url: TONSTAT_URL },
{ langKey: "History of mining", url: PAGE_MINING },
Expand All @@ -100,7 +108,7 @@ export const FOOTER_COLUMN_LINKS_EN = [
],
},
{
headerLangKey: "Build",
headerLangKey: "For Developers",
links: [
{ langKey: "Getting started", url: PAGE_DEV },
{ langKey: "Documentation", url: FOOTER_DOCUMENTATION_URL },
Expand Down

0 comments on commit 358c70e

Please sign in to comment.