Skip to content

Commit

Permalink
Moves working groups landing page to wg directory
Browse files Browse the repository at this point in the history
- Moves the working groups landing page to be under the wg directory, to match the way we are handling other pages (like about landing)
- Updates the Get Involved page to have the correct links to the working group pages
- Adds a sidebar menu to the working group pages
- Updates navigation to point to the new location of the working groups landing page
  • Loading branch information
exoticDFT committed Oct 5, 2022
1 parent f8dfc67 commit a14afef
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 13 deletions.
2 changes: 0 additions & 2 deletions _data/menus/about.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,5 @@
link: /about/finances/
- name: Code of Conduct
link: /about/code-of-conduct/
- name: Working Groups
link: /about/working-groups/
- name: Contact
link: /about/contact/
6 changes: 3 additions & 3 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
link: about/finances/
- name: Code of Conduct
link: about/code-of-conduct/
- name: Working Groups
link: about/working-groups/
- name: Contact
link: about/contact/
- name: Events
Expand Down Expand Up @@ -65,8 +63,10 @@
- name: News Archive
link: archive
- name: Working Groups
link: about/working-groups/
link: working-groups/
dropdown:
- name: All Working Groups
link: working-groups
- name: Diversity, Equity, and Inclusion
link: wg/dei
- name: Education and Training
Expand Down
10 changes: 5 additions & 5 deletions pages/get_involved/get_involved.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ Going to a conference related to RSEs? Propose a talk, panel, BoF, or other eve

### Join a Working Group

We organize our community through [working groups](https://us-rse.org/about/working-groups/).
We organize our community through [working groups](/working-groups/).
Find out more on their pages below, join the relevant channels on Slack,
and attend meetings so you can contribute!

* [Diversity, Equity and Inclusion](https://us-rse.org/wg/dei/), #dei-discussion channel in Slack
* [Website](https://us-rse.org/about/working-groups/), #website channel in Slack
* [Education](https://us-rse.org/about/working-groups/) #education-training channel in Slack
* [Outreach](https://us-rse.org/wg/outreach/), #wg-outreach channel in Slack
* [Diversity, Equity and Inclusion](/wg/dei/), #dei-discussion channel in Slack
* [Website](/wg/website/), #website channel in Slack
* [Education](/wg/education_training/) #education-training channel in Slack
* [Outreach](/wg/outreach/), #wg-outreach channel in Slack

Don't see something you like here? We want to make a space for you in the US-RSE community. A how-to guide for putting together working groups is in progress (please keep an eye on [this issue](https://github.com/USRSE/outreach-wg/issues/1))

Expand Down
1 change: 1 addition & 0 deletions pages/wg/dei.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: page
title: Diversity, Equity, & Inclusion Working Group
subtitle:
permalink: /wg/dei/
menubar: working-groups
set_last_modified: true
---

Expand Down
1 change: 1 addition & 0 deletions pages/wg/education_training.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Education & Training Working Group
subtitle:
menubar: working-groups
permalink: /wg/education_training/
set_last_modified: true
---
Expand Down
1 change: 1 addition & 0 deletions pages/wg/outreach.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Outreach Working Group
subtitle:
menubar: working-groups
permalink: /wg/outreach/
set_last_modified: true
---
Expand Down
1 change: 1 addition & 0 deletions pages/wg/website.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: page
title: Website Working Group
subtitle:
menubar: working-groups
permalink: /wg/website/
set_last_modified: true
---
Expand Down
5 changes: 2 additions & 3 deletions pages/about/working-groups.md → pages/wg/working-groups.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
---
layout: page
title: Working Groups
permalink: /about/working-groups/
permalink: /working-groups/
subtitle: Focused groups to tackle community topics
menubar: about
menubar_toc: true
menubar: working-groups
set_last_modified: true
---

Expand Down

0 comments on commit a14afef

Please sign in to comment.