Skip to content

Commit

Permalink
Merge branch 'master' into feat/better-get-balance
Browse files Browse the repository at this point in the history
  • Loading branch information
slavastartsev authored Jan 9, 2025
2 parents f216c46 + 4543422 commit 876a431
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ const darkCodeTheme = themes.dracula;
const GITHUB_LINK = "https://github.com/bob-collective/bob";
const LANDING_PAGE = "https://gobob.xyz";
const DOCS_PAGE = "https://docs.gobob.xyz";
const STATUS_PAGE = "https://conduit-bob.checkly-dashboards.com/";
const DISCORD = "https://discord.gg/gobob";
const TWITTER = "https://x.com/build_on_bob";
const TELEGRAM = "https://t.me/+CyIcLW2nfaFlNDc1";
Expand Down Expand Up @@ -238,6 +239,11 @@ const config = {
label: "GitHub",
position: "right",
},
{
href: STATUS_PAGE,
label: "Status",
position: "right",
},
],
},
footer: {
Expand Down

0 comments on commit 876a431

Please sign in to comment.