diff --git a/docs/src/.vitepress/config.mts b/docs/src/.vitepress/config.mts index 42d115c6d..c6c888ebf 100644 --- a/docs/src/.vitepress/config.mts +++ b/docs/src/.vitepress/config.mts @@ -36,7 +36,6 @@ const navTemp = { { text: 'Tutorials', items: [ - { text: 'Overview', link: '/tutorials/tutorial' }, { text: 'Plotting maps', link: '/tutorials/plottingmaps' }, { text: 'Mean Seasonal Cycle', link: '/tutorials/mean_seasonal_cycle' }, { diff --git a/docs/src/development/contributors.md b/docs/src/development/contributors.md index b6a314b46..b1503132e 100644 --- a/docs/src/development/contributors.md +++ b/docs/src/development/contributors.md @@ -41,6 +41,7 @@ const coreMembers = [ title: 'Scientist. Data Visualization', links: [ { icon: 'github', link: 'https://github.com/lazarusA' }, + { icon: 'bluesky', link: 'https://bsky.app/profile/lazarusa.bsky.social' }, { icon: 'x', link: 'https://twitter.com/LazarusAlon' }, { icon: 'linkedin', link: 'https://www.linkedin.com/in/lazaro-alonso/' }, { icon: 'mastodon', link: 'https://julialang.social/@LazaroAlonso' }