summaryrefslogtreecommitdiffstats
path: root/docs/.cspell.json
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2024-01-27 10:47:28 +0100
commitfc7de7136acbcf0aef54ae8460c7702bc83709be (patch)
treec109bb4dd1f1b054db476e7e4117f79bdd62ec9e /docs/.cspell.json
parent1083bf7c08e6f35826279065b8a09a16cc991c7f (diff)
docs: Prepare for new sub tree
See #11925
Diffstat (limited to 'docs/.cspell.json')
-rw-r--r--docs/.cspell.json136
1 files changed, 0 insertions, 136 deletions
diff --git a/docs/.cspell.json b/docs/.cspell.json
deleted file mode 100644
index 1c386ee29..000000000
--- a/docs/.cspell.json
+++ /dev/null
@@ -1,136 +0,0 @@
-{
- "version": "0.2",
- "allowCompoundWords": true,
- "files": [
- "**/*.md"
- ],
- "flagWords": [
- "alot",
- "hte",
- "langauge",
- "reccommend",
- "seperate",
- "teh"
- ],
- "ignorePaths": [
- "**/emojis.md",
- "**/commands/*",
- "**/showcase/*",
- "**/tools/*"
- ],
- "ignoreRegExpList": [
- "# cspell: ignore fenced code blocks",
- "^(\\s*`{3,}).*[\\s\\S]*?^\\1",
- "# cspell: ignore words joined with dot",
- "\\w+\\.\\w+",
- "# cspell: ignore strings within backticks",
- "`.+`",
- "# cspell: ignore strings within single quotes",
- "'.+'",
- "# cspell: ignore strings within double quotes",
- "\".+\"",
- "# cspell: ignore strings within brackets",
- "\\[.+\\]",
- "# cspell: ignore strings within parentheses",
- "\\(.+\\)",
- "# cspell: ignore words that begin with a slash",
- "/\\w+",
- "# cspell: ignore everything within action delimiters",
- "\\{\\{.+\\}\\}",
- "# cspell: ignore everything after a right arrow",
- "\\s+→\\s+.+"
- ],
- "language": "en",
- "words": [
- "antialiasing",
- "codeowners",
- "composability",
- "configurators",
- "defang",
- "deindent",
- "downscale",
- "downscaled",
- "downscaling",
- "exif",
- "geolocalized",
- "grayscale",
- "marshal",
- "marshaling",
- "multihost",
- "performantly",
- "preconfigured",
- "prerendering",
- "redirection",
- "redirections",
- "shortcode",
- "shortcodes",
- "subexpression",
- "subexpressions",
- "suppressable",
- "templating",
- "transpile",
- "transpiles",
- "unmarshal",
- "unmarshals",
- "unmarshaling",
- "# ----------------------------------------------------------------------",
- "# cspell: ignore foreign language words",
- "# ----------------------------------------------------------------------",
- "bezpieczeństwo",
- "dokumentation",
- "libros",
- "miesiąc",
- "miesiąc",
- "miesięcy",
- "miesięcy",
- "misérables",
- "projekt",
- "régime",
- "# ----------------------------------------------------------------------",
- "# cspell: ignore proper nouns",
- "# ----------------------------------------------------------------------",
- "Eliott",
- "Gregor",
- "Jaco",
- "Noll",
- "Pastorius",
- "Samsa",
- "# ----------------------------------------------------------------------",
- "# cspell: ignore operating systems and software packages",
- "# ----------------------------------------------------------------------",
- "asciidoctor",
- "brotli",
- "corejs",
- "disqus",
- "doas",
- "eopkg",
- "gitee",
- "goldmark",
- "kubuntu",
- "lubuntu",
- "nosql",
- "pandoc",
- "pkgin",
- "rclone",
- "xubuntu",
- "# ----------------------------------------------------------------------",
- "# cspell: ignore miscellaneous",
- "# ----------------------------------------------------------------------",
- "dring",
- "getenv",
- "gohugo",
- "inor",
- "jdoe",
- "milli",
- "rgba",
- "rsmith",
- "stringifier",
- "struct",
- "tdewolff",
- "tjones",
- "toclevels",
- "vals",
- "xfeff",
- "zgotmplz"
- ]
-}