Skip to content

Commit

Permalink
refactor: rename 'entries' to 'how we work'
Browse files Browse the repository at this point in the history
  • Loading branch information
martonvago authored and lwjohnst86 committed May 31, 2024
1 parent 82d2c79 commit 238e41b
Show file tree
Hide file tree
Showing 16 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ website:
style: "floating"
contents:
- auto: onboarding
- auto: entries
- auto: how-we-work
- auto: user-tests
- text: Events
href: index.qmd#past-and-upcoming-events
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
6 changes: 3 additions & 3 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ listing:
type: table
fields:
- "title"
- id: entries
- id: how-we-work
sort-ui: false
contents: entries
contents: how-we-work
type: grid
sort:
- "title"
Expand Down Expand Up @@ -44,7 +44,7 @@ These documents contain information for new team members to get started.
These documents are all evolving as we continue working on this project
and learn what works and what doesn't.

::: {#entries}
::: {#how-we-work}
:::

## Past and upcoming events
Expand Down
6 changes: 3 additions & 3 deletions onboarding/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ To get you started, there are some first steps you'll need to do and some posts
- We use Discord as our communication platform and this way so you can be added to the Seedcase Project server right away. If you don't have a Discord account, you can go to [discord.com](https://discord.com) and create one.
- You will need to be added to the SDCA and Seedcase organizaions (and potentially other repositories) on GitHub. If you don't have a GitHub account, you can go to [github.com](https://github.com) and create one.
2. **Set up GitHub two-factor authentication (2FA)**
- See [this post](/entries/github.qmd) (you will need 2FA to access the Seedcase repositories).
- See [this post](/how-we-work/github.qmd) (you will need 2FA to access the Seedcase repositories).
3. **Order IT equipment**
- Talk to the Team Leader about which IT equipment you will need (e.g., computer, mouse, keyboard, and dock station) and Team Leader will help you with ordering it.

## Software

The [software we use](/entries/software.qmd) post lists the software you will need to install in order to effectively contribute as part of the team. Go to the post and install the software listed there.
The [software we use](/how-we-work/software.qmd) post lists the software you will need to install in order to effectively contribute as part of the team. Go to the post and install the software listed there.

## Posts to read and review

Expand All @@ -32,7 +32,7 @@ Therefore, before you start to read and review the pages in the list below, read
with introductions and guidelines to our workflows:

1. [Documentation First Culture](https://community.seedcase-project.org/guides/documentation-first/)
2. [Workflow for developing software and documentation](/entries/workflow.qmd)
2. [Workflow for developing software and documentation](/how-we-work/workflow.qmd)
3. If you will need to add new posts, read the how-to ["Adding posts"](https://community.seedcase-project.org/guides/adding-posts/), which contains guidelines on that.

Now that you have read the above, you can review the pages below. As you review them, create any Issues in the respective GitHub repository (e.g. the `team` repo for things about the `team` website) for things you find confusing or unclear, if you have questions, or other suggestions for improvements.
Expand Down

0 comments on commit 238e41b

Please sign in to comment.