From f766a7f2cee7e34bfef4b73c79169749bea934e1 Mon Sep 17 00:00:00 2001 From: qwerty287 <80460567+qwerty287@users.noreply.github.com> Date: Sun, 21 Jun 2026 11:48:12 +0200 Subject: [PATCH] Check docs JS files for spelling (#6758) --- .cspell.json | 9 +++++---- docs/docusaurus.config.ts | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.cspell.json b/.cspell.json index 214a4459a..9b1769410 100644 --- a/.cspell.json +++ b/.cspell.json @@ -15,6 +15,7 @@ "agentscan", "anbraten", "antfu", + "apacheconf", "apimachinery", "appleboy", "aquasec", @@ -57,6 +58,7 @@ "dind", "Dockle", "doublestar", + "easyops", "emojify", "envsubst", "esbuild", @@ -144,6 +146,8 @@ "nocolor", "nolint", "nologin", + "noopener", + "noreferrer", "norunningpipelines", "nosniff", "ntfy", @@ -284,10 +288,7 @@ "pnpm-lock.yaml", "renovate.json", // js config - "**/pnpm-workspace.yaml", - // TODO: remove the following - "docs/**/*.js", - "docs/**/*.ts" + "**/pnpm-workspace.yaml" ], // Exclude imports, because they are also strings. "ignoreRegExpList": [ diff --git a/docs/docusaurus.config.ts b/docs/docusaurus.config.ts index 4de4b74e2..577457883 100644 --- a/docs/docusaurus.config.ts +++ b/docs/docusaurus.config.ts @@ -290,7 +290,7 @@ const config = { }, blog: { blogTitle: 'Blog', - blogDescription: 'A blog for release announcements, turorials...', + blogDescription: 'A blog for release announcements, tutorials...', onInlineAuthors: 'ignore', }, theme: {