Skip to content

Commit c58766f

Browse files
authored
Merge branch 'master' into readme/update-contributing-guidelines
2 parents 8ee9d54 + 0a2974a commit c58766f

File tree

7 files changed

+531
-2595
lines changed

7 files changed

+531
-2595
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ You should use SVG images when available.
133133

134134
The people page contains details of the PEcAn team. The image here is a representation of how the page should look like with placeholder values.
135135

136-
![PecanPople](screenshots/pecanPeople.png)
136+
![PecanPeople](screenshots/pecanPeople.png)
137137

138138
```javascript
139139
const contributors = [

docusaurus.config.js

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ module.exports = {
7777
{
7878
label: "Tutorial",
7979
to: "/documentation/master",
80+
className: "footer-docs-link",
8081
},
8182
],
8283
},
@@ -86,10 +87,12 @@ module.exports = {
8687
{
8788
label: "Slack",
8889
href: "https://join.slack.com/t/pecanproject/shared_invite/enQtMzkyODUyMjQyNTgzLWEzOTM1ZjhmYWUxNzYwYzkxMWVlODAyZWQwYjliYzA0MDA0MjE4YmMyOTFhMjYyMjYzN2FjODE4N2Y4YWFhZmQ",
90+
className: "footer-slack-link",
8991
},
9092
{
9193
label: "Twitter",
9294
href: "https://twitter.com/pecanproject",
95+
className: "footer-twitter-link",
9396
},
9497
],
9598
},
@@ -99,26 +102,24 @@ module.exports = {
99102
{
100103
label: "GitHub",
101104
href: "https://github.com/PecanProject",
105+
className: "footer-github-link",
102106
},
103107
],
104108
},
105109
{
106-
title: "Past Contributors",
107110
items: [
108111
{
109-
label: "PecanProject",
110-
href: "https://github.com/PecanProject/pecan/graphs/contributors",
111-
},
112-
{
113-
label: "BETYdb Database",
114-
href: "https://github.com/PecanProject/bety/graphs/contributors",
115-
},
116-
{
117-
label: "Pecan Website",
118-
href: "https://github.com/PecanProject/web/graphs/contributors",
112+
html: `
113+
<div class="footer-logo">
114+
<a href="/" class="footer-logo-link">
115+
<img src="/img/logo.jpeg" alt="PEcAn Logo" class="footer-logo-img"/>
116+
<span class="footer-logo-text">PEcAn</span>
117+
</a>
118+
</div>
119+
`,
119120
},
120121
],
121-
},
122+
}
122123
],
123124
copyright: `Copyright © ${new Date().getFullYear()} PEcAn Project.`,
124125
},

0 commit comments

Comments
 (0)