diff --git a/docusaurus.config.js b/docusaurus.config.js index b07aefb6..231f928b 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -110,7 +110,7 @@ module.exports = { href: "https://github.com/PecanProject/pecan/graphs/contributors", }, { - label: "BETYdb Database", + label: "BETYdb", href: "https://github.com/PecanProject/bety/graphs/contributors", }, { @@ -122,7 +122,11 @@ module.exports = { ], copyright: `Copyright © ${new Date().getFullYear()} PEcAn Project.`, }, - hideableSidebar: true, + docs: { + sidebar: { + hideable: true + }, + }, }, presets: [ [ diff --git a/static/utils/contributors.js b/static/utils/contributors.js index df2c0050..a5ccc25c 100644 --- a/static/utils/contributors.js +++ b/static/utils/contributors.js @@ -102,7 +102,7 @@ const contributors = [ email: "rohansasne30@gmail.com", role: "GSoC'23 Contributor", profession: "Co-Founder and CEO, Dynalize Technologies", - img: "https://avatars.githubusercontent.com/u/110545952?v=4", + img: "https://media.licdn.com/dms/image/D4D03AQHY70hvxDx1wg/profile-displayphoto-shrink_400_400/0/1718313426682?e=1725494400&v=beta&t=T3SkIPDWUUDAPsjCIuGy07C63BQbaCovWUEHCuzkUbk", }, ]; export default contributors;