From bf3485b03524be349c78ab21a19d2a1799bf23be Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 7 Dec 2024 01:23:53 +0000 Subject: [PATCH] Add daily email for 2024-12-03 Adopt a Document --- source/_daily_emails/2024-12-03.md | 24 ++++++++++++++++++++++++ source/rss/daily.xml.twig | 4 +++- 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 source/_daily_emails/2024-12-03.md diff --git a/source/_daily_emails/2024-12-03.md b/source/_daily_emails/2024-12-03.md new file mode 100644 index 00000000..6ed3bf1b --- /dev/null +++ b/source/_daily_emails/2024-12-03.md @@ -0,0 +1,24 @@ +--- +title: Adopt a Document +date: 2024-12-03 +permalink: daily/2024/12/03/adopt-a-document +tags: + - software-development + - drupal + - drupal-cms +cta: ~ +snippet: | + The Drupal Association recently launched the "Adopt a Document" program for Drupal.org, making documentation pages available for adoption. +--- + +The Drupal Association recently launched the "Adopt a Document" program for Drupal.org, making documentation pages available for adoption. + +From [the blog post](https://www.drupal.org/about/starshot/blog/adopt-a-document-new-program-to-bring-drupal-documentation-to-the-next-level): + +> Inspired by the “Adopt a Highway” program that is becoming more and more popular in North America, we created a way for the partners to get involved in creating great documentation by taking care of one of the Drupal CMS milestones and sponsoring creation and further maintenance of the documentation for one or multiple Drupal CMS working tracks. +> +> Thanks to your support, future users of Drupal CMS will be able to easily find answers to the questions that might arise as they discover Drupal CMS capabilities. + +I think this is a great way for Drupal's documentation to continue improving and to give companies another way to contribute to the Drupal project. + +If you were looking for a way to contribute to Drupal, this may be a good option. diff --git a/source/rss/daily.xml.twig b/source/rss/daily.xml.twig index f8d9c3db..74943fd6 100644 --- a/source/rss/daily.xml.twig +++ b/source/rss/daily.xml.twig @@ -17,7 +17,9 @@ use: {% for email in data.daily_emails[:1] %} {% set tags = [] %} {%- for tag in ['dev']|merge(email.tags|default([])) -%} - {% if tag == "nixos" %} + {% if tag == "drupal-cms" %} + {% set tag = "DrupalCMS" %} + {% elseif tag == "nixos" %} {% set tag = "NixOS" %} {% elseif tag == "tailwind-css" %} {% set tag = "TailwindCSS" %}