From 1ac0931bcb1ab947161e079cdceadf54ec0a5e88 Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Tue, 12 May 2026 19:59:29 +0530 Subject: [PATCH 1/5] feat: add GitHub Actions deploy-book status badge to README Part 1/5 of #474 - Adds CI/CD build status visibility. Adds a Build Status section with the deploy-book workflow badge so maintainers and contributors can see build health at a glance. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index eac4e8d19..0eb2cc60f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,13 @@ # DISCOVER-Cookbook + +## Build Status + +| Service | Status | +|---------|--------| +| **GitHub Actions** (deploy-book) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml) | + +--- + ![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449) The NumFOCUS DISCOVER Cookbook (Diverse & Inclusive Spaces and Conferences: Overall Vision and Essential Resources). A guide for organizing more diverse and inclusive events and conferences, produced by the NumFOCUS Diversity & Inclusion in Scientific Computing (DISC) Program, with support from the Moore Foundation. From 0c4cc6ce5f1ac9cec08740f41ecf25d3e5ad4542 Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Tue, 12 May 2026 20:12:35 +0530 Subject: [PATCH 2/5] feat: add GitHub Actions checklink status badge to README Part 2/5 of #474 - Adds the link-checker workflow badge so broken link failures are immediately visible without navigating to Actions tab. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0eb2cc60f..c3d503542 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ | Service | Status | |---------|--------| | **GitHub Actions** (deploy-book) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml) | +| **GitHub Actions** (check-links) | [![checklink](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml) | --- From d9c6fd863da871217dbd27ba6350457bda3003ad Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Tue, 12 May 2026 20:13:24 +0530 Subject: [PATCH 3/5] feat: add live website status badge to README Part 3/5 of #474 - Adds a shields.io uptime badge for discover-cookbook.numfocus.org so site health is visible at a glance. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c3d503542..a32df3a69 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ |---------|--------| | **GitHub Actions** (deploy-book) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml) | | **GitHub Actions** (check-links) | [![checklink](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml) | +| **Website** (Production) | [![Website](https://img.shields.io/website?url=https%3A%2F%2Fdiscover-cookbook.numfocus.org&label=discover-cookbook.numfocus.org)](https://discover-cookbook.numfocus.org) | --- From 2cda024052c6c1560bb6faf71e5c0f6cc9e412c4 Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Tue, 12 May 2026 20:14:27 +0530 Subject: [PATCH 4/5] feat: add per-version build matrix table (English) to README Part 4/5 of #474 - Adds a build matrix showing deployment status for each version (dev, v2.0, v1.0) in English. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index a32df3a69..6df9d7c4e 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,14 @@ | **GitHub Actions** (check-links) | [![checklink](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml/badge.svg?branch=main)](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/checklink.yml) | | **Website** (Production) | [![Website](https://img.shields.io/website?url=https%3A%2F%2Fdiscover-cookbook.numfocus.org&label=discover-cookbook.numfocus.org)](https://discover-cookbook.numfocus.org) | +### Per-Version Build Matrix + +| Version | πŸ‡ΊπŸ‡Έ English (`en`) | +|---------|-------------------| +| **`dev`** (main) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://discover-cookbook.numfocus.org/dev/en/) | +| **`v2.0`** | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=v2.0-translations)](https://discover-cookbook.numfocus.org/v2.0/en/) | +| **`v1.0`** (archived) | [![View Docs](https://img.shields.io/badge/docs-v1.0%2Fen-blue)](https://discover-cookbook.numfocus.org/v1.0/en/) | + --- ![All Contributors](https://img.shields.io/github/all-contributors/numfocus/DISCOVER-Cookbook?color=ee8449) From ef8e696618d7852e4373107b04fcee1cb3aca502 Mon Sep 17 00:00:00 2001 From: suraj kumar Date: Tue, 12 May 2026 20:15:03 +0530 Subject: [PATCH 5/5] feat: add Spanish language column to build matrix Part 5/5 of #474 - Extends the per-version build matrix to include Spanish (es) alongside English (en) for dev, v2.0, and v1.0 versions. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6df9d7c4e..c7b6f05a6 100644 --- a/README.md +++ b/README.md @@ -10,11 +10,11 @@ ### Per-Version Build Matrix -| Version | πŸ‡ΊπŸ‡Έ English (`en`) | -|---------|-------------------| -| **`dev`** (main) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://discover-cookbook.numfocus.org/dev/en/) | -| **`v2.0`** | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=v2.0-translations)](https://discover-cookbook.numfocus.org/v2.0/en/) | -| **`v1.0`** (archived) | [![View Docs](https://img.shields.io/badge/docs-v1.0%2Fen-blue)](https://discover-cookbook.numfocus.org/v1.0/en/) | +| Version | πŸ‡ΊπŸ‡Έ English (`en`) | πŸ‡ͺπŸ‡Έ Spanish (`es`) | +|---------|-------------------|-------------------| +| **`dev`** (main) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://discover-cookbook.numfocus.org/dev/en/) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=main)](https://discover-cookbook.numfocus.org/dev/es/) | +| **`v2.0`** | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=v2.0-translations)](https://discover-cookbook.numfocus.org/v2.0/en/) | [![deploy-book](https://github.com/numfocus/DISCOVER-Cookbook/actions/workflows/build-gh-pages.yml/badge.svg?branch=v2.0-translations)](https://discover-cookbook.numfocus.org/v2.0/es/) | +| **`v1.0`** (archived) | [![View Docs](https://img.shields.io/badge/docs-v1.0%2Fen-blue)](https://discover-cookbook.numfocus.org/v1.0/en/) | [![View Docs](https://img.shields.io/badge/docs-v1.0%2Fes-blue)](https://discover-cookbook.numfocus.org/v1.0/es/) | ---