From a2ff5de55826b66dfe10013f3bcd646cb323aed8 Mon Sep 17 00:00:00 2001 From: Gandalf Date: Mon, 1 Jul 2024 01:40:37 +0530 Subject: [PATCH 1/3] Update contributors.js --- static/utils/contributors.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; From c3f21ee16743ce3070e21225d30d0c8f0f213cbc Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Mon, 26 Aug 2024 15:48:02 -0700 Subject: [PATCH 2/3] update docusaurus.config --- docusaurus.config.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index b07aefb6..c90fba6a 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: "Bety Database", 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: [ [ From aabc4e533e73653d6bce566cd81dd12245e1439a Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Mon, 26 Aug 2024 15:48:48 -0700 Subject: [PATCH 3/3] Update docusaurus.config.js --- docusaurus.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index c90fba6a..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: "Bety Database", + label: "BETYdb", href: "https://github.com/PecanProject/bety/graphs/contributors", }, {