Skip to content

Commit 85b69ad

Browse files
committed
Disable cSpell in the audit event reference
1 parent 6af9147 commit 85b69ad

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

docs/gen-event-reference/index.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@ import {
88
removeUnknowns,
99
} from './gen-event-reference.js';
1010

11-
const introParagraph = `Teleport components emit audit events to record activity within the cluster.
11+
const introParagraph = `{/*cSpell:disable*/}
12+
13+
Teleport components emit audit events to record activity within the cluster.
1214
1315
Audit event payloads have an \`event\` field that describes the event, which is
1416
often an operation performed against a dynamic resource (e.g.,

docs/pages/reference/audit-events.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ description: "Provides a comprehensive list of Teleport audit events and their f
55
{/* Generated file. Do not edit. */}
66
{/* To regenerate, navigate to docs/gen-event-reference and run pnpm gen-docs */}
77

8+
{/*cSpell:disable*/}
9+
810
Teleport components emit audit events to record activity within the cluster.
911

1012
Audit event payloads have an `event` field that describes the event, which is

0 commit comments

Comments
 (0)