From 2e20bf20d76c1fc31e1933c6a8feb1c5780d4ddb Mon Sep 17 00:00:00 2001 From: Bond Yan Date: Fri, 27 Feb 2026 11:15:27 -0500 Subject: [PATCH] changeset typo Signed-off-by: Bond Yan --- .changeset/crazy-ravens-reply.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/crazy-ravens-reply.md b/.changeset/crazy-ravens-reply.md index 48bc36c464..d52b62880e 100644 --- a/.changeset/crazy-ravens-reply.md +++ b/.changeset/crazy-ravens-reply.md @@ -3,4 +3,4 @@ '@backstage/plugin-techdocs-node': patch --- -Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicit bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allowlist, such as the `hooks` key which some MkDocs plugins require. +Added `techdocs.generator.mkdocs.dangerouslyAllowAdditionalKeys` configuration option to explicitly bypass MkDocs configuration key restrictions. This enables support for additional MkDocs configuration keys beyond the default safe allow list, such as the `hooks` key which some MkDocs plugins require.