Skip to content

Commit

Permalink
docs: 📝 add decision landing page
Browse files Browse the repository at this point in the history
Closes #14
  • Loading branch information
lwjohnst86 committed Feb 13, 2025
1 parent f9388b1 commit 1132393
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ website:
- icon: house
href: https://dp-next.github.io
aria-label: "House icon: DP-Next home page"
sidebar:
- id: design
title: Design
collapse-level: 2
contents:
- design.qmd
- decisions/index.qmd

format: html

Expand Down
33 changes: 33 additions & 0 deletions decisions/index.qmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
title: "Decisions"
description: "Reasons and explanations for the different choices we've made for the tools, methods, and practices we use."
listing:
categories: true
contents: why-*
type: grid
sort: "date"
max-items: 50
---

This document lists "decisions records", which are documents describing
and justifying why we've made the decisions we have. We make heavy use
of many of the same decisions as have been made in the [Seedcase
Project](https://decisions.seedcase-project.org):

- [Why Quarto](https://decisions.seedcase-project.org/why-quarto)
- [Why Discord](https://decisions.seedcase-project.org/why-discord)
- [Why GitHub](https://decisions.seedcase-project.org/why-github)
- [Why GitHub Project
Boards](https://decisions.seedcase-project.org/why-github-projects)
- [Why Markdown]() (in progress)
- [Why Teamup]() (in progress)
- [Why FAIR]() (in progress)

Below is a list of the DP-Next specific decisions.

- [Why R]() (in progress)
- [Why Python]() (in progress)
- [Why Seedcase software]() (in progress)
- [Why Open Science]() (in progress)
- [Why Reproducibility]() (in progress)
- [Why Zenodo]() (in progress)

0 comments on commit 1132393

Please sign in to comment.