Add daily email for 2024-12-03

Adopt a Document
This commit is contained in:
Oliver Davies 2024-12-07 01:23:53 +00:00
parent 6cdd96189c
commit bf3485b035
2 changed files with 27 additions and 1 deletions

View file

@ -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.

View file

@ -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" %}