This is an automated email from the ASF dual-hosted git repository.
erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git
The following commit(s) were added to refs/heads/master by this push:
new 2499b73bf HDDS-14700. Ignore spelling and lint-markdown checks for
appendix.md (#353)
2499b73bf is described below
commit 2499b73bf6b6c51d211bdf694dee4f7ec5aacb28
Author: Sarveksha Yeshavantha Raju
<[email protected]>
AuthorDate: Tue Feb 24 19:48:15 2026 +0530
HDDS-14700. Ignore spelling and lint-markdown checks for appendix.md (#353)
---
.markdownlintignore | 1 +
cspell.yaml | 2 ++
2 files changed, 3 insertions(+)
diff --git a/.markdownlintignore b/.markdownlintignore
index 5432968f9..57953098e 100644
--- a/.markdownlintignore
+++ b/.markdownlintignore
@@ -19,3 +19,4 @@ build
node_modules
CLAUDE.md
static/docs/
+docs/*-administrator-guide/*-configuration/*-appendix.md
diff --git a/cspell.yaml b/cspell.yaml
index be4511df0..a2bda98ac 100644
--- a/cspell.yaml
+++ b/cspell.yaml
@@ -63,6 +63,8 @@ ignorePaths:
- CLAUDE.md
# Exclude events page from spelling check due to author names.
- src/pages/community/events-and-media.md
+# Exclude appendix file since the configs are generated directly from
ozone-default.xml in the apache/ozone repo
+- docs/*-administrator-guide/*-configuration/*-appendix.md
# List of words to be always considered correct.
# Case insensitive.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]