Skip to content

Commit

Permalink
adjust links
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacbrodsky committed Jun 21, 2024
1 parent 99a09c7 commit f08ae9c
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ module.exports = {
{
to: 'docs',
activeBaseRegex: 'docs(/)$',
label: 'Intro',
label: 'About',
position: 'left',
},
{
Expand Down Expand Up @@ -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',
},
],
},
Expand Down

0 comments on commit f08ae9c

Please sign in to comment.