From 62e9e0cde05f3c6e177e19f1b7df25c05229fdf4 Mon Sep 17 00:00:00 2001 From: Jack Baldry Date: Thu, 16 Jan 2025 10:51:49 +0000 Subject: [PATCH] Fix doc-validator errors Signed-off-by: Jack Baldry --- .github/workflows/validate-documentation.yml | 1 + docs/sources/review/test-documentation-changes/index.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/validate-documentation.yml b/.github/workflows/validate-documentation.yml index 7357eb299..73d9046f8 100644 --- a/.github/workflows/validate-documentation.yml +++ b/.github/workflows/validate-documentation.yml @@ -20,6 +20,7 @@ jobs: docs/sources /docs/writers-toolkit | grep -v sources/shared + | grep -v "The anchor '{{< anchorize.inline \"docs_feedback_report\" >}}{{ anchorize (t (.get 0)) }}{{< /anchorize.inline >}}' doesn't exist in the file 'docs/sources/contribute/_index.md'." | reviewdog -f=rdjsonl --fail-on-error diff --git a/docs/sources/review/test-documentation-changes/index.md b/docs/sources/review/test-documentation-changes/index.md index d98caaf3d..6c1f95405 100644 --- a/docs/sources/review/test-documentation-changes/index.md +++ b/docs/sources/review/test-documentation-changes/index.md @@ -23,7 +23,7 @@ To run the local documentation web server, ensure that you are in the right dire {{< /admonition >}} The output message of a successful build includes a URL that you can follow to view the changes to the documentation in the browser. -Refer to an [example of a successful build](#example-succesful-build). +Refer to an [example of a successful build](#example-successful-build). ## Run with specific projects