Skip to content

Commit 90be3c8

Browse files
authored
Update README.md
1 parent fe0d991 commit 90be3c8

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,16 @@
22

33
Subpages have "edit this page link" at the bottom. I tried to make the formatting as easy as possible for editing
44
- to add a Blogs or News entry, you just create a markdown file under the blogs or news folder.
5-
- To add a user, modify the facultyMembers, phdStudents or alumni arrays in docs/member.mdx
6-
- to edit the projects page, edit docs/projects.md file.
7-
- to edit the join us page, edit the docs/join-us.md file.
5+
- To add a user, modify the facultyMembers, phdStudents or alumni arrays in `/docs/member.mdx`
6+
- to edit the projects page, edit `/docs/projects.md` file.
7+
- to edit the join us page, edit the `/docs/join-us.md` file.
88

99
Editing the landing page is tricky but minor edits are easy:
10-
- the quote under the slider is kept in /src/pages/index.js
11-
- the text for Grad/Undergrad Students are kept in /src/components/HomepageFeatures/index.js
10+
- the quote under the slider is kept in `/src/pages/index.js`
11+
- the text for Grad/Undergrad Students are kept in `/src/components/HomepageFeatures/index.js`
1212
- Recent news holds the most recent 4 news automatically. no need to edit that.
13-
- sponsor thank you note is kept in /src/components/SponsorBanner.js
14-
- sponsor logos are under /static/img/logos, just add/remove an image and it updates automatically.
13+
- sponsor thank you note is kept in `/src/components/SponsorBanner.js`
14+
- sponsor logos are under `/static/img/logos`, just add/remove an image and it updates automatically.
1515

1616
## Local development
1717

0 commit comments

Comments
 (0)