From 1132393616d11a459252e2dadfaaff4a1c6ccc08 Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 13 Feb 2025 14:59:15 +0100 Subject: [PATCH] docs: :memo: add decision landing page Closes #14 --- _quarto.yml | 7 +++++++ decisions/index.qmd | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 decisions/index.qmd diff --git a/_quarto.yml b/_quarto.yml index 3ba0040..5116338 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -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 diff --git a/decisions/index.qmd b/decisions/index.qmd new file mode 100644 index 0000000..f2565e7 --- /dev/null +++ b/decisions/index.qmd @@ -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)