diff --git a/docs/contributing/getting-started.md b/docs/contributing/getting-started.md index d075270..1055960 100644 --- a/docs/contributing/getting-started.md +++ b/docs/contributing/getting-started.md @@ -15,10 +15,10 @@ If you have a specific feature in mind for a Biocommons product, create an issue - Clarify features to be developed - Write and edit documentation - Update and release SeqRepo and UTA -- Help with community projects, like the [upcoming hackathon](hackathon-2023.md) +- Help with community projects, like the [upcoming hackathon](../hackathons/2025.md) ---- +--- Hi! We're glad that you're thinking about joining the community of contributors. There's a lot to @@ -32,9 +32,9 @@ do and many ways to contribute to the biocommons! 1. **Ask yourself what you like to do and what would you want to learn.** -1. **Browse the roadmap and issues** +1. **Browse the roadmap and issues** -1. **Introduce yourself on slack and ask for guidance.** +1. **Introduce yourself on slack and ask for guidance.** diff --git a/docs/hackathons/hackathon-2023.md b/docs/hackathons/2023.md similarity index 100% rename from docs/hackathons/hackathon-2023.md rename to docs/hackathons/2023.md diff --git a/docs/hackathons/hackathon-2025.md b/docs/hackathons/2025.md similarity index 93% rename from docs/hackathons/hackathon-2025.md rename to docs/hackathons/2025.md index 7574b93..97d19be 100644 --- a/docs/hackathons/hackathon-2025.md +++ b/docs/hackathons/2025.md @@ -26,7 +26,7 @@ We’re asking participants to commit to: - Supporting the biocommons mission - Being actively engaged, focused, and contributing during the hackathon (i.e., no observers, no side projects) - Making future contributions -- Following our [code of conduct](/code-of-conduct) +- Following our [code of conduct](../community/code-of-conduct.md) - Attending all three days in person, without interruption If you can commit to **everything** listed, please [RSVP](https://forms.gle/UX8oRzGbUJL3LTiYA). @@ -61,4 +61,4 @@ We will have a more detailed agenda closer to the event. ## Staying connected Planning for the hackathon, and announcements during it, will be on the #hackathon-2025 -slack channel. See [Community](../community/) for how to join. +slack channel. See [Community](../community/getting-connected.md) for how to join. diff --git a/docs/hackathons/index.md b/docs/hackathons/index.md new file mode 100644 index 0000000..43ce461 --- /dev/null +++ b/docs/hackathons/index.md @@ -0,0 +1 @@ +# Hackathons diff --git a/docs/redirect-map.yml b/docs/redirect-map.yml index ead8d9e..3329018 100644 --- a/docs/redirect-map.yml +++ b/docs/redirect-map.yml @@ -11,7 +11,7 @@ gsoc2024/biocommons.seqrepo#136.md: null gsoc2024/hgvs#721.md: null gsoc2024/hgvs-eval#20.md: null gsoc2024/index.md: null -hackathons/hackathon-2023.md: null -hackathons/hackathon-2025.md: null +hackathons/2023.md: null +hackathons/2025.md: null index.md: null projects.md: null diff --git a/mkdocs.yml b/mkdocs.yml index f223094..041651c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -13,7 +13,9 @@ plugins: - macros - redirects: redirect_maps: - "private/hackathon-2023.md": "hackathons/hackathon-2023.md" + "private/hackathon-2023.md": "hackathons/2023.md" + "hackathons/hackathon-2023.md": "hackathons/2023.md" + "hackathons/hackathon-2025.md": "hackathons/2025.md" "code-of-conduct.md": "community/code-of-conduct.md" "governance.md": "community/governance.md" "files.md": "https://drive.google.com/drive/folders/1g520Cz2PBTXbLV1MxPXgY5h_EO4WHj0T" diff --git a/tree b/tree index 9ad7ee0..93ddacd 100644 --- a/tree +++ b/tree @@ -19,8 +19,9 @@ docs │   ├── index.md │   └── Makefile ├── hackathons -│   ├── hackathon-2023.md -│   └── hackathon-2025.md +│   ├── 2023.md +│   ├── 2025.md +│   └── index.md ├── images │   ├── branching-model.mmd │   ├── branching-model.png @@ -38,4 +39,4 @@ docs └── stylesheets └── extra.css -7 directories, 32 files +7 directories, 33 files