diff --git a/_quarto.yml b/_quarto.yml index c901f886..1864201c 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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 diff --git a/entries/1-on-1-meetings.qmd b/how-we-work/1-on-1-meetings.qmd similarity index 100% rename from entries/1-on-1-meetings.qmd rename to how-we-work/1-on-1-meetings.qmd diff --git a/entries/admin.qmd b/how-we-work/admin.qmd similarity index 100% rename from entries/admin.qmd rename to how-we-work/admin.qmd diff --git a/entries/code-review-meetings.qmd b/how-we-work/code-review-meetings.qmd similarity index 100% rename from entries/code-review-meetings.qmd rename to how-we-work/code-review-meetings.qmd diff --git a/entries/communication.qmd b/how-we-work/communication.qmd similarity index 100% rename from entries/communication.qmd rename to how-we-work/communication.qmd diff --git a/entries/create-puml-images.qmd b/how-we-work/create-puml-images.qmd similarity index 100% rename from entries/create-puml-images.qmd rename to how-we-work/create-puml-images.qmd diff --git a/entries/debugging.qmd b/how-we-work/debugging.qmd similarity index 100% rename from entries/debugging.qmd rename to how-we-work/debugging.qmd diff --git a/entries/discussions.qmd b/how-we-work/discussions.qmd similarity index 100% rename from entries/discussions.qmd rename to how-we-work/discussions.qmd diff --git a/entries/github.qmd b/how-we-work/github.qmd similarity index 100% rename from entries/github.qmd rename to how-we-work/github.qmd diff --git a/entries/iteration-tasks.qmd b/how-we-work/iteration-tasks.qmd similarity index 100% rename from entries/iteration-tasks.qmd rename to how-we-work/iteration-tasks.qmd diff --git a/entries/iteration.qmd b/how-we-work/iteration.qmd similarity index 100% rename from entries/iteration.qmd rename to how-we-work/iteration.qmd diff --git a/entries/software.qmd b/how-we-work/software.qmd similarity index 100% rename from entries/software.qmd rename to how-we-work/software.qmd diff --git a/entries/update-meetings.qmd b/how-we-work/update-meetings.qmd similarity index 100% rename from entries/update-meetings.qmd rename to how-we-work/update-meetings.qmd diff --git a/entries/workflow.qmd b/how-we-work/workflow.qmd similarity index 100% rename from entries/workflow.qmd rename to how-we-work/workflow.qmd diff --git a/index.qmd b/index.qmd index 1125882a..d8741652 100644 --- a/index.qmd +++ b/index.qmd @@ -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" @@ -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 diff --git a/onboarding/index.qmd b/onboarding/index.qmd index f2bce932..e3ec1927 100644 --- a/onboarding/index.qmd +++ b/onboarding/index.qmd @@ -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 @@ -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.