From f08ae9c4c71d0c18d50bba11a0b5526e8158395c Mon Sep 17 00:00:00 2001 From: Isaac Brodsky Date: Thu, 20 Jun 2024 20:59:55 -0500 Subject: [PATCH] adjust links --- website/docusaurus.config.js | 23 ++++++++++++++++++++--- 1 file changed, 20 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 83c034a30..c65f107ca 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -27,7 +27,7 @@ module.exports = { { to: 'docs', activeBaseRegex: 'docs(/)$', - label: 'Intro', + label: 'About', position: 'left', }, { @@ -82,13 +82,30 @@ module.exports = { { title: 'Community', items: [ + { + label: 'Slack', + href: 'https://join.slack.com/t/h3-core/shared_invite/zt-g6u5r1hf-W_~uVJmfeiWtMQuBGc1NNg', + }, { label: 'Stack Overflow', href: 'https://stackoverflow.com/questions/tagged/h3', }, + ], + }, + { + title: 'Bindings', + items: [ + { + label: 'Python', + href: 'https://uber.github.io/h3-py/', + }, { - label: 'Slack', - href: 'https://join.slack.com/t/h3-core/shared_invite/zt-g6u5r1hf-W_~uVJmfeiWtMQuBGc1NNg', + label: 'JavaScript', + href: 'https://github.com/uber/h3-js', + }, + { + label: 'More bindings', + href: 'docs/community/bindings', }, ], },