Skip to content
Closed
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand All @@ -122,7 +122,11 @@ module.exports = {
],
copyright: `Copyright © ${new Date().getFullYear()} PEcAn Project.`,
},
hideableSidebar: true,
docs: {
sidebar: {
hideable: true
},
},
},
presets: [
[
Expand Down
2 changes: 1 addition & 1 deletion static/utils/contributors.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;