From 5509a9e7f920411e82c1fd72237c11c5bcb79cc1 Mon Sep 17 00:00:00 2001 From: Tien Do Nam Date: Mon, 6 Jan 2025 18:05:51 +0100 Subject: [PATCH] Merge dotenv and environment-variables into env --- doc/topics.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/topics.yaml b/doc/topics.yaml index 0e633d965b..f82ca574cd 100644 --- a/doc/topics.yaml +++ b/doc/topics.yaml @@ -58,6 +58,11 @@ # The editorial guidelines are intended to evolve as we gain more experience # merging/managing topics. topics: +- topic: env + description: Packages that facilitate environment configuration. + aliases: + - dotenv + - environment-variables - topic: form description: Packages that facilitate form display or processing. aliases: