From f3569c53d6ad7964fc2928c869d0d60df2864eed Mon Sep 17 00:00:00 2001 From: Steven Lambert <2433219+straker@users.noreply.github.com> Date: Mon, 15 Jan 2024 08:00:57 -0700 Subject: [PATCH] chore: add comment to rule-descriptions.md that it is a generated file (#4300) Just adding a code comment to the `rule-descriptions.md` file to note that it is a generated file. Spawned from a discussion in https://github.com/dequelabs/axe-core/pull/4207#issuecomment-1773200969. --- build/configure.js | 2 ++ doc/rule-descriptions.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/build/configure.js b/build/configure.js index 13e5e9cf46..ca3241fbd3 100644 --- a/build/configure.js +++ b/build/configure.js @@ -401,6 +401,8 @@ ${ .join('\n\n'); var descriptions = ` + + # Rule Descriptions ## Table of Contents diff --git a/doc/rule-descriptions.md b/doc/rule-descriptions.md index 0fc68a0535..e955132640 100644 --- a/doc/rule-descriptions.md +++ b/doc/rule-descriptions.md @@ -1,3 +1,5 @@ + + # Rule Descriptions ## Table of Contents