From a29b88b09fcb72078c362f11003f30fa52016d91 Mon Sep 17 00:00:00 2001 From: Yoko Hyakuna Date: Mon, 7 Aug 2023 17:03:12 -0700 Subject: [PATCH] Add an anchor link to policy override section (#22225) --- website/content/docs/enterprise/sentinel/index.mdx | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/website/content/docs/enterprise/sentinel/index.mdx b/website/content/docs/enterprise/sentinel/index.mdx index b5ae785d47..7ad80e35ec 100644 --- a/website/content/docs/enterprise/sentinel/index.mdx +++ b/website/content/docs/enterprise/sentinel/index.mdx @@ -46,12 +46,11 @@ appropriately when introducing Sentinel policies. Sentinel policies have three enforcement levels to choose from. -| Level | Description | -| -------------- | -------------------------------------------------------------------------- | -| advisory | The policy is allowed to fail. Can be used as a tool to educate new users. | -| soft-mandatory | The policy must pass unless an override is specified. | -| hard-mandatory | The policy must pass. | - +| Level | Description | +| -------------- | --------------------------------------------------------------------------- | +| advisory | The policy is allowed to fail. Can be used as a tool to educate new users. | +| soft-mandatory | The policy must pass unless an [override](#policy-overriding) is specified. | +| hard-mandatory | The policy must pass. | ## Policy evaluation